Merge new ARM port submitted by navaro, with modifications to fit with the other Atomthreads ports, new folder structure, Makefiles and documentation. Tested on ARM926EJS using IntegratorCP platform emulated by QEMU.

Also minor changes to AVR/STM8 ports to use similar code structure throughout all ports.
This commit is contained in:
Kelvin Lawson
2013-07-09 22:06:10 +01:00
parent 5181143343
commit 5d3f670ac0
26 changed files with 4512 additions and 7 deletions

View File

@@ -44,8 +44,10 @@ struct atom_tcb;
typedef struct atom_tcb
{
/* Thread's current stack pointer. When a thread is scheduled
* out the architecture port can save*/
/*
* Thread's current stack pointer. When a thread is scheduled
* out the architecture port can save its stack pointer here.
*/
POINTER sp_save_ptr;
/* Thread priority (0-255) */