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 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 632824e437
fs: implement basic write 3 years ago
Felix Kopp 3026bfe2f1
io: kiss I/O thread goodbye 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 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
Felix Kopp a8574dc17a
Rename to IRQ 4 years ago
Felix Kopp 424f5a902f
Cleanup 2 4 years ago
Felix Kopp 30096ab5b2
Tidy up 4 years ago
Felix Kopp ff8b5098cd
Enable SysTick on sched_init 4 years ago
Felix Kopp c19e131f20
Add base stuff for preemptive scheduler 4 years ago
Felix Kopp 9817db1841
Add startup code for sam3x8e 4 years ago
Felix Kopp 049563b20e
Add arch-specific Makefiles 4 years ago