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
1ee0d60990
zephyr
/
samples
/
drivers
/
lora
/
receive
/
prj.conf
7 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: drivers: Add LoRa receiver sample Add sample application for receiving data packets over LoRa. Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
2019-07-21 04:20:59 +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 receiver sample Add sample application for receiving data packets over LoRa. Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
2019-07-21 04:20:59 +08:00
CONFIG_PRINTK=y