summaryrefslogtreecommitdiff
path: root/hw/bsp/lpcxpresso11u68
AgeCommit message (Collapse)Author
2023-03-19bsp lpc11hathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
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-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
2021-01-26change output filename to BOARD-Directoryhathach
2020-10-08clean up jlink default interfacehathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-06add tud_irq_handler() for all lpc ip3511 (13, 15, 11)hathach
2020-03-07clean up LD_FILE using $(BOARD)hathach
make it easier to duplicate bsp
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-10-24fix missing board uart read/write()hathach
2019-09-09clean up lpc makefilehathach
2019-09-09clean uphathach
2019-09-06adding lpcxpresso11u37 boardhathach
2019-09-06moving lpc11u6xhathach
2019-09-03board_test work with lpcxpresso55s69hathach
2019-09-01clean uphathach
2019-09-01rename lpc_usbd to lpc_ip3511hathach
2019-09-01rename lpc11_13_15 to simply lpc_usbd since it is almost used by in recent ↵hathach
year for nxp mcu
2019-08-31fix segger embbeded studio compile issuehathach
2019-08-23drop board_* in bsp c filehathach
move hw/cmsis to hw/mcu/nordic since only nrf uses it.
2019-05-15board clean up, add button for ea4088hathach
2019-05-14add makefile support for lpcxpresso1347hathach
2019-05-14makefile work with lpc11u68hathach
2019-05-14add linker and startup for lpcxpresso11u68 boardhathach
able to build and blink LED
2019-05-14update license year to 2019hathach
2019-04-02rename board_led_control to board_led_writehathach
2019-04-01add board_button_read()hathach
2019-03-24remove tusb_hal_millis() usage, less work for portinghathach
2019-03-23clean up bsp, adde board_millis()hathach
2019-03-23add board_noos_millis() for blinkyhathach
2019-03-22simplify board API, adding stm32f3 discoveryhathach
- remove board header since it is not used
2019-03-20clean board uart read & writehathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-07enable all warningshathach
2018-12-05lpc move Chip_USB_Init() out of stack to bsphathach
2018-12-05renane filehathach
2018-12-03clean uphathach
2018-12-03update board led to use only one ledhathach
2018-12-03fix board issue with lpcxpresso 1347hathach
2018-12-02lpc11u use USBSRAM, able to response with 1st requesthathach
2018-12-01lp11u able to receive setup packethathach
2018-12-01fix lpc11u68 bsp issue, able to blinkhathach