Merge https://github.com/navaro/atomthreads into navaro branch. Remove tests/ folder changes as they were based on an old Atomthreads API. Remove some binaries and other unnecessary files.

This commit is contained in:
Kelvin Lawson
2012-09-21 01:30:09 +01:00
parent 5181143343
commit 0d07f0274d
32 changed files with 3782 additions and 0 deletions

View File

@@ -70,6 +70,10 @@ typedef struct atom_tcb
uint32_t stack_size; /* Size of stack allocation in bytes */
#endif
#ifdef ATOM_TLS
ATOM_TLS /* Thread Local Storage */
#endif
} ATOM_TCB;