summaryrefslogtreecommitdiff
path: root/examples/make.mk
AgeCommit message (Expand)Author
2023-11-23move make.mk and rules.mk to build_system/makehathach
2023-11-23move make to examples/build_systemhathach
2023-09-25adding host/cdc_msc_hid_freertos examplehathach
2023-09-11wrap up build cmake & make support for max3421, to enable the Host driver, 'M...hathach
2023-08-06Change to subst to work on windows command promptkkitayam
2023-08-01fix board name with dashhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-06-24allow to skip CPU_COREhathach
2023-06-24separate iar and gcc build for clean make, also add cpu specific makehathach
2023-05-19adding cpu core .mk for makefilehathach
2023-03-21add -Wreturn-typehathach
2023-03-06more ci fixhathach
2023-03-06integrate top.mk into make.mkhathach
2023-03-06update size to fix macos cihathach
2023-03-05more ci testhathach
2023-03-05fix ci build on windowshathach
2023-01-17update makefile to support iar build starting with stm32f070hathach
2022-11-21fix build with rp2040 and rx65hathach
2022-07-01add get-deps targethathach
2022-06-27suppress error with net examplehathach
2022-06-24fix redundant-decls warnings by usbd/usbhhathach
2022-06-24add more warning option, also fix -Wconversion with rp2040hathach
2021-12-27build system: Changes for xc32 compilerJerzy Kasenberg
2021-10-18enable -Wnull-dereferencehathach
2021-10-17more with -Wcast-qualhathach
2021-09-07default PYTHON to python3 on linux, and python on windowshathach
2021-09-07add msc workaround for cxd56hathach
2021-06-10remove BOARD from output namehathach
2021-05-25fix warnings cast function type for nrf, fix pico osal warninghathach
2021-04-16Added support for Black Magic Probe (#787)Dima Barsky
2021-03-17move esp32s2 and rp2040 target rule to its family.mkhathach
2021-03-10Update pico sdk 1.1.0 (#712)Ha Thach
2021-03-04rename FAMILY_SUBMODULES to DEPS_SUBMODULEShathach
2021-03-03group h743eval and h743nucleo into stm32h7hathach
2021-03-02move fomu to its own family, update ci with build risvhathach
2021-03-01try to fetch needed mcu submodule while running makehathach
2021-01-29add support for LOG=2hathach
2021-01-26add copy-artifact target, and add uf2 for all family boardhathach
2021-01-26change output filename to BOARD-Directoryhathach
2021-01-25rename build outputhathach
2021-01-22update cmake build to work with esp32s2 and rp2040hathach
2021-01-22Merge branch 'master' into group-boards-into-familyhathach
2021-01-14replaced variable name to CMDEXE from UNAME.kkitayam
2021-01-13also build boards without familyhathach
2021-01-11added support for cmd.exe as a shell on make.kkitayam
2020-11-28move all nrf boards into its family grouphathach
2020-11-28group more nrf boardshathach
2020-11-28grouping nrf boardshathach
2020-09-04fflush(stdout) for keyboard host examplehathach
2020-07-23fix samd21 race condition with setup packethathach