| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-24 | rename GCC_CFLAGS to CFLAGS_GCC, GCC_SRC_S to SRC_S_GCC etc .. | hathach | |
| 2023-06-24 | allow to skip CPU_CORE | hathach | |
| 2023-06-24 | more CPU_CORE | hathach | |
| 2023-06-24 | rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32L | hathach | |
| 2023-06-24 | update all stm32 to use new enhance make | hathach | |
| 2023-06-24 | separate iar and gcc build for clean make, also add cpu specific make | hathach | |
| 2023-06-16 | fix build warnings | hathach | |
| 2023-06-16 | renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXX | hathach | |
| fix build util with makefile | |||
| 2023-06-14 | update kinetis kl to use mcx-sdk, also add cmake support | hathach | |
| note: cdc_msc_freertos built but does not seems to work with kl | |||
| 2023-06-05 | Merge remote-tracking branch 'mainline/master' into HEAD | Martino Facchin | |
| Update fsp to 4.0.0 | |||
| 2023-06-02 | fix iar ci | hathach | |
| 2023-06-02 | build g0 g4 iar cmake | hathach | |
| 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-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 | 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-25 | cmsis_5 missing mcx and imxrt | hathach | |
| 2023-05-25 | update get_deps.py to support geting family as argument | 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 | adding cpu core .mk for makefile | hathach | |
| fix cortex m33 for nrf5340 dk | |||
| 2023-05-19 | move cmake folder to tools/ | hathach | |
| 2023-05-16 | fix nrf build | hathach | |
| 2023-05-15 | revert ci gcc to 11.2, update nrfx to version 2.11 | hathach | |
| 2023-05-12 | Merge pull request #2057 from abakosh/develop | HiFiPhile | |
| fix(iar_template.ipcf): add missing portable links, and delete the us… | |||
| 2023-05-12 | Remove deprecated dcd_synopsys | HiFiPhile | |
| 2023-05-10 | add python script to help building cmake, build all imxrt boards with ci | hathach | |
| 2023-05-08 | fix(iar_template.ipcf): add missing portable links, and delete the ↵ | Aladdin Bakosh | |
| usbh_control.c from the list | |||
| 2023-05-04 | renesas: update fsp to 4.0.0 | Martino Facchin | |
| 2023-05-04 | fix cmake build | hathach | |
| 2023-04-24 | bump up imxrt mcux-sdk to 2.13.1 commit f357a1150f6cf6c6b844f53f2d426bfb3e649850 | 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). | |||
| 2023-04-14 | Update lib & template. | HiFiPhile | |
| 2023-04-03 | fix build for esp32 | hathach | |
| 2023-03-30 | update all cmake for esp32 build | hathach | |
| 2023-03-30 | merge s2 and s3, update cmake for espressif, add tinyusb_src as component | hathach | |
| 2023-03-24 | separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to | hathach | |
| - CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN - CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN - fix missing mem section and align for host | |||
| 2023-03-23 | update doc and generate deps list | hathach | |
| 2023-03-22 | add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵ | hathach | |
| tuh_itf_info_t | |||
| 2023-03-17 | bump up mm32sdk to fix HSE_VALUE not 8Mhz warnings | hathach | |
| 2023-03-17 | update mm32sdk with idndef for SYSCLK_FREQ_XXMHz and SYSCLK_HSI_XXMHz | hathach | |
| add HSE_VALUE define for each board with 8mhz, 12mhz accordingly | |||
| 2023-03-17 | fix ci build with fomu | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-17 | bump up freeRTOS deps to version 10.5.1 | hathach | |
| 2023-03-17 | remove all submodules | hathach | |
| 2023-03-17 | bump up pico-pio-usb dependency | hathach | |
