1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-11 23:42:50 +00:00

Update to Zephyr 4.0.0

This commit is contained in:
Markus Koch 2024-12-15 10:55:34 +01:00 committed by Olof Kindgren
parent 7e7b453eb0
commit 1b06ae6033
3 changed files with 14 additions and 1 deletions

View File

@ -5,5 +5,5 @@ manifest:
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: v3.7.0
revision: v4.0.0
import: true

View File

@ -8,6 +8,7 @@
#include <zephyr/arch/cpu.h>
#include <zephyr/device.h>
#include <zephyr/drivers/uart.h>
#include <soc.h>
#define DT_DRV_COMPAT olofk_serial

View File

@ -23,4 +23,16 @@ config SERV_TIMER
bool
default y
config ARCH_HAS_CUSTOM_CPU_IDLE
bool
default y
config ARCH_HAS_CUSTOM_CPU_ATOMIC_IDLE
bool
default y
config RISCV_SOC_EXCEPTION_FROM_IRQ
bool
default y
endif # SOC_RISCV32_SERVANT