| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2020-05-17 | enable -Wcast-align | hathach | |
| suppress vendor sdk driver at board.mk | |||
| 2020-04-26 | add usbd edpt open | hathach | |
| - RTT mode is blocking to prevent log lost - Improve logging message | |||
| 2020-04-22 | added swo as logger | hathach | |
| tested with feather nrf52840 + jlink | |||
| 2020-04-22 | add LOGGER option to use rtt | hathach | |
| update example readme for debug log. Update bug template to ask for LOG as well. | |||
| 2020-03-26 | house keeping | hathach | |
| 2020-03-25 | makefile clean up | hathach | |
| allow board to define CROSS_COMPILE (default to arm gcc) | |||
| 2020-03-24 | Merge branch 'master' into develop | Ha Thach | |
| 2020-03-24 | Merge pull request #194 from cr1901/msp430f5529 | Ha Thach | |
| [WIP] MSP430 Support | |||
| 2020-03-23 | per review | hathach | |
| - remove -Wno-error=lto-type-mismatch - change back to unsigned int | |||
| 2020-03-23 | remove -Wnested-externs since many driver does this including CMSIS_5 | hathach | |
| 2020-03-22 | Merge branch 'master' into cr1901-msp430f5529 | hathach | |
| 2019-11-20 | move -flto to board.mk | hathach | |
| current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out). | |||
| 2019-11-20 | adding support for NXP rt1064 evk board, boad test led + sw8 work. | hathach | |
| LTO is temporary disabled | |||
| 2019-11-13 | examples: make: specify CROSS_COMPILE for fomu | Sean Cross | |
| When BOARD=fomu, use the riscv cross-compiler. Otherwise, use the default arm compiler. This can be overridden by passing CROSS_COMIPLE on the command line. Note that there are now three common risc-v prefixes: - riscv32-unknown-elf- : Common for users who compile their own - riscv64-unknown-elf- : Upstream multiarch toolchain from SiFive - riscv-none-embed- : xPack embedded version of SiFive toolchain Here we assume users are using the `riscv-none-embed-` toolchain from xPack, because it appears to be growing more common. Additionally, there is much confusion surrounding `riscv64-unknown-elf-`, which actually includes both 32- and 64-bit runtimes and can generate software for both. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-05 | Merge branch 'master' into cr1901-msp430f5529 | hathach | |
| 2019-11-03 | seperate DEBUG from LOG | hathach | |
| 2019-10-29 | clean up warning, msp430 gcc 8.3 fixed the library lto issue | hathach | |
| 2019-10-25 | Merge branch 'master' into cr1901-msp430f5529 | hathach | |
| 2019-10-18 | change DEBUG optimization option from O0 to Og | hathach | |
| add uart write to board test example | |||
| 2019-10-12 | adding log support with uart | hathach | |
| started with pca10056 | |||
| 2019-10-04 | Add Spresense board | Kamil Tomaszewski | |
| 2019-10-02 | Merge remote-tracking branch 'origin' into msp430f5529 | William D. Jones | |
| 2019-09-27 | add -Wextra for more warnings to example | hathach | |
| non-stack warning (probably mcu driver) should be suppressed in the board.mk | |||
| 2019-09-20 | added stm32 L0 support | hathach | |
| close #125 | |||
| 2019-09-14 | msp430f5529: Add empty msp_exp430f5529lp BSP and DCD. | William D. Jones | |
