rt-thread-official/bsp/nxp/lpc/lpc43xx
Yuqiang Wang 6b0671b336
[bsp][ci] fix BSPs compilation errors
1.RT_TIMER_TICK_PER_SECOND替换为RT_TICK_PER_SECOND
2.nxp lpc、imx、mcx系列bsp修复
3.lpc824支持gcc
4.lpc824、lpc1114 bsp默认使用nano版本
5.nxp scons --dist问题修复
6.rt-spark lvgl latest 编译修复
2024-10-11 18:32:58 -04:00
..
Libraries [bsp][nxp][lpc] move lpc BSPs into nxp/lpc folders 2024-03-10 23:19:22 -04:00
M0 [bsp][ci] fix BSPs compilation errors 2024-10-11 18:32:58 -04:00
M4 [bsp][ci] fix BSPs compilation errors 2024-10-11 18:32:58 -04:00
drivers [bsp][nxp][lpc] move lpc BSPs into nxp/lpc folders 2024-03-10 23:19:22 -04:00
bin2C.py [bsp][nxp][lpc] move lpc BSPs into nxp/lpc folders 2024-03-10 23:19:22 -04:00
readme.txt [bsp][nxp][lpc] move lpc BSPs into nxp/lpc folders 2024-03-10 23:19:22 -04:00

readme.txt

1. M4 run on flash bank A. M0 run on flash bank B and the binary code of M0 is
   embedded into the code of M4.
3. Compile the project in M0/ first and then compile the project in M4/. Then
   flash it into the chip with JLink.