Home
last modified time | relevance | path

Searched refs:ACTIVE_REGION (Results 1 – 22 of 22) sorted by relevance

/loramac-node-latest/src/apps/LoRaMac/
DCMakeLists.txt42 set(ACTIVE_REGION LORAMAC_REGION_EU868 CACHE STRING "Default active region is EU868") variable
43 set_property(CACHE ACTIVE_REGION PROPERTY STRINGS ${ACTIVE_REGION_LIST})
133 target_compile_definitions(${PROJECT_NAME}-${SUB_PROJECT} PRIVATE ACTIVE_REGION=${ACTIVE_REGION})
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL073/
Dmain.c40 #ifndef ACTIVE_REGION
44 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
215 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL152/
Dmain.c40 #ifndef ACTIVE_REGION
44 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
215 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL476/
Dmain.c40 #ifndef ACTIVE_REGION
44 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
215 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SAMR34/
Dmain.c40 #ifndef ACTIVE_REGION
44 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
215 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/
Dmain.c43 #ifndef ACTIVE_REGION
47 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
218 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/B-L072Z-LRWAN1/
Dmain.c40 #ifndef ACTIVE_REGION
44 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
225 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM880B/
Dmain.c40 #ifndef ACTIVE_REGION
44 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
215 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM881AXL/
Dmain.c40 #ifndef ACTIVE_REGION
44 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
215 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM980A/
Dmain.c40 #ifndef ACTIVE_REGION
44 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
215 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SAMR34/
Dmain.c42 #ifndef ACTIVE_REGION
46 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
183 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NucleoL073/
Dmain.c42 #ifndef ACTIVE_REGION
46 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
203 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NucleoL152/
Dmain.c42 #ifndef ACTIVE_REGION
46 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
203 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NucleoL476/
Dmain.c42 #ifndef ACTIVE_REGION
46 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
203 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM880B/
Dmain.c42 #ifndef ACTIVE_REGION
46 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
193 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NAMote72/
Dmain.c45 #ifndef ACTIVE_REGION
49 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
206 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM881AXL/
Dmain.c42 #ifndef ACTIVE_REGION
46 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
193 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM980A/
Dmain.c42 #ifndef ACTIVE_REGION
46 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
193 .Region = ACTIVE_REGION,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/B-L072Z-LRWAN1/
Dmain.c42 #ifndef ACTIVE_REGION
46 #define ACTIVE_REGION LORAMAC_REGION_EU868 macro
213 .Region = ACTIVE_REGION,
/loramac-node-latest/
DREADME.md230 "ACTIVE_REGION":"LORAMAC_REGION_EU868",
331 "ACTIVE_REGION":"LORAMAC_REGION_EU868",
DCHANGELOG.md70 - Removed unused `ACTIVE_REGION` pre-processing check
/loramac-node-latest/doc/
Ddevelopment-environment.md92 * `ACTIVE_REGION` - Active region for which the stack will be initialized.