| /loramac-node-latest/src/apps/LoRaMac/ | 
| D | CMakeLists.txt | 42 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/ | 
| D | main.c | 40 #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/ | 
| D | main.c | 40 #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/ | 
| D | main.c | 40 #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/ | 
| D | main.c | 40 #ifndef ACTIVE_REGION 44 #define ACTIVE_REGION LORAMAC_REGION_EU868  macro 215     .Region = ACTIVE_REGION,
  | 
| /loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/B-L072Z-LRWAN1/ | 
| D | main.c | 40 #ifndef ACTIVE_REGION 44 #define ACTIVE_REGION LORAMAC_REGION_EU868  macro 225     .Region = ACTIVE_REGION,
  | 
| /loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/ | 
| D | main.c | 43 #ifndef ACTIVE_REGION 47 #define ACTIVE_REGION LORAMAC_REGION_EU868  macro 218     .Region = ACTIVE_REGION,
  | 
| /loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM880B/ | 
| D | main.c | 40 #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/ | 
| D | main.c | 40 #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/ | 
| D | main.c | 40 #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/ | 
| D | main.c | 42 #ifndef ACTIVE_REGION 46 #define ACTIVE_REGION LORAMAC_REGION_EU868  macro 183     .Region = ACTIVE_REGION,
  | 
| /loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NAMote72/ | 
| D | main.c | 45 #ifndef ACTIVE_REGION 49 #define ACTIVE_REGION LORAMAC_REGION_EU868  macro 206     .Region = ACTIVE_REGION,
  | 
| /loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NucleoL073/ | 
| D | main.c | 42 #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/ | 
| D | main.c | 42 #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/ | 
| D | main.c | 42 #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/ | 
| D | main.c | 42 #ifndef ACTIVE_REGION 46 #define ACTIVE_REGION LORAMAC_REGION_EU868  macro 193     .Region = ACTIVE_REGION,
  | 
| /loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM881AXL/ | 
| D | main.c | 42 #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/ | 
| D | main.c | 42 #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/ | 
| D | main.c | 42 #ifndef ACTIVE_REGION 46 #define ACTIVE_REGION LORAMAC_REGION_EU868  macro 213     .Region = ACTIVE_REGION,
  | 
| /loramac-node-latest/ | 
| D | README.md | 230         "ACTIVE_REGION":"LORAMAC_REGION_EU868", 331         "ACTIVE_REGION":"LORAMAC_REGION_EU868",
  | 
| D | CHANGELOG.md | 70 - Removed unused `ACTIVE_REGION` pre-processing check
  | 
| /loramac-node-latest/doc/ | 
| D | development-environment.md | 92 * `ACTIVE_REGION` - Active region for which the stack will be initialized.  
  |