| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-02 | update cmake to build with IAR for g0 and g4 | hathach | |
| 2023-06-02 | add IAR support for G0 with cmake | hathach | |
| 2023-06-02 | cmake refactor | hathach | |
| 2023-06-02 | fix usb clock for dpow1 | hathach | |
| 2023-06-01 | add new b_g474e_dpow1 board | hathach | |
| 2023-06-01 | add note for B0 clock variant | hathach | |
| 2023-06-01 | add freertosconfig for g0, add cmake stlink, add g0 to cmake ci | hathach | |
| 2023-06-01 | tested with g0b1 nucleo | hathach | |
| 2023-06-01 | add cmake support for g0, exlicitly call HAL_Init() and also HAL_IncTick() ↵ | hathach | |
| in systick irq, fix button active state. | |||
| 2023-06-01 | Merge branch 'master' into feature/STM32G0 | hathach | |
| 2023-06-01 | skip set CMAKE_EXECUTABLE_SUFFIX for espressif port | hathach | |
| 2023-06-01 | add lto for cmake | hathach | |
| 2023-05-26 | move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly ↵ | hathach | |
| with make | |||
| 2023-05-26 | update deps, rename kinetis_k32 to k32l | hathach | |
| 2023-05-26 | move set TOP to family_support.cmake | hathach | |
| 2023-05-25 | update cmake with freertos | hathach | |
| 2023-05-25 | add family_support_configure_common() | hathach | |
| 2023-05-23 | Enhance chipidea (#2075) | Ha Thach | |
| * update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd | |||
| 2023-05-19 | fix freertos build with nrf | hathach | |
| 2023-05-19 | improve flash target | hathach | |
| 2023-05-19 | adding cpu core .mk for makefile | hathach | |
| fix cortex m33 for nrf5340 dk | |||
| 2023-05-19 | move cmake folder to tools/ | hathach | |
| 2023-05-19 | ehci fix dcache clean when control endpoint failed | hathach | |
| 2023-05-17 | adding hcd_dcache_clean/hcd_dcache_invalidate | hathach | |
| 2023-05-16 | EHCI: fix xfer failed with disconnected device as stalled | hathach | |
| - change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if not defined - change QHD_MAX for EHCI, should be user configurable and more optimized in the future | |||
| 2023-05-16 | fix nrf build | hathach | |
| 2023-05-15 | update nrf cmake and make to support nrf5340 (pca10095) | hathach | |
| 2023-05-15 | adding nrf | hathach | |
| 2023-05-13 | revert family.mk | Ha Thach | |
| 2023-05-13 | add support for other lpc55 boards | hathach | |
| 2023-05-13 | able to build lpc55 | hathach | |
| 2023-05-10 | add python script to help building cmake, build all imxrt boards with ci | hathach | |
| 2023-05-10 | allow imxrt build with dual exmaples | hathach | |
| 2023-05-09 | skip link option --print-memory-usage for renesas rx since it does not ↵ | hathach | |
| support this option | |||
| 2023-05-09 | fix ehci issue with portsc when enable port power and port reset | hathach | |
| fix attached device not regconized if attached before power on | |||
| 2023-05-09 | simplify cmake target, remove -bsp | hathach | |
| 2023-05-08 | change imxrt board_uart_read() to non-blocking | hathach | |
| simple host seems to work | |||
| 2023-05-08 | fix linking missing ivt symbol for imxrt with cmake | hathach | |
| changed device port = 0, host port =1 for imxrt 1060 and 1064 | |||
| 2023-05-08 | build host examples with imx | hathach | |
| 2023-05-07 | update all device cmake example for imx | hathach | |
| 2023-05-06 | cmake work well with imxrt | hathach | |
| 2023-05-05 | more temp work | hathach | |
| 2023-05-04 | wip | hathach | |
| 2023-05-04 | fix cmake build | hathach | |
| 2023-05-03 | renesas_ra: fix existing boards support | Martino Facchin | |
| 2023-05-03 | renesas_ra: add support for HS port | Martino Facchin | |
| 2023-04-26 | fix pio vbus typo | hathach | |
| 2023-04-26 | fix build with nxp since mcux-sdk from 2.13.0 remove CMSIS folder | hathach | |
| 2023-04-24 | minor update | hathach | |
| 2023-04-21 | update freeRTOS kernel to latest for library cmake | hathach | |
| add per family freeRTOSConfig.h also make changes to build with freertos_kernel cmake - hard coded configPRIO_BITS based on family - change configSUPPORT_STATIC_ALLOCATION to 0, configSUPPORT_DYNAMIC_ALLOCATION to 1 - enable configRECORD_STACK_HIGH_ADDRESS for tracing - enable INCLUDE_xTaskGetCurrentTaskHandle which is required to compile stream_buffer (although we don't use it). | |||
