summaryrefslogtreecommitdiff
path: root/tools/get_deps.py
AgeCommit message (Collapse)Author
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