mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-11 13:54:16 -04:00
Add MB91460 port and demo files.
This commit is contained in:
parent
e6e5add7d8
commit
eed758709c
30 changed files with 31710 additions and 0 deletions
|
@ -221,6 +221,12 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __91467D
|
||||
#include "portmacro.h"
|
||||
#include "mb91467d.h"
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue