Commit Graph

33 Commits

Author SHA1 Message Date
hathach b5684c5c10
merge dcd_samd51 & dcd_samd21 into dcd_samd 2019-12-26 21:46:59 +07:00
hathach 208a77678c clean up, switch and update submodule samd to circuitpython branch 2019-12-09 18:37:54 +07:00
hathach f638594536 move -flto to board.mk
current board that doesn work with flto is spresense and mimxrt10xx (due
to xip image_vector_table is optimized out).
2019-11-20 16:06:40 +07:00
hathach 6f952a8e84 fix missing board uart read/write() 2019-10-24 12:20:06 +07:00
hathach c6f356b4f4 change feather/metro m4_express button to D5 2019-09-01 11:20:22 +07:00
hathach e5e73ed76c drop board_* in bsp c file
move hw/cmsis to hw/mcu/nordic since only nrf uses it.
2019-08-23 23:35:55 +07:00
hathach d2f53c552a added adafruit feather m4 express board 2019-07-01 22:57:23 +07:00
hathach 6e6f470b58
board clean up, add button for ea4088 2019-05-15 17:15:02 +07:00
hathach 8094bdce23
makefile clean up 2019-05-14 13:59:45 +07:00
hathach 62f0eb16d6
clean up 2019-05-14 13:31:12 +07:00
hathach 61ec407752
update license year to 2019 2019-05-14 11:48:05 +07:00
hathach 0f3da42db8 add make.mk and rules.mk to help new makefile example 2019-05-01 14:27:17 +07:00
hathach 5f3ab2afe1
rename board_led_control to board_led_write 2019-04-02 18:16:04 +07:00
hathach e9851f5042
clean up 2019-04-02 01:20:51 +07:00
hathach 8457d0d14c
add board_button_read() 2019-04-01 18:35:37 +07:00
hathach 18f248b142
remove tusb_hal_millis() usage, less work for porting 2019-03-24 01:19:32 +07:00
hathach 29e075b8b9
clean up bsp, adde board_millis() 2019-03-23 22:31:07 +07:00
hathach df1aac44b8
add board_noos_millis() for blinky 2019-03-23 16:51:07 +07:00
hathach ba1bea5d53
simplify board API, adding stm32f3 discovery
- remove board header since it is not used
2019-03-22 22:06:48 +07:00
hathach c211ee19dd migrate license from BSD 3 clause to MIT 2019-03-20 16:11:42 +07:00
hathach f2f3f5a772 fix pca10056 build error due to nrfx undef usage 2019-03-20 01:35:52 +07:00
hathach e6612ab82c move -nostdlib (-nostartfiles) into board.mk
since nrf5x require the use of std startup. Add verbose mode to makefile
2019-03-20 01:23:49 +07:00
hathach 11eed2f026 update flash-jlink target for m0 and m4 board 2019-03-17 15:42:57 +07:00
hathach a39516e03d
update board metro0 and metro4 2018-12-03 23:33:40 +07:00
Scott Shawcroft bf70f89240
Introduce a Makefile for the OS_NONE device example
It currently supports the SAMD21 and SAMD51 only. More will be
added later.
2018-11-25 11:46:06 -08:00
hathach 1d6fc49fa9
clean up 2018-11-21 17:03:39 +07:00
hathach a30dfa3324
clean up 2018-11-21 13:11:19 +07:00
hathach eadcba75a2 has issue with metro m0 clock init 2018-11-21 00:19:38 +07:00
hathach a46b42a54e move metro m4 clock init to board 2018-11-21 00:12:11 +07:00
hathach 5e65886fdd
samd51 metro m4 add init_mcu() and usb init
- device regconized on bus but doesnt response with setup packet.
- temp disable msc
2018-11-20 01:23:53 +07:00
hathach ee399bd27b add sand51 project to ses 2018-11-14 15:25:58 +07:00
hathach eea1f8597e added board led for metro m4 2018-11-14 13:28:39 +07:00
hathach 2e2100078c adding Adafruit metro m0/m4 express 2018-11-13 22:49:37 +07:00