35 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 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
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 5555a3d56d
cleanup and fix warnings 3 years ago
Felix Kopp 63ccd87112
arch/at91sam3x8e: finalize entry routine 3 years ago
Felix Kopp 8252f14b6b
arch/at91sam3x8e: use r0 for syscall number 3 years ago
Felix Kopp 1c835a9738
at91sam3x8e: serial refactor 3 years ago
Felix Kopp 316b4c2c0c
entry: implement syscall entry 3 years ago
Felix Kopp cc00a7a1ea
atom: Replace spinlocks with atoms 3 years ago
Felix Kopp 589e9330da
sched: properly disable the watchdog
I have no idea what the FUCK the Engineers at ARM were thinking when
they decided to disable EVERY SINGLE FUCKING CPU COMPONENT on system
reset, except the FUCKING WATCHDOG.  But this change will prevent the
system from randomly firing a watchdog reset.
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 e45f75f6bc
sched: implement spinlocks 3 years ago
Felix Kopp f229c2ae86
serial: it's starting to kind of work 3 years ago
Felix Kopp 570f036752
sched: minor refactor 3 years ago
Felix Kopp dbda35d82a
serial: prepare for I/O thread integration 3 years ago
Felix Kopp 55ee84b99b
sched: rework irq pend requests 3 years ago
Felix Kopp 523f6f4bb2
serial: forgot to commit some shit 3 years ago
Felix Kopp f49a6643d7
sched: major refactor 3 years ago
Felix Kopp f4e321932f
serial: switch to DMA buffers 3 years ago
Felix Kopp ba9565a1b4
Clean up and get rid of some unnecessary stuff 4 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 1eeaf1dc28
Add PIO register definitions
Looks like I forgot those.
4 years ago
Felix Kopp 6a141b914b
Add register definitions for UART
This is the first of a series of commits to get a
hardware serial console up and running on the
Arduino Due.  When I have that, I can actually
do some real debugging.
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
Felix Kopp 0e725b795d
Move license comment to the bottom 4 years ago
Felix Kopp a8574dc17a
Rename to IRQ 4 years ago
Felix Kopp a4e244e7fc
Fix some minor errors 4 years ago
Felix Kopp 424f5a902f
Cleanup 2 4 years ago
Felix Kopp 30096ab5b2
Tidy up 4 years ago
Felix Kopp 205f7ee342
Add some more register shit 4 years ago
Felix Kopp 3c8f3ca84b
Fix register stack order 4 years ago
Felix Kopp c19e131f20
Add base stuff for preemptive scheduler 4 years ago
Felix Kopp 466dcb81a6
Add some compiler flag macros for convenience 4 years ago
Felix Kopp 9817db1841
Add startup code for sam3x8e 4 years ago