Merge pull request #101 from MJDSys/zigbee_2.2_sdk
This commit is contained in:
commit
41ba531fba
5 changed files with 14 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "nrf-connect:v2.1",
|
"name": "nrf-connect:v2.2",
|
||||||
"image": "nordicplayground/nrfconnect-sdk:v2.1-branch",
|
"image": "nordicplayground/nrfconnect-sdk:v2.2-branch",
|
||||||
"features": {
|
"features": {
|
||||||
},
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
|
|
|
||||||
2
.github/actions/build/Dockerfile
vendored
2
.github/actions/build/Dockerfile
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nordicplayground/nrfconnect-sdk:v2.1-branch
|
FROM nordicplayground/nrfconnect-sdk:v2.2-branch
|
||||||
|
|
||||||
COPY build.sh /build.sh
|
COPY build.sh /build.sh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
zephyr,sram = &sram0;
|
zephyr,sram = &sram0;
|
||||||
zephyr,flash = &flash0;
|
zephyr,flash = &flash0;
|
||||||
zephyr,code-partition = &slot0_partition;
|
zephyr,code-partition = &slot0_partition;
|
||||||
|
zephyr,ieee802154 = &ieee802154;
|
||||||
};
|
};
|
||||||
|
|
||||||
zephyr,user {
|
zephyr,user {
|
||||||
|
|
@ -61,6 +62,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&ieee802154 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
compatible = "nordic,nrf-uart";
|
compatible = "nordic,nrf-uart";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
zephyr,sram = &sram0;
|
zephyr,sram = &sram0;
|
||||||
zephyr,flash = &flash0;
|
zephyr,flash = &flash0;
|
||||||
zephyr,code-partition = &slot0_partition;
|
zephyr,code-partition = &slot0_partition;
|
||||||
|
zephyr,ieee802154 = &ieee802154;
|
||||||
};
|
};
|
||||||
|
|
||||||
zephyr,user {
|
zephyr,user {
|
||||||
|
|
@ -61,6 +62,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&ieee802154 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
compatible = "nordic,nrf-uart";
|
compatible = "nordic,nrf-uart";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ CONFIG_CRYPTO_NRF_ECB=y
|
||||||
CONFIG_CRYPTO_INIT_PRIORITY=80
|
CONFIG_CRYPTO_INIT_PRIORITY=80
|
||||||
|
|
||||||
# Networking
|
# Networking
|
||||||
|
CONFIG_NET_IPV6=n
|
||||||
CONFIG_NET_IPV6_MLD=n
|
CONFIG_NET_IPV6_MLD=n
|
||||||
CONFIG_NET_IPV6_NBR_CACHE=n
|
CONFIG_NET_IPV6_NBR_CACHE=n
|
||||||
CONFIG_NET_IPV6_RA_RDNSS=n
|
CONFIG_NET_IPV6_RA_RDNSS=n
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue