Update to Zephyr 4.0.0
Some checks are pending
Run compliance test suite / RISC-V Compliance Test (push) Waiting to run
Formal verification / Run RISCV-formal verification suite (push) Waiting to run
Run linter / Linter (push) Waiting to run
Build GDS using OpenLANE and sky130 PDK / build-openlane-sky130 (push) Waiting to run

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