| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-03 | add lpc43 family | hathach | |
| 2023-03-16 | rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC | hathach | |
| also fix trailing spaces | |||
| 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 | |||
| 2020-10-08 | clean up jlink default interface | 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-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-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-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-05-15 | ea4357 build with makefile, add to travis | hathach | |
