summaryrefslogtreecommitdiff
path: root/hw/bsp/nutiny_nuc126v
AgeCommit message (Collapse)Author
2025-10-15refactor all nuc to familyhathach
2025-07-02remove legacy DEPS_SUBMODULES in makehathach
2023-11-23make nanolib linking explicitly by each family/boardhathach
2023-08-03more board_api.h renamehathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
also fix trailing spaces
2023-03-08Merge branch 'master' into renesas-rahathach
2022-06-29fix buid_board.py scripthathach
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-10-17more -Wcast-qualhathach
2021-10-09Add compile option to allocate video data into flash in video_capture examplekkitayam
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() to all NUC boardhathach
2020-03-07clean up LD_FILE using $(BOARD)hathach
make it easier to duplicate bsp
2020-01-14skip nuc flash verifyhathach
2020-01-14more nuvoton supporthathach
- add LED for nutiny nuc 121, 125s, 126v - flash target to use nuvoton's openocd fork
2020-01-07fix ci buildhathach
- nuc 121/125: add CFG_EXAMPLE_MSC_READONLY since it is not enough SRAM to hold MSC disk - nuc 126: drop i2c source files in compile list due to SDK driver issue.
2020-01-04add Nuvoton NUC121/NUC125/NUC126Peter Lawrence