| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-03 | add lpc43 family | hathach | |
| 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-11-18 | update uart read for lpc18/43 for testing | 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-10-08 | clean up jlink default interface | 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 | 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-05-19 | usb0 host on mcb1800 work with fullspeed mode. | hathach | |
| use usbh_edpt_open() to correctly map ep2drv[] | |||
| 2020-05-04 | temporarily remove osal_task_delay() from osal | hathach | |
| - add hcd_uframe_number() API, update EHCI to return uframe number - get host running on ea4357 | |||
| 2020-05-04 | clean up things, add makefile for host example | hathach | |
| 2020-05-03 | add uart for mcb1800 | hathach | |
| 2020-04-20 | add uart for ea4357 | hathach | |
| 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 cortex M7, M23, M33 freertos build | hathach | |
| 2020-03-11 | freertos demo use static only for most optmized sram | hathach | |
| 2020-03-07 | clean up LD_FILE using $(BOARD) | hathach | |
| make it easier to duplicate bsp | |||
| 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 | clean up lpc makefile | hathach | |
| 2019-09-09 | clean up | hathach | |
| 2019-08-31 | fix segger embbeded studio compile issue | hathach | |
| 2019-08-23 | drop board_* in bsp c file | hathach | |
| move hw/cmsis to hw/mcu/nordic since only nrf uses it. | |||
| 2019-05-15 | clean up | hathach | |
| 2019-05-15 | ea4357 build with makefile, add to travis | hathach | |
| 2019-05-15 | add button for ea4357 | hathach | |
| 2019-05-14 | more clean up use inline bit funciton instead of macros | hathach | |
