hathach
|
1ab3a1035c
|
Merge branch 'master' into cr1901-msp430f5529
|
2019-11-05 10:17:36 +07:00 |
|
hathach
|
8cd19f88b9
|
clean up
|
2019-11-04 22:03:31 +07:00 |
|
hathach
|
42b55f6621
|
clean up
|
2019-11-04 15:00:44 +07:00 |
|
hathach
|
6baa79b330
|
board test works
|
2019-11-04 14:54:04 +07:00 |
|
Nathan Conrad
|
68a53e05fc
|
Merge pull request #2 from hathach/pigrew-ZLP_Request2
zlp request2. PR for PR (has issues with STM32F0 FSDEV)
|
2019-11-03 17:50:41 -05:00 |
|
Nathan Conrad
|
cebc066813
|
Add UART HAL source file to stm32f070 makefile.
|
2019-11-03 15:25:55 -05:00 |
|
Nathan Conrad
|
5839159742
|
Enable UART debugging on F070.
|
2019-11-03 09:54:02 -05:00 |
|
hathach
|
585aebeb12
|
add uart support for stm32f072disco
|
2019-11-03 12:54:05 +07:00 |
|
William D. Jones
|
ffeb61a710
|
msp_exp430f5529lp: Use ti submodule for includes and linker files.
|
2019-10-29 11:43:26 -04:00 |
|
hathach
|
6e204ca567
|
add --allow-fw-update for convenience
|
2019-10-29 17:36:53 +07:00 |
|
hathach
|
71a4076e73
|
correct read()/write() retarget for msp430, fix msp430 button state
|
2019-10-29 16:24:09 +07:00 |
|
hathach
|
4e8c57171c
|
Merge branch 'master' into cr1901-msp430f5529
|
2019-10-25 21:20:05 +07:00 |
|
hathach
|
6f952a8e84
|
fix missing board uart read/write()
|
2019-10-24 12:20:06 +07:00 |
|
hathach
|
661515a807
|
adding debug log function
|
2019-10-23 21:18:46 +07:00 |
|
hathach
|
78bf82291e
|
add uart support for stm32f4nucleo board (via stlink cdc)
|
2019-10-19 18:19:59 +07:00 |
|
hathach
|
2f3f23fd94
|
change to use nrfx uarte
|
2019-10-18 18:30:09 +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
|
c42edc080c
|
Merge branch 'master' into develop
|
2019-10-09 11:03:55 +07:00 |
|
William D. Jones
|
97af9e3332
|
msp_exp430f5529lp: Make board_millis atomic.
|
2019-10-06 20:44:06 -04:00 |
|
William D. Jones
|
16ff152129
|
msp_exp430f5529lp: Set up UART functionality.
|
2019-10-05 09:37:48 -04:00 |
|
Kamil Tomaszewski
|
0747c4b61b
|
Add Spresense board
|
2019-10-04 13:19:34 +02:00 |
|
hathach
|
281cd858b0
|
adding lpc1549, but couldnt recieve setup packet, though setup received interrupt is triggered
|
2019-10-04 15:56:45 +07:00 |
|
hathach
|
13d37e4a36
|
lpcxpresso1549 board test running
|
2019-10-03 15:23:01 +07:00 |
|
hathach
|
7fd68efe7b
|
couldn't get 32L4 running with crystal less mode
|
2019-10-03 13:37:10 +07:00 |
|
William D. Jones
|
5ee1070c16
|
Merge remote-tracking branch 'origin' into msp430f5529
|
2019-10-02 23:18:49 -04:00 |
|
hathach
|
0a20e91cc9
|
move linker file to blue pill bsp
|
2019-10-02 14:23:23 +07:00 |
|
hathach
|
0673be7724
|
ported stm32f1, tested with f103 blue pill
|
2019-10-02 12:01:34 +07:00 |
|
hathach
|
6479ee53d5
|
-Wno-error=cast-function-type is only available for gcc 8+, change travis dist to bionic
|
2019-10-01 15:43:28 +07:00 |
|
Nathan Conrad
|
c4483d244b
|
Fix typo of CFG_TUD_ENDOINT0_SIZE.
|
2019-09-27 21:22:19 -04: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 |
|
William D. Jones
|
d2e4af5a7b
|
msp430f5529: Change EP0 size to 8, implement interrupt logic up to bus
reset detection.
|
2019-09-24 02:41:11 -04:00 |
|
William D. Jones
|
a6a79df9fb
|
msp430f5529: Enable clocks/PLL for msp_exp430f5529lp and enable USB
module in dcd_msp430x5xx; device does not enumerate.
|
2019-09-23 18:53:31 -04:00 |
|
William D. Jones
|
907bc3df9b
|
msp430f5529: Ensure cdc_msc demo compiles.
|
2019-09-23 17:48:18 -04:00 |
|
hathach
|
7b2f8cc73a
|
added stm32 L0 support
close #125
|
2019-09-20 13:49:33 +07:00 |
|
hathach
|
80b430fcfc
|
added stm32L0538 discovery board, board test exmaple works
|
2019-09-20 13:02:17 +07:00 |
|
William D. Jones
|
49f2507b38
|
msp_exp430f5529lp: Implement enough functionality for board_test.
|
2019-09-19 01:21:29 -04:00 |
|
hathach
|
3440083bfd
|
added board feather stm32f045
|
2019-09-18 14:38:56 +07:00 |
|
William D. Jones
|
772b0c17bf
|
rules.mk: Create an LDINC variable for linker script search path.
|
2019-09-14 21:16:10 -04:00 |
|
William D. Jones
|
d464c26ab2
|
msp430f5529: Remove -nostdlib and -nostartfiles, as the compiler
provides them.
|
2019-09-14 21:06:57 -04:00 |
|
William D. Jones
|
6280e4e7cb
|
msp430f5529: Add empty msp_exp430f5529lp BSP and DCD.
|
2019-09-14 18:02:17 -04:00 |
|
hathach
|
98a68d600c
|
Merge pull request #131 from cr1901/pyboard
Add PyBoard BSP
|
2019-09-14 16:31:43 +07:00 |
|
William D. Jones
|
d7137e36ca
|
pyboardv11: Fix typo in HSE_VALUE define so that SysTick runs at correct
frequency.
|
2019-09-14 04:32:10 -04:00 |
|
hathach
|
9e96c10014
|
Merge pull request #151 from hathach/develop
fix #139, correct usbd request intepreting, Non-STD request to Interf… … …ace must be forward to class driver
|
2019-09-13 13:14:18 +07:00 |
|
hathach
|
986beda9eb
|
adding stm32l4 support, board test run with stm32l476disco, usb doens't work yet
|
2019-09-13 11:22:44 +07:00 |
|
Nathan Conrad
|
f830f6956e
|
Correct port assigned on the STM32F070 BSP
|
2019-09-12 14:53:53 -04:00 |
|
hathach
|
72046d957c
|
fix #145
|
2019-09-12 10:43:16 +07:00 |
|
hathach
|
ff7261600c
|
ported stm32f2, added board stm32f207zg nucleo
close #127
|
2019-09-12 10:41:03 +07:00 |
|
William D. Jones
|
6b79f399a1
|
Merge branch 'master' of https://github.com/hathach/tinyusb into pyboard
|
2019-09-11 14:14:02 -04:00 |
|
hathach
|
a3f1c269e9
|
added stm32f767nucleo board, board_test works
|
2019-09-11 18:02:27 +07:00 |
|