summaryrefslogtreecommitdiff
path: root/hw/bsp/board.h
AgeCommit message (Collapse)Author
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-11-21add board_getchar() for non-blocking getchar()hathach
2022-11-21host msc example work well with rp2040 pio-usbhathach
2022-11-18update uart read for lpc18/43 for testinghathach
2022-06-29Let to define CFG_BOARD_UART_BAUDRATE in CMakePawel Hryniszak
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
2021-07-01better support for hid device set/get protocolhathach
add caplock detection for hid_composite
2021-02-08add basic support for rt-threadtfx2001
2021-01-19RP2040 supportgraham sanderson
2020-03-11hack to undef LITTLE_ENDIAN for samg55hathach
2019-10-18change DEBUG optimization option from O0 to Oghathach
add uart write to board test example
2019-10-12adding log support with uarthathach
started with pca10056
2019-09-12fix #145hathach
2019-08-24add board_test example for testing new boardhathach
2019-05-29run tud_task() in board_delay()hathach
2019-05-21better fix for #72 millis overthrowhathach
2019-05-21fix #72 address overflow with board_delayhathach
2019-05-14update license year to 2019hathach
2019-04-18wrap up hid device refactorhathach
2019-04-02rename board_led_control to board_led_writehathach
2019-04-01add board_button_read()hathach
2019-03-27more board clean uphathach
2019-03-24remove tusb_hal_millis() usage, less work for portinghathach
2019-03-23clean up bsp, adde board_millis()hathach
2019-03-23add board_noos_millis() for blinkyhathach
2019-03-22simplify board API, adding stm32f3 discoveryhathach
- remove board header since it is not used
2019-03-20clean board uart read & writehathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-01-10Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4William D. Jones
2018-12-04adding ea4088 quickstart, able to blinkhathach
2018-12-04add mcb1800, blink led okhathach
2018-12-03update board led to use only one ledhathach
2018-11-29move nvic prio in hal/dcd to bsp for portabilityhathach
2018-11-27needs to be filled out. blinks thoughScott Shawcroft
2018-11-20adding samd21 metro m0 supporthathach
2018-11-14add Adafruit samd-peripherals as submodule.hathach
clean up board
2018-11-13adding Adafruit metro m0/m4 expresshathach
2018-11-13clean up board.hhathach
2018-09-08qspi msc flash seems to workhathach
2018-07-24nrf52840 example work with boot keyboardhathach
2018-03-30get freertos buildhathach
2018-03-29rename tusb_hal_tick_get to tusb_hal_millishathach
rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ
2018-03-13working on nrf52hathach
2018-03-11adding nrf52840 port, able to blink led with pca10056hathach
2018-03-07rename tusb_tick_get to hal_tick_gethathach
2018-03-02more hal clean uphathach
2018-03-02re-org bsphathach
2018-03-02rename boards to bsphathach