summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2019-10-11update dochathach
2019-10-09Merge branch 'master' into develophathach
2019-10-07added ti_driver submodulehathach
2019-10-07add ti_driver as submodulehathach
2019-10-06msp_exp430f5529lp: Make board_millis atomic.William D. Jones
2019-10-05msp_exp430f5529lp: Set up UART functionality.William D. Jones
2019-10-04Add Spresense boardKamil Tomaszewski
2019-10-04adding lpc1549, but couldnt recieve setup packet, though setup received ↵hathach
interrupt is triggered
2019-10-03lpcxpresso1549 board test runninghathach
2019-10-03couldn't get 32L4 running with crystal less modehathach
2019-10-02Merge remote-tracking branch 'origin' into msp430f5529William D. Jones
2019-10-02move linker file to blue pill bsphathach
2019-10-02ported stm32f1, tested with f103 blue pillhathach
2019-10-01-Wno-error=cast-function-type is only available for gcc 8+, change travis ↵hathach
dist to bionic
2019-09-27Fix typo of CFG_TUD_ENDOINT0_SIZE.Nathan Conrad
2019-09-27add -Wextra for more warnings to examplehathach
non-stack warning (probably mcu driver) should be suppressed in the board.mk
2019-09-24msp430f5529: Change EP0 size to 8, implement interrupt logic up to busWilliam D. Jones
reset detection.
2019-09-23msp430f5529: Enable clocks/PLL for msp_exp430f5529lp and enable USBWilliam D. Jones
module in dcd_msp430x5xx; device does not enumerate.
2019-09-23msp430f5529: Ensure cdc_msc demo compiles.William D. Jones
2019-09-20added stm32 L0 supporthathach
close #125
2019-09-20added stm32L0538 discovery board, board test exmaple workshathach
2019-09-19msp_exp430f5529lp: Implement enough functionality for board_test.William D. Jones
2019-09-18added board feather stm32f045hathach
2019-09-14rules.mk: Create an LDINC variable for linker script search path.William D. Jones
2019-09-14msp430f5529: Remove -nostdlib and -nostartfiles, as the compilerWilliam D. Jones
provides them.
2019-09-14msp430f5529: Add empty msp_exp430f5529lp BSP and DCD.William D. Jones
2019-09-14Merge pull request #131 from cr1901/pyboardhathach
Add PyBoard BSP
2019-09-14pyboardv11: Fix typo in HSE_VALUE define so that SysTick runs at correctWilliam D. Jones
frequency.
2019-09-13Merge pull request #151 from hathach/develophathach
fix #139, correct usbd request intepreting, Non-STD request to Interf… … …ace must be forward to class driver
2019-09-13adding stm32l4 support, board test run with stm32l476disco, usb doens't work yethathach
2019-09-12Correct port assigned on the STM32F070 BSPNathan Conrad
2019-09-12fix #145hathach
2019-09-12ported stm32f2, added board stm32f207zg nucleohathach
close #127
2019-09-11Merge branch 'master' of https://github.com/hathach/tinyusb into pyboardWilliam D. Jones
2019-09-11added stm32f767nucleo board, board_test workshathach
2019-09-11tested all the stm32f4 board, work greathathach
2019-09-11ported stm32f3, close #67hathach
2019-09-11added stm32f072disco boardhathach
close #104
2019-09-11fix #130hathach
2019-09-11adding stm32f072disco board, board_test example runninghathach
2019-09-11Merge pull request #136 from hathach/develophathach
fix #132
2019-09-11Merge pull request #122 from cr1901/synopsyshathach
Synopsys Refactor
2019-09-10Add pyboard (v1.1) BSP. cdc_msc_hid example tested.William D. Jones
2019-09-10Rename the STM32 MCU options.Nathan Conrad
2019-09-10update st_driverhathach
2019-09-10Move interrupt handler into device driver, and rename the OPT_MCU_STM32 ↵Nathan Conrad
constants.
2019-09-10Correct JLINK_DEVICE and FREERTOS_PORT in F070RB make file. FreeRTOS and ↵Nathan Conrad
j-link are untested.
2019-09-09Start clock on F0 and F0, and handle USB interrupts.Nathan Conrad
2019-09-09Update F3 BSP and create F070RB BSP. Both are untested (but compile).Nathan Conrad
2019-09-09stm32: Refactor so F4 and H7 use a single Synopsys IP source file.William D. Jones