summaryrefslogtreecommitdiff
path: root/hw/bsp/ea4357/board.mk
AgeCommit message (Collapse)Author
2023-08-03add lpc43 familyhathach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
also fix trailing spaces
2022-06-02rework make freertos port handlingRafael Silva
this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible Signed-off-by: Rafael Silva <[email protected]>
2021-12-01more work to abstract chipidea driverhathach
2021-10-17more -Wcast-qualhathach
2021-04-28add nxp_lpcopen as submodulehathach
2021-03-18add example specific DEPS_SUBMODULEShathach
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-03-04rename FAMILY_SUBMODULES to DEPS_SUBMODULEShathach
2021-03-04merge no-family example buildhathach
specify FAMILY_SUBMODULES for all boards
2020-10-08clean up jlink default interfacehathach
2020-09-03revert to use __USE_LPCOPENhathach
properly init fpu on LPC M4
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-05-19usb0 host on mcb1800 work with fullspeed mode.hathach
use usbh_edpt_open() to correctly map ep2drv[]
2020-05-04temporarily remove osal_task_delay() from osalhathach
- add hcd_uframe_number() API, update EHCI to return uframe number - get host running on ea4357
2020-03-11fix cortex M7, M23, M33 freertos buildhathach
2020-03-11freertos demo use static only for most optmized sramhathach
2020-03-07clean up LD_FILE using $(BOARD)hathach
make it easier to duplicate bsp
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-09clean up lpc makefilehathach
2019-09-09clean uphathach
2019-08-31fix segger embbeded studio compile issuehathach
2019-05-15ea4357 build with makefile, add to travishathach