| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-23 | make nanolib linking explicitly by each family/board | hathach | |
| 2023-09-27 | change hcd_int_handler(rhport, in_isr) signature: add in_isr | hathach | |
| change tuh_int_handler() to take in_isr as optional parameter (default = true) | |||
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-16 | rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC | hathach | |
| also fix trailing spaces | |||
| 2023-03-08 | Merge branch 'master' into renesas-ra | hathach | |
| 2022-06-06 | fix ci, remove use of CFG_TUSB_RHPORT0_MODE in bsp | hathach | |
| 2022-06-02 | rework make freertos port handling | Rafael 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-01 | more work to abstract chipidea driver | hathach | |
| 2021-10-17 | more -Wcast-qual | hathach | |
| 2021-04-28 | add nxp_lpcopen as submodule | hathach | |
| 2021-03-18 | add example specific DEPS_SUBMODULES | hathach | |
| 2021-03-17 | explicitly add dcd source file without vendor/family | hathach | |
| 2021-03-04 | rename FAMILY_SUBMODULES to DEPS_SUBMODULES | hathach | |
| 2021-03-04 | merge no-family example build | hathach | |
| specify FAMILY_SUBMODULES for all boards | |||
| 2021-02-24 | clean up | hathach | |
| 2020-09-03 | fix vector assign | hathach | |
| 2020-09-03 | rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler | hathach | |
| 2020-09-03 | revert to use __USE_LPCOPEN | hathach | |
| properly init fpu on LPC M4 | |||
| 2020-09-02 | fix ci build | hathach | |
| 2020-09-02 | revert to use float-abi | hathach | |
| 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-01 | add more logging to host stack | hathach | |
| 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-04-17 | mass rename tud/dcd_irq_handler to tud/dcd_init_handler | hathach | |
| 2020-04-06 | mass rename tud_isr to tud_irq_handler | hathach | |
| 2020-03-11 | fix more build | hathach | |
| 2020-03-11 | freertos demo use static only for most optmized sram | hathach | |
| 2019-11-22 | rename dcd lpc18_43 to transdimension | hathach | |
| 2019-11-22 | move nxp dcd ehci controller reset and modde into dcd | hathach | |
| rt1064 work with cdc msc example | |||
| 2019-11-21 | moving irq to bsp for lpc17/40 | hathach | |
| 2019-11-21 | adding tud_isr/tuh_isr with lpc18/43 | hathach | |
| 2019-11-20 | move -flto to board.mk | hathach | |
| current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out). | |||
| 2019-11-11 | update makefile for lpc boards | hathach | |
| 2019-11-11 | update makefile for lpc mcu | hathach | |
| 2019-10-24 | fix missing board uart read/write() | hathach | |
| 2019-10-12 | adding log support with uart | hathach | |
| started with pca10056 | |||
| 2019-09-27 | add -Wextra for more warnings to example | hathach | |
| non-stack warning (probably mcu driver) should be suppressed in the board.mk | |||
| 2019-09-09 | ngx4330 usb0 work well | hathach | |
| 2019-09-09 | adding ngx4330 | hathach | |
