Skip to content

Commit f5c8549

Browse files
committed
update to zephyr 3.7.0-rc3
1 parent f6af6ee commit f5c8549

File tree

7 files changed

+1
-28
lines changed

7 files changed

+1
-28
lines changed

firmware/boards/efm32wg.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
CONFIG_DEBUG_THREAD_INFO=y
2-
31
CONFIG_JABI_SERIAL="efm32wg 69420"
42

53
CONFIG_CONSOLE=n
@@ -13,5 +11,4 @@ CONFIG_JABI_THREAD_STACK_SIZE=16384
1311
CONFIG_UART_INTERRUPT_DRIVEN=y
1412

1513
# Peripheral settings
16-
CONFIG_I2C=y
1714
CONFIG_GPIO=y

firmware/boards/efm32wg.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
peripherals {
88
compatible = "jabi,peripherals";
9-
i2c = <&i2c0 &i2c1>;
109
gpio = <&led_red &led_green &led_blue &user_button>;
1110
};
1211
};

firmware/boards/jabican_usb_pro.conf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# NOTE insecure default key used!
2-
CONFIG_BOOTLOADER_MCUBOOT=y
3-
CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-2048.pem"
4-
51
CONFIG_JABI_SERIAL="jabican_usb_pro 69420"
62

7-
CONFIG_LOG=n
8-
93
# Interface settings
104
CONFIG_JABI_REQ_PAYLOAD_MAX_SIZE=4096
115
CONFIG_JABI_RESP_PAYLOAD_MAX_SIZE=4096
@@ -22,6 +16,5 @@ CONFIG_USB_MAX_POWER=250
2216
# Peripheral settings
2317
CONFIG_CAN=y
2418
CONFIG_CAN_ACCEPT_RTR=y
25-
CONFIG_CAN_AUTO_BUS_OFF_RECOVERY=y
2619
CONFIG_LIN=y
2720
CONFIG_GPIO=y

firmware/boards/k66f_breakout.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
CONFIG_DEBUG_THREAD_INFO=y
2-
31
CONFIG_JABI_SERIAL="k66f breakout 69420"
42

5-
CONFIG_LOG=n
6-
73
# Interface settings
84
CONFIG_JABI_REQ_PAYLOAD_MAX_SIZE=8192
95
CONFIG_JABI_RESP_PAYLOAD_MAX_SIZE=8192
@@ -20,7 +16,6 @@ CONFIG_USB_MAX_POWER=250
2016
# Peripheral settings
2117
CONFIG_CAN=y
2218
CONFIG_CAN_ACCEPT_RTR=y
23-
CONFIG_CAN_AUTO_BUS_OFF_RECOVERY=y
2419
CONFIG_I2C=y
2520
CONFIG_GPIO=y
2621
CONFIG_SPI=y

firmware/boards/leveler.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
CONFIG_JABI_SERIAL="leveler 69420"
22

3-
CONFIG_LOG=n
4-
53
# Interface settings
64
CONFIG_JABI_REQ_PAYLOAD_MAX_SIZE=16384
75
CONFIG_JABI_RESP_PAYLOAD_MAX_SIZE=16384

firmware/boards/nogusb.conf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
# NOTE insecure default key used!
2-
CONFIG_BOOTLOADER_MCUBOOT=y
3-
CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-2048.pem"
4-
5-
CONFIG_DEBUG_THREAD_INFO=y
6-
71
CONFIG_CONSOLE=n
82
CONFIG_UART_CONSOLE=n
93

10-
CONFIG_LOG=n
11-
124
# Interface settings
135
CONFIG_JABI_REQ_PAYLOAD_MAX_SIZE=4096
146
CONFIG_JABI_RESP_PAYLOAD_MAX_SIZE=4096
@@ -26,7 +18,6 @@ CONFIG_USB_MAX_POWER=250
2618
CONFIG_CAN=y
2719
CONFIG_CAN_FD_MODE=y
2820
CONFIG_CAN_ACCEPT_RTR=y
29-
CONFIG_CAN_AUTO_BUS_OFF_RECOVERY=y
3021
CONFIG_I2C=y
3122
CONFIG_GPIO=y
3223
CONFIG_ADC=y

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manifest:
66
projects:
77
- name: zephyrboards
88
remote: dragonlock2
9-
revision: 9443ad0ebe547a140ec54790687ae8b4d4e0cd34
9+
revision: 6ec6353e4a0f5011bf37cf389ba7e378ac1836b8
1010
import: true
1111

1212
self:

0 commit comments

Comments
 (0)