diff options
author | 2021-06-11 10:52:04 +0200 | |
---|---|---|
committer | 2021-06-15 14:14:34 +0800 | |
commit | 6e155307b82387fd3f00b4b637499161a2ef9c3b (patch) | |
tree | d628ecef2ce2e24a8da0b40472106ab46589e357 | |
parent | 098501ca0eb404bc9d89e45cf0f296be42bf4629 (diff) | |
download | meta-zephyr-6e155307b82387fd3f00b4b637499161a2ef9c3b.tar.gz meta-zephyr-6e155307b82387fd3f00b4b637499161a2ef9c3b.tar.bz2 meta-zephyr-6e155307b82387fd3f00b4b637499161a2ef9c3b.zip |
arduino-nano-33-ble.conf: Add Arduino Nano 33 BLE and BLE Sense support
Signed-off-by: Nagesh Shamnur <nagesh.shamnur@huawei.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
-rw-r--r-- | conf/machine/arduino-nano-33-ble.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/arduino-nano-33-ble.conf b/conf/machine/arduino-nano-33-ble.conf new file mode 100644 index 0000000..e45cfc2 --- /dev/null +++ b/conf/machine/arduino-nano-33-ble.conf @@ -0,0 +1,8 @@ +#@TYPE: Machine +#@NAME: arduino-nano-33-ble + +#@DESCRIPTION: Machine configuration for Arudino nano 33 ble and Arduino nano 33 ble sense + +require conf/machine/include/nrf52.inc +ARCH_arduino-nano-33-ble = "arm" + |