summaryrefslogtreecommitdiff
path: root/examples/make.mk
AgeCommit message (Expand)Author
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
2020-05-17enable -Wcast-alignhathach
2020-04-26add usbd edpt openhathach
2020-04-22added swo as loggerhathach
2020-04-22add LOGGER option to use rtthathach
2020-03-26house keepinghathach
2020-03-25makefile clean uphathach
2020-03-24Merge branch 'master' into developHa Thach
2020-03-24Merge pull request #194 from cr1901/msp430f5529Ha Thach
2020-03-23per reviewhathach
2020-03-23remove -Wnested-externs since many driver does this including CMSIS_5hathach
2020-03-22Merge branch 'master' into cr1901-msp430f5529hathach
2019-11-20move -flto to board.mkhathach
2019-11-20adding support for NXP rt1064 evk board, boad test led + sw8 work.hathach
2019-11-13examples: make: specify CROSS_COMPILE for fomuSean Cross
2019-11-05Merge branch 'master' into cr1901-msp430f5529hathach
2019-11-03seperate DEBUG from LOGhathach
2019-10-29clean up warning, msp430 gcc 8.3 fixed the library lto issuehathach
2019-10-25Merge branch 'master' into cr1901-msp430f5529hathach
2019-10-18change DEBUG optimization option from O0 to Oghathach
2019-10-12adding log support with uarthathach
2019-10-04Add Spresense boardKamil Tomaszewski
2019-10-02Merge remote-tracking branch 'origin' into msp430f5529William D. Jones
2019-09-27add -Wextra for more warnings to examplehathach
2019-09-20added stm32 L0 supporthathach
2019-09-14msp430f5529: Add empty msp_exp430f5529lp BSP and DCD.William D. Jones
2019-09-03board_test work with lpcxpresso55s69hathach
2019-05-29use adafruit-nrfutil dfu as default flash target for feather nrf52840hathach
2019-05-24move all build into folder _buildhathach
2019-05-20add uf2 target for uf2 bootloader board: metro m0/m4 feather nrf52840hathach
2019-05-14enable CFG_TUSB_DEBUG on DEBUG buildhathach
2019-05-14makefile clean uphathach