FreeRTOS-Kernel/FreeRTOS/Demo/CORTEX_M0+_LPC51U68_LPCXpresso
Richard Barry b55bbe55ac Remove build files accidentally checked in.
Remove the CMSIS math library as it is large and not used.
2019-12-20 02:49:15 +00:00
..
.settings Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
app Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
board/boards Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
CMSIS Remove build files accidentally checked in. 2019-12-20 02:49:15 +00:00
component Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
device Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
drivers Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
GCC_specific Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
IAR_specific Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
Keil_specific Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
utilities Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
.cproject Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
.gitignore Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
.project Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
CORTEX_M0+_LPC51U68_IAR.ewd Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
CORTEX_M0+_LPC51U68_IAR.ewp Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
CORTEX_M0+_LPC51U68_IAR.ewt Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
CORTEX_M0+_LPC51U68_IAR.eww Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
CORTEX_M0+_LPC51U68_Keil.uvoptx Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
CORTEX_M0+_LPC51U68_Keil.uvprojx Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00
readme.txt Adding GCC/Keil/IAR projects for NXP LPC51U68 (CM0+). 2019-12-18 10:06:30 +00:00

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.