/loramac-node-latest/src/radio/ |
D | CMakeLists.txt | 18 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/ |
D | CMakeLists.txt | 32 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 | .gitmodules | 1 [submodule "src/radio/lr1110/lr1110_driver"] 2 path = src/radio/lr1110/lr1110_driver
|
D | CHANGELOG.md | 29 - 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 …]
|
D | README.md | 29 …-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/ |
D | SKiM88xx-platform.md | 5 … 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)
|
D | development-environment.md | 134 * `RADIO` - Defines the radio to be used.
|
/loramac-node-latest/src/radio/lr1110/ |
D | radio.c | 1208 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/ |
D | CMakeLists.txt | 47 $<TARGET_OBJECTS:radio> 65 $<BUILD_INTERFACE:$<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>>
|
/loramac-node-latest/src/peripherals/ |
D | CMakeLists.txt | 32 … 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/ |
D | CMakeLists.txt | 52 $<TARGET_OBJECTS:radio> 79 $<BUILD_INTERFACE:$<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>>
|
/loramac-node-latest/src/apps/ping-pong/ |
D | CMakeLists.txt | 52 $<TARGET_OBJECTS:radio> 79 $<BUILD_INTERFACE:$<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>>
|
/loramac-node-latest/src/boards/SKiM880B/ |
D | CMakeLists.txt | 68 # Add define if radio debug pins support is enabled 79 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
|
/loramac-node-latest/src/boards/SKiM980A/ |
D | CMakeLists.txt | 68 # Add define if radio debug pins support is enabled 79 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
|
/loramac-node-latest/src/boards/NAMote72/ |
D | CMakeLists.txt | 70 # Add define if radio debug pins support is enabled 81 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
|
/loramac-node-latest/src/boards/SKiM881AXL/ |
D | CMakeLists.txt | 69 # Add define if radio debug pins support is enabled 80 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
|
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/ |
D | CMakeLists.txt | 70 # Add define if radio debug pins support is enabled 81 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | CMakeLists.txt | 86 # Add define if radio debug pins support is enabled 97 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | CMakeLists.txt | 87 # Add define if radio debug pins support is enabled 98 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
|
/loramac-node-latest/src/boards/SAMR34/ |
D | CMakeLists.txt | 75 # Add define if radio debug pins support is enabled 106 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | CMakeLists.txt | 90 # Add define if radio debug pins support is enabled 103 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
|
/loramac-node-latest/src/apps/LoRaMac/ |
D | CMakeLists.txt | 127 $<TARGET_OBJECTS:radio> 154 $<BUILD_INTERFACE:$<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>>
|
/loramac-node-latest/src/mac/ |
D | CMakeLists.txt | 159 $<TARGET_PROPERTY:radio,INTERFACE_INCLUDE_DIRECTORIES>
|