You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I am starting to use the platformio environment and its IDE. I wanted to start with a simple blinky code on my nrf51_dk board but I have some troubles with header files I use.
I want to use the nRF51822 library so I installed the corresponding library first and then added lib_use = nRF51822 in my platform.ini configuration file. Apparently, this is not sufficient for the tool to find the corresponding header files. I had to add explicitly the command build_flags = -I/File.h to make that work (File.h should be in the nRF51822 library).
Am I doing something wrong? How am I suppose to handle the libraries in the GUI version of platformio?
Regards,
HumuZ
The text was updated successfully, but these errors were encountered:
* develop:
Fix incorrect line order when converting from INO to CPP and pointer is used
Fix unit test
Notify about `version` field when creating library
Add support for SparkFun Blynk Board
Return valid exit code from ``plaformio test`` command
Disable SSL Server-Name-Indication for Python < 2.7.9
Version bump to 3.0.1 (issue #772)
Disable temporary SSL for PlatformIO services // Resolve#772
Version bump to 3.0.0 (issues #770, #766, #747, #730, #765, #640, #659, #742, #459, #542, #763, #759, #753, #757, #749, #748, #745, #519, #709, #743, #413, #498, #410, #740, #361, #414, #554, #732, #588, #475, #461, #101, #719, #721, #537, #415, #522, #289, #556, #570, #456, #617, #432, #408, #479, #667, #510)
Fix menu height for docs
Fix issue with multiple archives when linking firmware
Add migration guide for PIO2 to PIO3
Search libraries by headers/includes with ``platformio lib search --header`` option
Update pio run command examples
Add Unit Testing Demo
Update PIO Plus badge title and link
Add PlatformIO Plus badge
Add links to PlatformIO Plus
Hi all,
I am starting to use the platformio environment and its IDE. I wanted to start with a simple blinky code on my nrf51_dk board but I have some troubles with header files I use.
I want to use the nRF51822 library so I installed the corresponding library first and then added
lib_use = nRF51822
in my platform.ini configuration file. Apparently, this is not sufficient for the tool to find the corresponding header files. I had to add explicitly the commandbuild_flags = -I/File.h
to make that work (File.h should be in the nRF51822 library).Am I doing something wrong? How am I suppose to handle the libraries in the GUI version of platformio?
Regards,
HumuZ
The text was updated successfully, but these errors were encountered: