summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos/Makefile
AgeCommit message (Collapse)Author
2025-10-14more make refactorhathach
2025-10-14move make.mk to hw/bsp/family_support.mkhathach
2025-02-11update make to use FreeRTOSConfig in family instead of exampleshathach
2024-11-21- move freertos_hooks to board.chathach
- add device/midi_test_freertos example - update bth/dfu/midi device for cache line size
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2023-11-23move make.mk and rules.mk to build_system/makehathach
2023-09-28fix build with new freertos host examplehathach
2023-09-25adding host/cdc_msc_hid_freertos examplehathach
2023-06-24fix iar with makehathach
2023-06-24fix missing replacehathach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
also fix trailing spaces
2023-03-08fix freertos build with iar, format/indent link_typehathach
2023-03-08Merge branch 'master' into renesas-rahathach
2023-03-06integrate top.mk into make.mkhathach
2023-01-17update freertos example to build with iarhathach
2022-12-05clean osal_freertos, update freertos examples to work with ↵hathach
configSUPPORT_DYNAMIC_ALLOCATION only note: for example to build with configSUPPORT_STATIC_ALLOCATION = 0, one of heap_n.c must be included in makefile/cmake
2022-06-24suppress redundant-decls warnings for freertos exampleshathach
2022-06-02rework make freertos port handlingRafael Silva
this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible Signed-off-by: Rafael Silva <[email protected]>
2021-10-17more with -Wcast-qualhathach
2021-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
useful for freertos/ prefix with esp IDF
2021-03-18add example specific DEPS_SUBMODULEShathach
2021-03-01add submodule lib/FreeRTOS-Kernelhathach
2020-03-11fix cortex M7, M23, M33 freertos buildhathach
2020-03-11freertos demo use static only for most optmized sramhathach
2020-03-10update freertos examplehathach
work with samd21 samd51 and nrf
2020-03-10fix freertos compilehathach
2020-03-10rename to cdc_msc_freertoshathach