Skip to content

Commit

Permalink
Upgrade to Zephyr v3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjaeger committed Jun 22, 2023
1 parent af6784c commit 7599b7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# only very small heap necessary for malloc in printf statements with %f
CONFIG_HEAP_MEM_POOL_SIZE=256

CONFIG_CPLUSPLUS=y
CONFIG_LIB_CPLUSPLUS=y
CONFIG_CPP=y
CONFIG_REQUIRES_FULL_LIBCPP=y

CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_NANO=y
Expand Down
4 changes: 2 additions & 2 deletions tests/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# only very small heap necessary for malloc in printf statements with %f
CONFIG_HEAP_MEM_POOL_SIZE=256

CONFIG_CPLUSPLUS=y
CONFIG_LIB_CPLUSPLUS=y
CONFIG_CPP=y
CONFIG_REQUIRES_FULL_LIBCPP=y

#CONFIG_WATCHDOG=y
#CONFIG_WDT_DISABLE_AT_BOOT=y
Expand Down
4 changes: 2 additions & 2 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ manifest:
url-base: https://github.com/ThrowTheSwitch
projects:
- name: zephyr
remote: libresolar
revision: v3.2-branch
remote: zephyrproject
revision: v3.4-branch
import:
name-allowlist:
- cmsis
Expand Down

0 comments on commit 7599b7b

Please sign in to comment.