Home
last modified time | relevance | path

Searched full:build (Results 1 – 21 of 21) sorted by relevance

/loramac-node-3.7.0/doc/
Ddevelopment-environment.md3 This project uses CMake and the GNU ARM-Toolchain as build system and GDB/OpenOCD are used for debu…
6 It allows to build the project either by using a command line terminal or by using IDE's like [VSCo…
44 # Commandline build instructions
50 2. Create a directory named 'build'
52 `mkdir build`
54 3. Go to the created `build` directory
56 `cd build`
212 2. The *`settings.json`* file under `.vscode` directory is the place where one can change the build
213 These are the build options that will be provided to CMake.
214 …Please see chapter [Commandline Build Instructions](#commandline-build-instructions) for informati…
[all …]
/loramac-node-3.7.0/
DREADME.md128 $ mkdir build
129 $ cd build
158 $ mkdir build
159 $ cd build
273 * Click on "CMake: Debug: Ready" and select build type Debug or Release.
276 * Click on "Build" to build the project.
277 ![cmake build](doc/images/vscode-cmake-build.png)
278 * Wait for build process to finish
279 * Binary files will be available under `./build/src/apps/LoRaMac/`
374 * Click on "CMake: Debug: Ready" and select build type Debug or Release.
[all …]
D.gitignore4 build/
DCHANGELOG.md130 - Added I2C driver support for B-L072Z-LRWAN1 and Nucleo platforms to the build system
451 - Added CMAKE build system support
470 - Added CMAKE build system support
/loramac-node-3.7.0/cmake/
Dtoolchain-arm-none-eabi.cmake63 # Options for DEBUG build
66 set(CMAKE_C_FLAGS_DEBUG "-Og -g -DDEBUG" CACHE INTERNAL "C Compiler options for debug build type")
67 set(CMAKE_CXX_FLAGS_DEBUG "-Og -g -DDEBUG" CACHE INTERNAL "C++ Compiler options for debug build typ…
68 set(CMAKE_ASM_FLAGS_DEBUG "-g" CACHE INTERNAL "ASM Compiler options for debug build type")
69 set(CMAKE_EXE_LINKER_FLAGS_DEBUG "" CACHE INTERNAL "Linker options for debug build type")
71 # Options for RELEASE build
73 set(CMAKE_C_FLAGS_RELEASE "-Os" CACHE INTERNAL "C Compiler options for release build type")
74 set(CMAKE_CXX_FLAGS_RELEASE "-Os" CACHE INTERNAL "C++ Compiler options for release build type")
75 set(CMAKE_ASM_FLAGS_RELEASE "" CACHE INTERNAL "ASM Compiler options for release build type")
76 set(CMAKE_EXE_LINKER_FLAGS_RELEASE "" CACHE INTERNAL "Linker options for release build type")
Dlaunch.json.in8 "program": "${workspaceRoot}/build/src/apps/@APPLICATION@/@TARGET_NAME@",
20 { "text": "cd ${workspaceRoot}/build" },
Dsamr34.cmake33 # Object build options
Dstm32l1.cmake32 # Object build options
Dstm32l4.cmake32 # Object build options
Dstm32l0.cmake32 # Object build options
/loramac-node-3.7.0/src/
DCMakeLists.txt63 # Build platform specific board implementation
74 # Build platform specific board implementation
95 # Build platform specific board implementation
116 # Build platform specific board implementation
137 # Build platform specific board implementation
148 # Build platform specific board implementation
159 # Build platform specific board implementation
170 # Build platform specific board implementation
181 # Build platform specific board implementation
/loramac-node-3.7.0/src/boards/mcu/saml21/saml21b/include/
Dcomponent-version.h44 // The build number does not refer to the component, but to the build number
/loramac-node-3.7.0/zephyr/
Dmodule.yml3 build:
/loramac-node-3.7.0/.vscode/
Dc_cpp_properties.json5 "compileCommands": "${workspaceRoot}/build/compile_commands.json",
/loramac-node-3.7.0/src/peripherals/
Dpam7q.c48 // build a 16bit number in PAM7QGetGpsData()
/loramac-node-3.7.0/src/boards/NucleoL476/
DsysIrqHandlers.c83 // data : first flash line (64 bits). This variable must be updated after each build. in HardFault_Handler()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_adc.h317 …uint32_t ContextQueue; /*!< Injected channel configuration context: build-up over …
383 …figTypeDef InjectionConfig ; /*!< ADC injected channel configuration build-up structure */
/loramac-node-3.7.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c2002 /** Build configuration from header macros. */
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc_ex.c1779 /* Handle hadc saves the context under build up over each HAL_ADCEx_InjectedConfigChannel() in HAL_ADCEx_InjectedConfigChannel()
/loramac-node-3.7.0/src/boards/mcu/stm32/cmsis/
Darm_math.h104 …* The library installer contains a project file to re build libraries on MDK-ARM Tool chain in the…
121 …* Define macro ARM_MATH_BIG_ENDIAN to build the library for big endian targets. By default library…
/loramac-node-3.7.0/src/boards/mcu/saml21/cmsis/
Darm_math.h104 …* The library installer contains a project file to re build libraries on MDK-ARM Tool chain in the…
121 …* Define macro ARM_MATH_BIG_ENDIAN to build the library for big endian targets. By default library…