summaryrefslogtreecommitdiff
path: root/hw/bsp/ngx4330/board.mk
AgeCommit message (Collapse)Author
2020-09-03revert to use __USE_LPCOPENhathach
properly init fpu on LPC M4
2020-09-02fix ci buildhathach
2020-09-02revert to use float-abihathach
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
2020-09-01add more logging to host stackhathach
tested host with lpc4357, don't use fpu with lpc m4 since it seems to cause hardfault (stack does not make use of fpu anyway).
2020-03-11fix more buildhathach
2020-03-11freertos demo use static only for most optmized sramhathach
2019-11-22rename dcd lpc18_43 to transdimensionhathach
2019-11-21adding tud_isr/tuh_isr with lpc18/43hathach
2019-11-20move -flto to board.mkhathach
current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out).
2019-11-11update makefile for lpc boardshathach
2019-11-11update makefile for lpc mcuhathach
2019-09-27add -Wextra for more warnings to examplehathach
non-stack warning (probably mcu driver) should be suppressed in the board.mk
2019-09-09ngx4330 usb0 work wellhathach
2019-09-09adding ngx4330hathach