This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
4fbf940019
zephyr
/
samples
/
drivers
/
lora
/
send
/
prj.conf
7 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: drivers: Add LoRa sender sample Add sample application for sending data packets over LoRa. Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
2019-07-21 04:20:09 +08:00
CONFIG_LOG=y
CONFIG_SPI=y
CONFIG_GPIO=y
CONFIG_LORA=y
drivers: lora: Prepare Kconfig for additional radios Add a new configuration option, LORA_SX12XX, that is shared for all of the LoRaMAC-node-based radio drivers. By default, the appropriate driver for the LoRa radio in the device tree is included is included in the build. Signed-off-by: Andreas Sandberg <andreas@sandberg.pp.se>
2020-05-06 04:50:44 +08:00
CONFIG_LORA_SX12XX=y
samples: drivers: Add LoRa sender sample Add sample application for sending data packets over LoRa. Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
2019-07-21 04:20:09 +08:00
CONFIG_PRINTK=y