| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
properly init fpu on LPC M4
|
|
define __USE_CMSIS instead of __USE_LPCOPEN will have startup enable FPU
on startup properly. Although it is only relevant to lpx43/40 series,
change all to __USE_CMSIS for consistency
|
|
|
|
|
|
tud_isr() must be called by application to forward the irqhandle to the
stack
|
|
make it easier to duplicate bsp
|
|
|
|
current board that doesn work with flto is spresense and mimxrt10xx (due
to xip image_vector_table is optimized out).
|
|
|
|
|
|
|
|
non-stack warning (probably mcu driver) should be suppressed in the
board.mk
|
|
|
|
|
|
|
|
move hw/cmsis to hw/mcu/nordic since only nrf uses it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove board header since it is not used
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|