Add XIAO Wio-SX1262 overlay; support SX12xx bandwidths (including 62.5 kHz) as default
- boards/seeed/xiao_wio_sx1262: add overlay, .conf, board.yml - app: support full set of SX12xx bandwidths; default BW set to 62 (62.5 kHz) - Update Kconfig and prj.conf - Update lora_modem.h/c for validation and mapping
This commit is contained in:
18
build/zephyr/snippets_generated.cmake
Normal file
18
build/zephyr/snippets_generated.cmake
Normal file
@@ -0,0 +1,18 @@
|
||||
# WARNING. THIS FILE IS AUTO-GENERATED. DO NOT MODIFY!
|
||||
#
|
||||
# This file contains build system settings derived from your snippets.
|
||||
# Its contents are an implementation detail that should not be used outside
|
||||
# of Zephyr's snippets CMake module.
|
||||
#
|
||||
# See the Snippets guide in the Zephyr documentation for more information.
|
||||
###############################################################################
|
||||
# Global information about all snippets.
|
||||
|
||||
# The name of every snippet that was discovered.
|
||||
set(SNIPPET_NAMES "bt-ll-sw-split" "cdc-acm-console" "espressif-flash-128M" "espressif-flash-16M" "espressif-flash-2M" "espressif-flash-32M" "espressif-flash-4M" "espressif-flash-64M" "espressif-flash-8M" "espressif-psram-2M" "espressif-psram-4M" "espressif-psram-8M" "espressif-psram-reloc" "espressif-psram-wifi" "hci-uart-native-sim" "nordic-flpr" "nordic-flpr-xip" "nordic-log-stm" "nordic-log-stm-dict" "nordic-log-stm-tpiu-dict" "nordic-ppr" "nordic-ppr-xip" "nus-console" "ram-console" "ram-tracing" "rp2-boot-mode-retention" "rtt-console" "rtt-tracing" "semihost-tracing" "serial-console" "silabs-pti" "slot1-partition" "socketcan-native-sim" "usbip-native-sim" "video-sw-generator" "wifi-credentials" "wifi-enterprise" "wifi-ip" "wifi-ipv4" "wifi-ipv6" "xen_dom0" "xiao-serial-console")
|
||||
# The paths to all the snippet.yml files. One snippet
|
||||
# can have multiple snippet.yml files.
|
||||
set(SNIPPET_PATHS "/Users/wijnand/zephyrproject/zephyr/snippets/bt-ll-sw-split/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/cdc-acm-console/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/espressif/flash-128M/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/espressif/flash-16M/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/espressif/flash-2M/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/espressif/flash-32M/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/espressif/flash-4M/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/espressif/flash-64M/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/espressif/flash-8M/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/espressif/psram-2M/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/espressif/psram-4M/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/espressif/psram-8M/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/espressif/psram-reloc/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/espressif/psram-wifi/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/hci-uart-native-sim/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/nordic/nordic-flpr-xip/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/nordic/nordic-flpr/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/nordic/nordic-log-stm-dict/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/nordic/nordic-log-stm-tpiu-dict/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/nordic/nordic-log-stm/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/nordic/nordic-ppr-xip/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/nordic/nordic-ppr/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/nus-console/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/ram-console/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/ram-tracing/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/rp2-boot-mode-retention/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/rtt-console/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/rtt-tracing/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/semihost-tracing/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/serial-console/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/silabs-pti/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/slot1-partition/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/socketcan-native-sim/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/usbip-native-sim/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/video-sw-generator/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/wifi/wifi-credentials/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/wifi/wifi-enterprise/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/wifi/wifi-ip/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/wifi/wifi-ipv4/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/wifi/wifi-ipv6/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/xen_dom0/snippet.yml" "/Users/wijnand/zephyrproject/zephyr/snippets/xiao-serial-console/snippet.yml")
|
||||
|
||||
# Create variable scope for snippets build variables
|
||||
zephyr_create_scope(snippets)
|
||||
Reference in New Issue
Block a user