summaryrefslogtreecommitdiff
path: root/tools/get_deps.py
AgeCommit message (Collapse)Author
2024-02-04Merge branch 'hathach:master' into nxp_k64Michael Fischer
2023-12-18update freertos deps to v11.0.0hathach
2023-12-15update h5 build make/cmakehathach
2023-12-13Fix CI & typo.HiFiPhile
2023-12-12Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation ↵henneboi
Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0)
2023-11-24bump up pio-usbhathach
2023-11-24Merge branch 'master' into feature/ch32f20xHa Thach
2023-11-18update freertos to fix build with IAR cm0hathach
2023-11-16update freertos-kernel which remove compiler warning from freertos_kernel libhathach
2023-10-31update stm32u5xx_hal_driver, fix build with old u575 boardhathach
2023-10-18adding nulceo stm32u5a5, fix clock configure issuehathach
dwc2 core stuck at reset
2023-10-18adding u5a5 nucleohathach
2023-10-06feat(ch32f20x): add support of ch32f20xdenis.krasutski
2023-08-28Merge branch 'master' into nxp_k64Ha Thach
2023-08-28add kinetis_k family and teensy_35hathach
- teensy_35 is not able to blink led with board_test though, probably due to clock config.
2023-08-14add iar support for lpc43, add lpcxpresso43s67 to hil farmhathach
2023-07-27Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-24add hcd abort xfer for rp2040 pio usbhathach
2023-07-04update fsp to version 4.5, correct RA BSP. Fix ETM Trace with 6m5 by ↵hathach
lowering PLL to 128Mhz.
2023-07-03Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-06-29add hcd_frame_number() for pio-usb hosthathach
2023-06-25fix ci with lpc55 and kl, move hw test l4 to cmake iarhathach
2023-06-24rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32Lhathach
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-01Merge branch 'master' into feature/STM32G0hathach
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-15revert ci gcc to 11.2, update nrfx to version 2.11hathach
2023-05-04renesas: update fsp to 4.0.0Martino Facchin
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-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-17bump up freeRTOS deps to version 10.5.1hathach
2023-03-17remove all submoduleshathach
2023-03-17bump up pico-pio-usb dependencyhathach
2023-03-11minor update get_depshathach
2023-03-11Merge branch 'master' into renesas-rahathach
2023-03-11update get-deps.pyhathach
2023-03-11remove ra submoduleshathach
2023-03-10update deps scripthathach
2023-03-10adding python script to manage dependencies instead of submodulehathach
2023-03-10starting to remove submodule cmsis5 and nrfxhathach