Skip to content

Commit

Permalink
Merge pull request #2 from SoC-Arch-polito/1-fix-zephyr-2.7.1
Browse files Browse the repository at this point in the history
Fix for zephyr version 2.7.1
  • Loading branch information
waltergallegog authored Oct 31, 2023
2 parents 2fd2842 + 4467ba6 commit 711943d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
; https://docs.platformio.org/page/projectconf.html

[env]
platform = ststm32
platform = ststm32@~16.1.0
board = disco_f051r8
framework = zephyr


[env:disco_f051r8_renode]
; Custom upload settings for renode integration
upload_protocol = custom
Expand Down
8 changes: 0 additions & 8 deletions zephyr/prj.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
CONFIG_CONSOLE_SUBSYS=y
CONFIG_CONSOLE_GETLINE=y

# CONFIG_GPIO=y


# CONFIG_PRINTK=y
# CONFIG_HEAP_MEM_POOL_SIZE=256
# CONFIG_ASSERT=y
# CONFIG_GPIO=y

0 comments on commit 711943d

Please sign in to comment.