summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2023-06-24rename GCC_CFLAGS to CFLAGS_GCC, GCC_SRC_S to SRC_S_GCC etc ..hathach
2023-06-24allow to skip CPU_COREhathach
2023-06-24more CPU_COREhathach
2023-06-24rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32Lhathach
2023-06-24update all stm32 to use new enhance makehathach
2023-06-24separate iar and gcc build for clean make, also add cpu specific makehathach
2023-06-16fix build warningshathach
2023-06-16renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXXhathach
fix build util with makefile
2023-06-14update kinetis kl to use mcx-sdk, also add cmake supporthathach
note: cdc_msc_freertos built but does not seems to work with kl
2023-06-05Merge remote-tracking branch 'mainline/master' into HEADMartino Facchin
Update fsp to 4.0.0
2023-06-02fix iar cihathach
2023-06-02build g0 g4 iar cmakehathach
2023-06-02update cmake to build with IAR for g0 and g4hathach
2023-06-02add IAR support for G0 with cmakehathach
2023-06-02cmake refactorhathach
2023-06-01add cmake support for g0, exlicitly call HAL_Init() and also HAL_IncTick() ↵hathach
in systick irq, fix button active state.
2023-06-01Merge branch 'master' into feature/STM32G0hathach
2023-06-01add lto for cmakehathach
2023-05-26move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly ↵hathach
with make
2023-05-26update deps, rename kinetis_k32 to k32lhathach
2023-05-25cmsis_5 missing mcx and imxrthathach
2023-05-25update get_deps.py to support geting family as argumenthathach
2023-05-23Enhance 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-19fix freertos build with nrfhathach
2023-05-19adding cpu core .mk for makefilehathach
fix cortex m33 for nrf5340 dk
2023-05-19move cmake folder to tools/hathach
2023-05-16fix nrf buildhathach
2023-05-15revert ci gcc to 11.2, update nrfx to version 2.11hathach
2023-05-12Merge pull request #2057 from abakosh/developHiFiPhile
fix(iar_template.ipcf): add missing portable links, and delete the us…
2023-05-12Remove deprecated dcd_synopsysHiFiPhile
2023-05-10add python script to help building cmake, build all imxrt boards with cihathach
2023-05-08fix(iar_template.ipcf): add missing portable links, and delete the ↵Aladdin Bakosh
usbh_control.c from the list
2023-05-04renesas: update fsp to 4.0.0Martino Facchin
2023-05-04fix cmake buildhathach
2023-04-24bump up imxrt mcux-sdk to 2.13.1 commit f357a1150f6cf6c6b844f53f2d426bfb3e649850hathach
2023-04-21update freeRTOS kernel to latest for library cmakehathach
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-14Update lib & template.HiFiPhile
2023-04-03fix build for esp32hathach
2023-03-30update all cmake for esp32 buildhathach
2023-03-30merge s2 and s3, update cmake for espressif, add tinyusb_src as componenthathach
2023-03-24separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN tohathach
- 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-23update doc and generate deps listhathach
2023-03-22add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵hathach
tuh_itf_info_t
2023-03-17bump up mm32sdk to fix HSE_VALUE not 8Mhz warningshathach
2023-03-17update mm32sdk with idndef for SYSCLK_FREQ_XXMHz and SYSCLK_HSI_XXMHzhathach
add HSE_VALUE define for each board with 8mhz, 12mhz accordingly
2023-03-17fix ci build with fomuhathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-17bump up freeRTOS deps to version 10.5.1hathach
2023-03-17remove all submoduleshathach
2023-03-17bump up pico-pio-usb dependencyhathach