hathach
|
50be9d7c3a
|
mass rename tud/dcd_irq_handler to tud/dcd_init_handler
|
2020-04-17 12:27:53 +07:00 |
|
hathach
|
dc4bf02dcb
|
mass rename tud_isr to tud_irq_handler
|
2020-04-06 17:04:49 +07:00 |
|
hathach
|
2d6d298302
|
move irqhandler to application
tud_isr() must be called by application to forward the irqhandle to the
stack
|
2020-04-06 14:11:45 +07:00 |
|
hathach
|
3ea95c2ab6
|
clean up LD_FILE using $(BOARD)
make it easier to duplicate bsp
|
2020-03-07 17:49:30 +07:00 |
|
hathach
|
f5d737aa7e
|
moving irq to bsp for lpc17/40
|
2019-11-21 23:19:38 +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
|
cd96b3de86
|
update makefile for lpc boards
|
2019-11-11 11:51:51 +07:00 |
|
hathach
|
1684cb06b7
|
update makefile for lpc mcu
|
2019-11-11 11:24:10 +07:00 |
|
hathach
|
6f952a8e84
|
fix missing board uart read/write()
|
2019-10-24 12:20:06 +07:00 |
|
hathach
|
6183dbd0ce
|
add -Wextra for more warnings to example
non-stack warning (probably mcu driver) should be suppressed in the
board.mk
|
2019-09-27 00:15:43 +07:00 |
|
hathach
|
4f4182e171
|
clean up lpc makefile
|
2019-09-09 12:39:58 +07:00 |
|
hathach
|
4ef3946a25
|
adding lpcxpresso11u37 board
|
2019-09-06 15:06:04 +07:00 |
|
hathach
|
0ab8829e55
|
fix segger embbeded studio compile issue
|
2019-08-31 23:53:10 +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
|
15076006ca
|
ea4088 quickstart build with makefile
|
2019-05-15 17:24:21 +07:00 |
|
hathach
|
6e6f470b58
|
board clean up, add button for ea4088
|
2019-05-15 17:15:02 +07:00 |
|
hathach
|
3e6d911ce9
|
more clean up use inline bit funciton instead of macros
|
2019-05-14 12:54:29 +07:00 |
|
hathach
|
61ec407752
|
update license year to 2019
|
2019-05-14 11:48:05 +07:00 |
|
hathach
|
5f3ab2afe1
|
rename board_led_control to board_led_write
|
2019-04-02 18:16:04 +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
|
20fb416783
|
clean board uart read & write
|
2019-03-20 20:58:27 +07:00 |
|
hathach
|
c211ee19dd
|
migrate license from BSD 3 clause to MIT
|
2019-03-20 16:11:42 +07:00 |
|
hathach
|
2a60427bdc
|
rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency
|
2018-12-14 15:30:54 +07:00 |
|
hathach
|
3ab9c2f64a
|
add host ea4088qs, but not work
|
2018-12-07 22:00:34 +07:00 |
|
hathach
|
d524da0c94
|
enable all warnings
|
2018-12-07 14:49:55 +07:00 |
|
hathach
|
dd9c7b4249
|
lpc40xx device work, moving Chip_USB_Init out of tinyusb
|
2018-12-05 08:47:23 +07:00 |
|
hathach
|
6c2404ca49
|
adding ea4088 quickstart, able to blink
|
2018-12-04 16:32:20 +07:00 |
|
hathach
|
261e0f9801
|
adding lpc40xx support
|
2018-12-04 16:06:50 +07:00 |
|