mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-06-05 20:09:05 -04:00
|
||
---|---|---|
.. | ||
.settings | ||
app | ||
board/boards | ||
CMSIS | ||
component | ||
device | ||
drivers | ||
GCC_specific | ||
IAR_specific | ||
Keil_specific | ||
utilities | ||
.cproject | ||
.gitignore | ||
.project | ||
CORTEX_M0+_LPC51U68_IAR.ewd | ||
CORTEX_M0+_LPC51U68_IAR.ewp | ||
CORTEX_M0+_LPC51U68_IAR.ewt | ||
CORTEX_M0+_LPC51U68_IAR.eww | ||
CORTEX_M0+_LPC51U68_Keil.uvoptx | ||
CORTEX_M0+_LPC51U68_Keil.uvprojx | ||
readme.txt |
This directory contains projects for GCC/IAR/Keil compilers. The targeted MCU is NXP LPC51U68, which is CM0+. todo: - clean up IAR compiler warnings. (Though the warnings are in vendor's driver code, see if we can clean it up. ) - finalize Keil linker script.(Two heap blocks shall be placed in intended RAM banks. Currently, both goes to a same RAM bank.) - GCC project folder directory name is not consistent with the other two.