Added new stm32nucleo-spirit1 platform
This commit is contained in:
parent
d87f6f67e2
commit
86f35536a4
254 changed files with 173555 additions and 0 deletions
13
cpu/arm/stm32l152/mtarch.h
Normal file
13
cpu/arm/stm32l152/mtarch.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Implementation of multithreading in ARM Cortex-M3. To be done.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __MTARCH_H__
|
||||
#define __MTARCH_H__
|
||||
|
||||
struct mtarch_thread {
|
||||
short mt_thread;
|
||||
};
|
||||
|
||||
#endif /* __MTARCH_H__ */
|
Loading…
Add table
Add a link
Reference in a new issue