| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2019-09-03 | board_test work with lpcxpresso55s69 | hathach | |
| 2019-05-29 | use adafruit-nrfutil dfu as default flash target for feather nrf52840 | hathach | |
| 2019-05-24 | move all build into folder _build | hathach | |
| 2019-05-20 | add uf2 target for uf2 bootloader board: metro m0/m4 feather nrf52840 | hathach | |
| 2019-05-14 | enable CFG_TUSB_DEBUG on DEBUG build | hathach | |
| 2019-05-14 | makefile clean up | hathach | |
| 2019-05-01 | add make.mk and rules.mk to help new makefile example | hathach | |
