hathach
|
3623ba1884
|
fix trailing space and new line
temporarily disable codespell
|
2023-03-17 16:12:49 +07:00 |
|
hathach
|
a394273ed2
|
add board_getchar() for non-blocking getchar()
|
2022-11-21 16:28:54 +07:00 |
|
hathach
|
460bef9dbb
|
host msc example work well with rp2040 pio-usb
|
2022-11-21 15:49:38 +07:00 |
|
hathach
|
a6001fc8f2
|
update uart read for lpc18/43 for testing
|
2022-11-18 21:50:00 +07:00 |
|
Pawel Hryniszak
|
023191be23
|
Let to define CFG_BOARD_UART_BAUDRATE in CMake
|
2022-06-29 20:28:22 +01:00 |
|
hathach
|
d10326cb4e
|
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
2022-02-25 18:35:21 +07:00 |
|
hathach
|
ca98996e1f
|
better support for hid device set/get protocol
add caplock detection for hid_composite
|
2021-07-01 22:46:39 +07:00 |
|
tfx2001
|
1b678eccf5
|
add basic support for rt-thread
|
2021-02-08 20:46:49 +08:00 |
|
graham sanderson
|
e0aa405d19
|
RP2040 support
|
2021-01-19 19:52:07 -06:00 |
|
hathach
|
5fa1e6e242
|
hack to undef LITTLE_ENDIAN for samg55
|
2020-03-11 12:32:29 +07:00 |
|
hathach
|
558b4dbde3
|
change DEBUG optimization option from O0 to Og
add uart write to board test example
|
2019-10-18 17:50:29 +07:00 |
|
hathach
|
195d0f5a14
|
adding log support with uart
started with pca10056
|
2019-10-12 00:02:51 +07:00 |
|
hathach
|
72046d957c
|
fix #145
|
2019-09-12 10:43:16 +07:00 |
|
hathach
|
d4895c4af6
|
add board_test example for testing new board
|
2019-08-24 23:30:35 +07:00 |
|
hathach
|
a619511631
|
run tud_task() in board_delay()
|
2019-05-29 16:55:54 +07:00 |
|
hathach
|
ce6976f400
|
better fix for #72 millis overthrow
|
2019-05-21 13:31:02 +07:00 |
|
hathach
|
73c7db38f7
|
fix #72 address overflow with board_delay
|
2019-05-21 11:38:46 +07:00 |
|
hathach
|
61ec407752
|
update license year to 2019
|
2019-05-14 11:48:05 +07:00 |
|
hathach
|
307ba23046
|
wrap up hid device refactor
|
2019-04-18 22:31:35 +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
|
38f7d281d4
|
more board clean up
|
2019-03-27 21:06:44 +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 |
|
William D. Jones
|
b367baeaf1
|
Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4
|
2019-01-10 09:58:06 -05:00 |
|
hathach
|
6c2404ca49
|
adding ea4088 quickstart, able to blink
|
2018-12-04 16:32:20 +07:00 |
|
hathach
|
7120e12971
|
add mcb1800, blink led ok
|
2018-12-04 13:17:12 +07:00 |
|
hathach
|
f8ea10dc9a
|
update board led to use only one led
|
2018-12-03 18:48:43 +07:00 |
|
hathach
|
522b0c11ef
|
move nvic prio in hal/dcd to bsp for portability
|
2018-11-29 22:59:00 +07:00 |
|
Scott Shawcroft
|
b4103eef06
|
needs to be filled out. blinks though
|
2018-11-27 18:11:03 -08:00 |
|
hathach
|
18f8217f4f
|
adding samd21 metro m0 support
|
2018-11-20 23:19:59 +07:00 |
|
hathach
|
4b1f4c7b6f
|
add Adafruit samd-peripherals as submodule.
clean up board
|
2018-11-14 00:22:49 +07:00 |
|
hathach
|
2e2100078c
|
adding Adafruit metro m0/m4 express
|
2018-11-13 22:49:37 +07:00 |
|
hathach
|
5a046799f6
|
clean up board.h
|
2018-11-13 12:32:15 +07:00 |
|
hathach
|
8572947da5
|
qspi msc flash seems to work
|
2018-09-08 00:15:34 +07:00 |
|
hathach
|
546f2a1165
|
nrf52840 example work with boot keyboard
|
2018-07-24 00:10:22 +07:00 |
|
hathach
|
82da013dad
|
get freertos build
|
2018-03-30 15:33:36 +07:00 |
|
hathach
|
e2f9744369
|
rename tusb_hal_tick_get to tusb_hal_millis
rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ
|
2018-03-29 18:03:04 +07:00 |
|
hathach
|
ffca1f5e64
|
working on nrf52
|
2018-03-13 16:30:53 +07:00 |
|
hathach
|
23caef859c
|
adding nrf52840 port, able to blink led with pca10056
|
2018-03-11 00:16:10 +07:00 |
|
hathach
|
bd5f9ecdec
|
rename tusb_tick_get to hal_tick_get
|
2018-03-07 23:40:54 +07:00 |
|
hathach
|
299c92f2fc
|
more hal clean up
|
2018-03-02 18:38:29 +07:00 |
|
hathach
|
dbe5ff2a35
|
re-org bsp
|
2018-03-02 14:53:40 +07:00 |
|
hathach
|
0a8cf7de47
|
rename boards to bsp
|
2018-03-02 13:49:24 +07:00 |
|