mirror of
https://github.com/olofk/serv.git
synced 2025-06-28 01:03:50 -04:00
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
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:
parent
7e7b453eb0
commit
1b06ae6033
3 changed files with 14 additions and 1 deletions
2
west.yml
2
west.yml
|
@ -5,5 +5,5 @@ manifest:
|
||||||
projects:
|
projects:
|
||||||
- name: zephyr
|
- name: zephyr
|
||||||
remote: zephyrproject-rtos
|
remote: zephyrproject-rtos
|
||||||
revision: v3.7.0
|
revision: v4.0.0
|
||||||
import: true
|
import: true
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
#include <zephyr/arch/cpu.h>
|
#include <zephyr/arch/cpu.h>
|
||||||
#include <zephyr/device.h>
|
#include <zephyr/device.h>
|
||||||
#include <zephyr/drivers/uart.h>
|
#include <zephyr/drivers/uart.h>
|
||||||
|
#include <soc.h>
|
||||||
|
|
||||||
#define DT_DRV_COMPAT olofk_serial
|
#define DT_DRV_COMPAT olofk_serial
|
||||||
|
|
||||||
|
|
|
@ -23,4 +23,16 @@ config SERV_TIMER
|
||||||
bool
|
bool
|
||||||
default y
|
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
|
endif # SOC_RISCV32_SERVANT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue