18 Commits (f0dc3a34332818ef2583247e908874efa10694af)

Author SHA1 Message Date
anna f0dc3a3433
kiss capitalism goodbye for good
The CNPL will make sure that absolutely no corporation is going to get
anywhere near Ardix -- exactly as it should be.  Fuck you, corporations!
3 years ago
anna dca3e716ca
serial: add zero-copy dma i/o api 3 years ago
anna ec3b64d232
string: move header to standard location
Anything that implements POSIX should also be where POSIX defines
it to be, otherwise it would be pretty useless lol
3 years ago
anna af8210da4a
piss off capitalism
Ardix is being relicensed to GPL v3 or later. I have no idea whether you
can just do this if you feel like it or if it has any consequences, but
i kinda don't really care that much about it.  Any changes made after
this commit will definitely fall under the GPL though, and considering
that only few things are really working yet anyways this is good enough
for me.
3 years ago
anna 4349420217
kent: redesign api
This also got the dmabuf refcount hard fault issue resolved somehow.
Don't ask how or why, i'm just glad it works now.
3 years ago
Felix Kopp c4717d8fce
dma: add abstraction layer for dma 3 years ago
Felix Kopp 256b49b529
device: add base abstraction for all devices 3 years ago
Felix Kopp 50928211ca
minor fixes and improvements 3 years ago
Felix Kopp 5555a3d56d
cleanup and fix warnings 3 years ago
Felix Kopp 1c835a9738
at91sam3x8e: serial refactor 3 years ago
Felix Kopp 99a51a5dd2
fix compiler errors/include conflicts
What a hell of a nightmare this codebase has become over the past few
weeks fascinates even myself
3 years ago
Felix Kopp f229c2ae86
serial: it's starting to kind of work 3 years ago
Felix Kopp dbda35d82a
serial: prepare for I/O thread integration 3 years ago
Felix Kopp f4e321932f
serial: switch to DMA buffers 3 years ago
Felix Kopp fe87a65ded
Add check for TXRDY mask 3 years ago
Felix Kopp 7493c7a5ae
SERIAL FINALLY FUCKING WORKS OMG 3 years ago
Felix Kopp ed60b267a0
Finish serial init code
The first major hurdle has been overcome, though several more are
still awaiting me.  Next up is IRQ handling.
4 years ago
Felix Kopp 2df4efdf2a
Implement core serial routines
This is just a rough baseline for the higher-level
serial handling code and will probably change
within the next couple of commits.
4 years ago