| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-23 | move make.mk and rules.mk to build_system/make | hathach | |
| 2023-11-23 | move make to examples/build_system | hathach | |
| add -Wl,--no-warn-rwx-segment for gcc 12+ | |||
| 2023-09-25 | adding host/cdc_msc_hid_freertos example | hathach | |
| 2023-09-11 | wrap up build cmake & make support for max3421, to enable the Host driver, ↵ | hathach | |
| 'MAX3421_HOST=1' must be added as part of make/cmake command | |||
| 2023-08-06 | Change to subst to work on windows command prompt | kkitayam | |
| 2023-08-01 | fix board name with dash | hathach | |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach | |
| add BOARD_UPPERCASE for board detection | |||
| 2023-06-24 | allow to skip CPU_CORE | hathach | |
| 2023-06-24 | separate iar and gcc build for clean make, also add cpu specific make | hathach | |
| 2023-05-19 | adding cpu core .mk for makefile | hathach | |
| fix cortex m33 for nrf5340 dk | |||
| 2023-03-21 | add -Wreturn-type | hathach | |
| 2023-03-06 | more ci fix | hathach | |
| 2023-03-06 | integrate top.mk into make.mk | hathach | |
| 2023-03-06 | update size to fix macos ci | hathach | |
| 2023-03-05 | more ci test | hathach | |
| 2023-03-05 | fix ci build on windows | hathach | |
| 2023-01-17 | update makefile to support iar build starting with stm32f070 | hathach | |
| 2022-11-21 | fix build with rp2040 and rx65 | hathach | |
| 2022-07-01 | add get-deps target | hathach | |
| update ci to get-deps first | |||
| 2022-06-27 | suppress error with net example | hathach | |
| 2022-06-24 | fix redundant-decls warnings by usbd/usbh | hathach | |
| 2022-06-24 | add more warning option, also fix -Wconversion with rp2040 | hathach | |
| -Wuninitialized, -Wunused, -Wredundant-decls | |||
| 2021-12-27 | build system: Changes for xc32 compiler | Jerzy Kasenberg | |
| Three changes are needed to accommodate xc32 compiler build: - optimized build flag other than -Os added CFLAGS_OPTIMIZED that defaults to -Os but can be overridden in boards - build without -lnosys added LIBS_GCC with default libraries that can be changed in boards - build without LD_FILE specification if LD_FILE is empty -Wl,-T options is not added to LDFLAGS | |||
| 2021-10-18 | enable -Wnull-dereference | hathach | |
| 2021-10-17 | more with -Wcast-qual | hathach | |
| 2021-09-07 | default PYTHON to python3 on linux, and python on windows | hathach | |
| 2021-09-07 | add msc workaround for cxd56 | hathach | |
| 2021-06-10 | remove BOARD from output name | hathach | |
| 2021-05-25 | fix warnings cast function type for nrf, fix pico osal warning | hathach | |
| add TODO for overflow in tusb_fifo.c | |||
| 2021-04-16 | Added support for Black Magic Probe (#787) | Dima Barsky | |
| * Added flash-bmp and debug-bmp targets; added .gdb_history to .gitignore * Added the BMP variable, defaults to /dev/ttyBmpGdb The name of the BMP device is different on different systems. On Linux (after installing the recommended udev rules) it'll be /dev/ttyBmpGdb, but the user should be able to override it. * Update rules.mk | |||
| 2021-03-17 | move esp32s2 and rp2040 target rule to its family.mk | hathach | |
| 2021-03-10 | Update pico sdk 1.1.0 (#712) | Ha Thach | |
| * update pico-sdk to 1.1.0 also correct fetch_submodule_if_empty behavior | |||
| 2021-03-04 | rename FAMILY_SUBMODULES to DEPS_SUBMODULES | hathach | |
| 2021-03-03 | group h743eval and h743nucleo into stm32h7 | hathach | |
| tested and work well | |||
| 2021-03-02 | move fomu to its own family, update ci with build risv | hathach | |
| 2021-03-01 | try to fetch needed mcu submodule while running make | hathach | |
| 2021-01-29 | add support for LOG=2 | hathach | |
| LOGGER=rtt is not tested since jlink doesn't support rp2040 just yet | |||
| 2021-01-26 | add copy-artifact target, and add uf2 for all family board | hathach | |
| 2021-01-26 | change output filename to BOARD-Directory | hathach | |
| 2021-01-25 | rename build output | hathach | |
| 2021-01-22 | update cmake build to work with esp32s2 and rp2040 | hathach | |
| 2021-01-22 | Merge branch 'master' into group-boards-into-family | hathach | |
| 2021-01-14 | replaced variable name to CMDEXE from UNAME. | kkitayam | |
| removed the rule that .d files are converted to .P files. | |||
| 2021-01-13 | also build boards without family | hathach | |
| 2021-01-11 | added support for cmd.exe as a shell on make. | kkitayam | |
| 2020-11-28 | move all nrf boards into its family group | hathach | |
| 2020-11-28 | group more nrf boards | hathach | |
| 2020-11-28 | grouping nrf boards | hathach | |
| 2020-09-04 | fflush(stdout) for keyboard host example | hathach | |
| 2020-07-23 | fix samd21 race condition with setup packet | hathach | |
| reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1 | |||
