Lawrence Manning
Lawrence Manning
Linking would be pretty incredible to have. Making up larger projects via includes gets tedious pretty quickly. I'm assuming it wouldn't be possible to generate elf format files and link...
Yes, it's not too bad. Hopefully it'll support this kind of thing soon. I guess I could feed my assembly through CPP and use some macros.
That works well, thanks! Much easier then bringing out CPP. Using an or to bring them together seems the sensible approach. I'm not sure if there's a general solution to...
My bad, somehow I missed your issue #39. I'll close this. In general "#bits 8" works but it will be confusing when working with any processor that can byte address...
The two issues are: 1. Error checking on output size does not operate the way it should, ie. you can create instructions which are a multiples of the #bits value,...
Non contributor here, just someone who came across this project via LWN and found it extremely interesting. Unix kernels, and this project is an implementation of the core ideas behind...
I'd like to use this library but have no interest in dragging all of the Arduino library in. So yeah, I'd like this for use in my projects.
@patkepa That's awesome I'll take a look. I suspect my requirements are even more low level then yours: I'd like to port my Pi Pico W project (https://github.com/aslak3/matrix-display) to the...
FWIW I've found the ESP32S3 fast enough to bitbang a 64x32 x 12bpp display on its second core. No flickering. All the network activity is on the first core. I...