summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos/CMakeLists.txt
AgeCommit message (Collapse)Author
2026-05-30esp32 build fixesHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-19clean up cmake, remove family_get_project_name()hathach
2025-01-21bump up cmake min to 3.20hathach
2024-11-21- move freertos_hooks to board.chathach
- add device/midi_test_freertos example - update bth/dfu/midi device for cache line size
2023-06-27rework cmake with rtos support add RTOS to ↵hathach
family_configure_device/host/dual_example()
2023-05-07update all device cmake example for imxhathach
2023-05-06cmake work well with imxrthathach
2023-04-21build all freertos, not able to build net lwip due to lack of sio_open()hathach
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-21update most examples cmake to build with imxrthathach
2023-03-30more esp32 cmake clean uphathach
2023-03-30update all cmake for esp32 buildhathach
2023-03-30merge s2 and s3, update cmake for espressif, add tinyusb_src as componenthathach
2022-12-04Fix typosBastien Nocera
2021-06-12set TOP to build with esp32sxhathach
2021-06-10Make examples standalone buildable via CMakegraham sanderson
2021-04-19cmake cleanuphathach
2021-04-18update per reviewhathach
2021-04-16espressif: group boards using target name as a familyAlex Lisitsyn
`hw\bsp` separate one family folder to esp32s2, esp32s3 add board specific board.cmake file to override board specific options(features) fix examples and test scripts to use new family approach
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn
add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted
2021-01-26change output filename to BOARD-Directoryhathach
2021-01-23improve ci for esp32s2hathach
2020-11-27group esp32s2 board into its grouphathach
2020-06-29added esp32s2 kaluga bsphathach
2020-04-09make saola as cmake component, easier to add more esp32 boardhathach
2020-04-08update cmakehathach
2020-04-07add saola button pin support, esp32 build with board_testhathach
2020-04-01rename project to cdc_msc_freertoshathach
2020-04-01add esp32s2 saola bsphathach
update cdc_msc_freertos main.c to work with esp32s2 add CMake file