The freestanding tag has no wiki summary.
5
votes
8answers
662 views
1k of Program Space, 64 bytes of RAM. Is 1 wire communication possible?
(If your lazy see bottom for TL;DR)
Hello, I am planning to build a new (prototype) project dealing with physical computing. Basically, I have wires. These wires all need to have their voltage read ...
4
votes
1answer
422 views
Compile for freestanding environment with GCC
The code I'm working on is supposed to be possible to build for both hosted and freestanding environments, providing private implementations for some stdlib functions for the latter case.
Can I ...
0
votes
1answer
420 views
Freestanding ARM C++ Code - empty .ctors section
I'm writing C++ code to run in a freestanding environment (basically an ARM board). It's been going well except I've run into a stumbling block - global static constructors.
To my understanding the ...