Conversation
2eaf60b to
042e21e
Compare
042e21e to
ac47fef
Compare
|
Updated this PR per #8873. |
5461cfe to
1d1cb96
Compare
1d1cb96 to
b53701e
Compare
|
Ping @kYc0o - can you review this? |
kYc0o
left a comment
There was a problem hiding this comment.
I have a very small comment about this PR. I'd ACK when solved it.
| endif | ||
|
|
||
| # limit the stack size so most tests and examples compile | ||
| CFLAGS += -DTHREAD_STACKSIZE_DEFAULT=512 |
dylad
left a comment
There was a problem hiding this comment.
Just found this board in an old box from school !
I ran some tests on this board and encounter 2 issues :
-
RX doesn't seem to work but TX is ok, I cannot interact with shell (using tests/shell)
-
I tried to used u8g2 pkg and I get
/opt/toolchain/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: /home/dylan/software/RIOT/tests/pkg_u8g2/bin/stk3200/tests_pkg_u8g2.elf section `.bss' will not fit in region `ram'
/opt/toolchain/gcc-arm-none-eabi-7-2018-q2-update/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld: region `ram' overflowed by 708 bytes
collect2: error: ld returned 1 exit status
/home/dylan/software/RIOT/tests/pkg_u8g2/../../Makefile.include:356: recipe for target '/home/dylan/software/RIOT/tests/pkg_u8g2/bin/stk3200/tests_pkg_u8g2.elf' failed
make: *** [/home/dylan/software/RIOT/tests/pkg_u8g2/bin/stk3200/tests_pkg_u8g2.elf] Error 1
make : on quitte le répertoire « /home/dylan/software/RIOT/tests/pkg_u8g2 »
|
@basilfx Could you rebase to the current master please ? |
|
ping @basilfx |
b53701e to
adb3731
Compare
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
Contribution description
This PR add supports for the Silicon Labs STK3200, which I already PR'd before in #8295. 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.
I can provide remote access to the hardware, if needed.
Issues/PRs references
#8585
#8520
#8630
#8295