Home
last modified time | relevance | path

Searched refs:radio (Results 1 – 23 of 23) sorted by relevance

/loramac-node-latest/src/radio/
DCMakeLists.txt18 project(radio) project
27 set(RADIO sx1272 CACHE STRING "Default radio is sx1272")
37 ${CMAKE_CURRENT_SOURCE_DIR}/lr1110/radio.c
49 ${CMAKE_CURRENT_SOURCE_DIR}/sx126x/radio.c
61 message(FATAL_ERROR "Unsupported radio driver selected...")
86 message(FATAL_ERROR "Unsupported radio driver selected...")
/loramac-node-latest/src/
DCMakeLists.txt32 set(MBED_RADIO_SHIELD SX1261MBXBAS CACHE STRING "Default MBED radio shield is SX1261MBXBAS")
66 # Configure radio
77 # Configure radio
98 # Configure radio
119 # Configure radio
140 # Configure radio
151 # Configure radio
162 # Configure radio
173 # Configure radio
184 # Configure radio
[all …]
/loramac-node-latest/
D.gitmodules1 [submodule "src/radio/lr1110/lr1110_driver"]
2 path = src/radio/lr1110/lr1110_driver
DCHANGELOG.md29 - Configure radio sync word upon state restoration from NVM
54 - Don't `memset` the TX/RX buffer when radio is set to receive mode
109 - Fixed SX127x FSK transmission when radio current operating mode is RX.
133 - Added SX126x `REG_RX_GAIN` and `REG_TX_MODULATION` to the radio registers retention list
135 - Added radio image calibration enforcement after radio initialization and radio sleep cold start.
226 - Changed radio drivers floating point to integer computations
294 - Moved radio operating mode management to specific board implementation
295 - Changed radio `IsChannelFree API` in order to provide reception bandwidth
333 - Added support for LR1110 radio
436 - Applied SX1272 and SX1276 radios errata note 3.1 to the radio drivers implementation
[all …]
DREADME.md29 …-device classes and it also provides SX1272/73, SX1276/77/78/79, SX1261/2 and LR1110 radio drivers.
39 * **rx-sensi**: Example application useful to measure the radio sensitivity level using an RF gener…
105 *lr1110-se* abstraction implementation handles all the required exchanges with the LR1110 radio cry…
107 All LR1110 radio chips are pre-provisioned out of factory in order to be used with [LoRa Cloud Devi…
/loramac-node-latest/doc/
DSKiM88xx-platform.md5 … Long Range Radio Starter Kit](https://wireless-solutions.de/products/long-range-radio/im980a.html)
6 …ng Range Radio Starter Kit](https://wireless-solutions.de/products/long-range-radio/im881a-xl.html)
Ddevelopment-environment.md134 * `RADIO` - Defines the radio to be used.
/loramac-node-latest/src/radio/lr1110/
Dradio.c1208 static void lr1110_system_irq_process( const void* radio, uint32_t* irq ) in lr1110_system_irq_process() argument
1213 lr1110_hal_operating_mode_t op_mode = lr1110_hal_get_operating_mode( radio ); in lr1110_system_irq_process()
1215 lr1110_system_get_status( radio, &stat1, &stat2, irq ); in lr1110_system_irq_process()
1216 lr1110_system_clear_irq( radio, *irq ); in lr1110_system_irq_process()
1220 if( lr1110_get_dio_1_pin_state( radio ) == 1 ) in lr1110_system_irq_process()
1229 lr1110_hal_set_operating_mode( radio, LR1110_HAL_OP_MODE_STDBY_RC ); in lr1110_system_irq_process()
1237 lr1110_hal_set_operating_mode( radio, LR1110_HAL_OP_MODE_STDBY_RC ); in lr1110_system_irq_process()
/loramac-node-latest/src/apps/tx-cw/
DCMakeLists.txt47 $<TARGET_OBJECTS:radio>
65 $<BUILD_INTERFACE:$<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>>
/loramac-node-latest/src/peripherals/
DCMakeLists.txt32 … message(FATAL_ERROR "LR1110_SE secure elemeent can only be used when LR1110 radio is selected.")
81 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
/loramac-node-latest/src/apps/rx-sensi/
DCMakeLists.txt52 $<TARGET_OBJECTS:radio>
79 $<BUILD_INTERFACE:$<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>>
/loramac-node-latest/src/apps/ping-pong/
DCMakeLists.txt52 $<TARGET_OBJECTS:radio>
79 $<BUILD_INTERFACE:$<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>>
/loramac-node-latest/src/boards/SKiM880B/
DCMakeLists.txt68 # Add define if radio debug pins support is enabled
79 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
/loramac-node-latest/src/boards/SKiM980A/
DCMakeLists.txt68 # Add define if radio debug pins support is enabled
79 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
/loramac-node-latest/src/boards/NAMote72/
DCMakeLists.txt70 # Add define if radio debug pins support is enabled
81 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
/loramac-node-latest/src/boards/SKiM881AXL/
DCMakeLists.txt69 # Add define if radio debug pins support is enabled
80 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
DCMakeLists.txt70 # Add define if radio debug pins support is enabled
81 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
/loramac-node-latest/src/boards/NucleoL152/
DCMakeLists.txt86 # Add define if radio debug pins support is enabled
97 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
/loramac-node-latest/src/boards/NucleoL073/
DCMakeLists.txt87 # Add define if radio debug pins support is enabled
98 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
/loramac-node-latest/src/boards/SAMR34/
DCMakeLists.txt75 # Add define if radio debug pins support is enabled
106 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
/loramac-node-latest/src/boards/NucleoL476/
DCMakeLists.txt90 # Add define if radio debug pins support is enabled
103 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
/loramac-node-latest/src/apps/LoRaMac/
DCMakeLists.txt127 $<TARGET_OBJECTS:radio>
154 $<BUILD_INTERFACE:$<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>>
/loramac-node-latest/src/mac/
DCMakeLists.txt159 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>