Skip to content

Commit

Permalink
Remove double entry, remove UART disabling for rev >3 because it is d…
Browse files Browse the repository at this point in the history
…isabled in DT, add it to board config for rev 1 and 2
  • Loading branch information
Kampi committed Aug 7, 2024
1 parent 473a5bb commit a12adce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion app/boards/arm/zswatch_nrf5340/zswatch_nrf5340_cpuapp_1.conf
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
CONFIG_DEBUG_COREDUMP_BACKEND_LOGGING=y
CONFIG_DEBUG_COREDUMP_BACKEND_LOGGING=y

CONFIG_UART_CONSOLE=n
4 changes: 3 additions & 1 deletion app/boards/arm/zswatch_nrf5340/zswatch_nrf5340_cpuapp_2.conf
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
CONFIG_DEBUG_COREDUMP_BACKEND_LOGGING=y
CONFIG_DEBUG_COREDUMP_BACKEND_LOGGING=y

CONFIG_UART_CONSOLE=n
2 changes: 0 additions & 2 deletions app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ CONFIG_LV_USE_ROLLER=n
CONFIG_LV_USE_SLIDER=y
CONFIG_LV_USE_SWITCH=y
CONFIG_LV_USE_TABLE=n
CONFIG_LV_USE_TEXTAREA=n
CONFIG_LV_USE_FLEX=y
CONFIG_LV_USE_ANIMIMG=y
CONFIG_LV_USE_CALENDAR=n
Expand Down Expand Up @@ -160,7 +159,6 @@ CONFIG_POSIX_API=y
# By default disable UART to save power
CONFIG_SERIAL=n
CONFIG_CONSOLE=n
CONFIG_UART_CONSOLE=n

CONFIG_ZBUS=y
CONFIG_ZBUS_RUNTIME_OBSERVERS=y
Expand Down

0 comments on commit a12adce

Please sign in to comment.