mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-22 22:47:33 +08:00
2bbbd4b3fd
* [bsp][lpc55sxx] add support of LPC5528/LPC55S28 1. add .ignore_format 2. add support of LPC55S28 3. fix LPC55S69 keil comiple error 3. refine README * [bsp][lpc55sxx] 1. remove cmake file 2. formating code using rt-thread formating tools 3. CMSIS folder -> ../ * [bsp][lpc55s69] - add IAR support(IAR version: 9.30.1)
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
config SOC_LPC55S28_SERIES
|
|
bool
|
|
select ARCH_ARM_CORTEX_M33
|
|
select ARCH_ARM_CORTEX_FPU
|
|
|
|
config SOC_LPC55S69_SERIES
|
|
bool
|
|
select ARCH_ARM_CORTEX_M33
|
|
select ARCH_ARM_CORTEX_FPU
|
|
|