Hello, I want to do some bare metal programming (I know the SDK is proprietary but as close as i can get) on an esp8266 (nodeMCU) but the arduino IDE keeps linking the arduino core libraries with my code with leads to linker errors because of multiple definitions. Is there anyway for me to control the linking and compilation process on the IDE?
Here is a simple blink sketch I want to compile
idk if it will work if you just not specify Arduino framework in the config -> but, even if you do specify it, you can override what is being compiled/flashed anyway: Advanced Scripting — PlatformIO latest documentation
Yes that would work thank you. Although I am using a school chromebook so I won't be able to install it on here. I'll ask the IT department at my school to enable Linux on my chromebook or I'll use one of the school windows computers.
isn't chromebook just a linux with some custom google UI?
because you don't really need the PlatformIO IDE (which actually is just a plugin for Visual Studio Code), but you can simply use command line interface to to do everything
The school chromebook is locked down and has a lot of restrictions. It is essentially a glorified bootloader for google chrome anything else is blocked. I can't install anything. Arduino Create has a web version which I have been using on the chromebook.