Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 96) sorted by relevance

1234

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hal/utils/src/
Dutils_syscalls.c59 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 …]
Dutils_assert.c49 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/
Dutils_assert.h71 #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/
DCMakeLists.txt15 ## 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/
DCMakeLists.txt15 ## 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/
Dlaunch.json.in21 …{ "text": "file src/apps/@APPLICATION@/@TARGET_NAME@", "description": "load file", "ignoreFailures…
Dsamr34.cmake15 ## License: Revised BSD License, see LICENSE.TXT file included in the project
20 ## SAMR34 target specific CMake file
Dstm32l0.cmake15 ## License: Revised BSD License, see LICENSE.TXT file included in the project
19 ## STM32L0 target specific CMake file
Dstm32l1.cmake15 ## License: Revised BSD License, see LICENSE.TXT file included in the project
19 ## STM32L1 target specific CMake file
Dstm32l4.cmake15 ## License: Revised BSD License, see LICENSE.TXT file included in the project
19 ## STM32L4 target specific CMake file
Dopenocd-run.gdb.in1 file @TARGET_NAME@
Dstlink-run.gdb.in1 file @TARGET_NAME@
/loramac-node-3.6.0-3.5.0/src/boards/SAMR34/
Dboard.c200 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/
DREADME.md91 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/
Dmain.c144 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/
DCMakeLists.txt15 ## 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/
Dsettings.json1 // 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/
Dstm32_assert_template.h61 void assert_failed(char *file, uint32_t line);
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32_assert_template.h61 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/
Dstm32_assert_template.h61 void assert_failed(uint8_t* file, uint32_t line);
/loramac-node-3.6.0-3.5.0/doc/
Ddevelopment-environment.md140 * `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/
DCMakeLists.txt15 ## 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/
DCMakeLists.txt15 ## 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/
Dmain.c157 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/
Dmain.c154 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()

1234