/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hal/utils/src/ |
D | utils_syscalls.c | 59 extern int _close(int file); 60 extern int _fstat(int file, struct stat *st); 61 extern int _isatty(int file); 62 extern int _lseek(int file, int ptr, int dir); 97 extern int _close(int file) in _close() argument 99 (void)file; in _close() 106 extern int _fstat(int file, struct stat *st) in _fstat() argument 108 (void)file; in _fstat() 117 extern int _isatty(int file) in _isatty() argument 119 (void)file; in _isatty() [all …]
|
D | utils_assert.c | 49 void assert(const bool condition, const char *const file, const int line) in assert() argument 54 (void)file; in assert()
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hal/utils/include/ |
D | utils_assert.h | 71 #define ASSERT_IMPL(condition, file, line) … argument 75 #define ASSERT_IMPL(condition, file, line) assert((condition), file, line) 81 #define ASSERT_IMPL(condition, file, line) ((void)0) 83 #define ASSERT_IMPL(condition, file, line) ((void)0) 98 void assert(const bool condition, const char *const file, const int line);
|
/loramac-node-3.6.0-3.5.0/src/peripherals/ |
D | CMakeLists.txt | 15 ## License: Revised BSD License, see LICENSE.TXT file included in the project 26 file(GLOB ${PROJECT_NAME}_SOURCES "*.c" "soft-se/*.c") 30 file(GLOB ${PROJECT_NAME}_SOURCES "*.c" "lr1110-se/*.c") 35 file(GLOB ${PROJECT_NAME}_SOURCES "*.c"
|
/loramac-node-3.6.0-3.5.0/src/system/ |
D | CMakeLists.txt | 15 ## License: Revised BSD License, see LICENSE.TXT file included in the project 25 file(GLOB ${PROJECT_NAME}_SOURCES
|
/loramac-node-3.6.0-3.5.0/cmake/ |
D | launch.json.in | 21 …{ "text": "file src/apps/@APPLICATION@/@TARGET_NAME@", "description": "load file", "ignoreFailures…
|
D | samr34.cmake | 15 ## License: Revised BSD License, see LICENSE.TXT file included in the project 20 ## SAMR34 target specific CMake file
|
D | stm32l0.cmake | 15 ## License: Revised BSD License, see LICENSE.TXT file included in the project 19 ## STM32L0 target specific CMake file
|
D | stm32l1.cmake | 15 ## License: Revised BSD License, see LICENSE.TXT file included in the project 19 ## STM32L1 target specific CMake file
|
D | stm32l4.cmake | 15 ## License: Revised BSD License, see LICENSE.TXT file included in the project 19 ## STM32L4 target specific CMake file
|
D | openocd-run.gdb.in | 1 file @TARGET_NAME@
|
D | stlink-run.gdb.in | 1 file @TARGET_NAME@
|
/loramac-node-3.6.0-3.5.0/src/boards/SAMR34/ |
D | board.c | 200 void assert_failed( uint8_t* file, uint32_t line ) in assert_failed() argument 205 printf( "Wrong parameters value: file %s on line %u\n", ( const char* )file, line ); in assert_failed()
|
/loramac-node-3.6.0-3.5.0/ |
D | README.md | 91 In order to personalize the MCU binary file with LoRaWAN EUIs or/and AES128 keys 99 …DevEUI`, `JoinEUI` and `AES128 keys`) one must update the `se-identity.h` file located under `./sr… 113 The `DevEUI`, `Pin` and `JoinEUI` can be changed by editing the `se-identity.h` file located in `./… 185 * Please edit .vscode/settings.json file 192 // Place your settings in this file to overwrite default and user settings. 213 // Specifies the path to the CMAKE toolchain file. 286 * Please edit .vscode/settings.json file 293 // Place your settings in this file to overwrite default and user settings. 314 // Specifies the path to the CMAKE toolchain file.
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/SAMR34/ |
D | main.c | 144 static void OnFragDone( int32_t status, uint8_t *file, uint32_t size ); 527 static void OnFragDone( int32_t status, uint8_t *file, uint32_t size ) in OnFragDone() argument 529 FileRxCrc = Crc32( file, size ); in OnFragDone()
|
/loramac-node-3.6.0-3.5.0/src/apps/tx-cw/ |
D | CMakeLists.txt | 15 ## License: Revised BSD License, see LICENSE.TXT file included in the project 42 file(GLOB ${PROJECT_NAME}_SOURCES "${CMAKE_CURRENT_LIST_DIR}/${BOARD}/*.c")
|
/loramac-node-3.6.0-3.5.0/.vscode/ |
D | settings.json | 1 // Place your settings in this file to overwrite default and user settings. 22 // Specifies the path to the CMAKE toolchain file.
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32_assert_template.h | 61 void assert_failed(char *file, uint32_t line);
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32_assert_template.h | 61 void assert_failed(uint8_t* file, uint32_t line);
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32_assert_template.h | 61 void assert_failed(uint8_t* file, uint32_t line);
|
/loramac-node-3.6.0-3.5.0/doc/ |
D | development-environment.md | 140 * `OPENOCD_INTERFACE` - Defines the interface configuration file to be used by OpenOCD. 141 * `OPENOCD_TARGET` - Defines the target configuration file to be used by OpenOCD. 159 `file src/apps/LoRaMac/LoRaMac-classA` 211 …The *CMake Tools* extension will automatically generate a *`.cmaketools.json`* file based on the C… 212 2. The *`settings.json`* file under `.vscode` directory is the place where one can change the build… 219 5. The CMake build system will automatically generate a *`launch.json`* file which setups the debug…
|
/loramac-node-3.6.0-3.5.0/src/apps/rx-sensi/ |
D | CMakeLists.txt | 15 ## License: Revised BSD License, see LICENSE.TXT file included in the project 47 file(GLOB ${PROJECT_NAME}_SOURCES "${CMAKE_CURRENT_LIST_DIR}/${BOARD}/*.c")
|
/loramac-node-3.6.0-3.5.0/src/apps/ping-pong/ |
D | CMakeLists.txt | 15 ## License: Revised BSD License, see LICENSE.TXT file included in the project 47 file(GLOB ${PROJECT_NAME}_SOURCES "${CMAKE_CURRENT_LIST_DIR}/${BOARD}/*.c")
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/NAMote72/ |
D | main.c | 157 static void OnFragDone( int32_t status, uint8_t *file, uint32_t size ); 557 static void OnFragDone( int32_t status, uint8_t *file, uint32_t size ) in OnFragDone() argument 559 FileRxCrc = Crc32( file, size ); in OnFragDone()
|
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/NucleoL073/ |
D | main.c | 154 static void OnFragDone( int32_t status, uint8_t *file, uint32_t size ); 553 static void OnFragDone( int32_t status, uint8_t *file, uint32_t size ) in OnFragDone() argument 555 FileRxCrc = Crc32( file, size ); in OnFragDone()
|