Conversation
bcb25db to
18f75ec
Compare
159a05a to
3c9ce60
Compare
|
@basilfx UART TX seems to work but I cannot interact with the shell, is RX working on your side ? |
dylad
left a comment
There was a problem hiding this comment.
manage to get shell working with this fix
| * via the USB port. | ||
| * @{ | ||
| */ | ||
| #define BC_PIN GPIO_PIN(PA, 9) |
There was a problem hiding this comment.
| #define BC_PIN GPIO_PIN(PA, 9) | |
| #define BC_PIN GPIO_PIN(PD, 7) |
There was a problem hiding this comment.
That does make sense, according to the manual. But it's strange that it does work for me. I'll try as well.
There was a problem hiding this comment.
It seems that this breaks RX for me.
|
This is so weird. |
|
run compile_and_test_for_board.py script all night, here are the results: |
Update board controller firmware to lastest version with Simplicity Studio fixes my issue.
3c9ce60 to
a6acf0d
Compare
|
@basilfx want to give this a rebase?` |
|
This one is pretty much good to go. Btw.: Where did you get the vendor files? I'm looking for the ones for Since the last two commits cause a lot of conflicts, just drop those and run |
a6acf0d to
17029eb
Compare
6f99dd1 to
099bcf2
Compare
4f8df38 to
6e6ddac
Compare
benpicco
left a comment
There was a problem hiding this comment.
Rebased, added Kconfig and fixed the merge conflict.
The LETIMER fix was merged independent from this, so this should be good 😇

Contribution description
This PR add supports for the Silicon Labs STK3200, which I already PR'd before in #8295 and #8832. The files are similar to the SLTB001a and STK3600, STK3700 and SLSTK3401a already supported. This is a Cortex M0+ based board, with a low-power memory LCD that is supported by U8g2. The board has only 32KiB of flash, so most tests have been ignored.
Issues/PRs references
#8832
#8295