summaryrefslogtreecommitdiff
path: root/hw/bsp/feather_nrf52840_express
AgeCommit message (Collapse)Author
2020-11-28grouping nrf boardshathach
2020-10-08clean up jlink default interfacehathach
2020-05-17enable -Wcast-alignhathach
suppress vendor sdk driver at board.mk
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-06call tud_irq_handler() for all nrf5x boardhathach
2020-04-06move irqhandler to applicationhathach
tud_isr() must be called by application to forward the irqhandle to the stack
2020-03-24nrf use new cmsis_4 submodule for core headerhathach
2020-03-10update freertos examplehathach
work with samd21 samd51 and nrf
2020-03-08add uart for feather nrf52840hathach
2020-03-07clean up LD_FILE using $(BOARD)hathach
make it easier to duplicate bsp
2019-11-20move -flto to board.mkhathach
current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out).
2019-10-24fix missing board uart read/write()hathach
2019-10-01-Wno-error=cast-function-type is only available for gcc 8+, change travis ↵hathach
dist to bionic
2019-09-27add -Wextra for more warnings to examplehathach
non-stack warning (probably mcu driver) should be suppressed in the board.mk
2019-08-24add board_test example for testing new boardhathach
2019-08-23drop board_* in bsp c filehathach
move hw/cmsis to hw/mcu/nordic since only nrf uses it.
2019-08-05clean uphathach
2019-08-05merge dcd/hal_nrf5x.c into dcd/dcd_nrf5x.chathach
2019-05-29use adafruit-nrfutil dfu as default flash target for feather nrf52840hathach
2019-05-20add uf2 target for uf2 bootloader board: metro m0/m4 feather nrf52840hathach
2019-05-15board clean up, add button for ea4088hathach
2019-05-14more makefile clean uphathach
2019-05-14update license year to 2019hathach
2019-05-02add hid_test.py for testing #58hathach
add feather nrf52840 express to supported board