Added new stm32nucleo-spirit1 platform

This commit is contained in:
Marco Grella 2015-07-24 16:30:10 +02:00
parent d87f6f67e2
commit 86f35536a4
254 changed files with 173555 additions and 0 deletions

View 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__ */