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:
parent
7e7b453eb0
commit
1b06ae6033
2
west.yml
2
west.yml
@ -5,5 +5,5 @@ manifest:
|
||||
projects:
|
||||
- name: zephyr
|
||||
remote: zephyrproject-rtos
|
||||
revision: v3.7.0
|
||||
revision: v4.0.0
|
||||
import: true
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user