aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Moved pytest to privateaqua2024-08-186-23/+32
* interface_generator: added pytest wrapperaqua2024-08-1711-18/+185
* Added bazel rule for interface_generatoraqua2024-08-0721-72/+366
* Added interface_generatoraqua2024-06-2010-0/+219
* Removed tools/kconfigaqua2024-03-1028-11752/+0
* Bazel buildaqua2024-03-0860-300/+573
* Generate src/conf.haqua2023-11-272-4/+11
* Use meson build systemaqua2023-11-2742-407/+294
* rules.mk: make include paths absoluteaqua2023-08-041-6/+7
* Added make wrapperaqua2023-07-3011-63/+50
* Fix compiler warningsaqua2023-06-2920-57/+74
* Rework leaf makefiles to be included from top-levelaqua2023-06-1113-138/+151
* Make code ANSI C compatibleaqua2023-05-2443-409/+395
* Place compiled objects and dependencies in build/aqua2023-03-202-43/+34
* Build tests using HOSTTARGETBINaqua2023-03-127-11/+31
* Add scripts/test_runner.pyaqua2023-03-123-17/+57
* src/Makefile: generate conf.h if it doesn't existaqua2023-03-122-3/+4
* Revert VGA C driveraqua2023-03-1217-315/+123
* Add unit tests for C driversaqua2023-03-129-7/+322
* Move all tests next to the code they're testingaqua2023-03-0518-36/+53
* Add TARGETBIN and TARGETLIB rulesaqua2023-03-057-45/+56
* Import kconfig from the linux kernelaqua2023-03-0429-4/+11759
* Rename host and target tool namesaqua2023-02-217-76/+86
* Move C stdlib to lib/libkaqua2023-02-1818-11/+11
* Generate dependency files for source codeaqua2023-02-1212-37/+88
* Make shadowing variables an erroraqua2023-02-054-10/+9
* Remove makefile include targetsaqua2023-02-058-26/+24
* Split Makefileaqua2023-02-055-96/+180
* blake2: use makefiles instead of meson.buildaqua2023-01-2914-98/+1196
* Move blake2s selftest to test/aqua2022-12-283-39/+11
* BLAKE2s: add Known Answer Testsaqua2022-12-286-21/+102
* Add BLAKE2s implementationaqua2022-12-287-0/+2012
* Add test and valgrind targets to rules.mkaqua2022-12-273-13/+12
* Add sched/roundrobin testsaqua2022-12-258-2/+296
* Generate docs using doxygen instead of sphinxaqua2022-12-1114-167/+2780
* Move symlink target to leaf makefilesaqua2022-12-114-13/+18
* Rewrite drivers/uart and drivers/vga in cppaqua2022-12-1124-268/+330
* Rename CCFLAGS to CFLAGSaqua2022-12-047-12/+16
* Remove custom include paths in makefilesaqua2022-12-0420-30/+46
* Add FILE structaqua2022-11-0813-141/+223
* Add python-sphinx docsaqua2022-11-0820-43/+211
* Capture ps2 mouse packetsaqua2022-11-078-21/+61
* lib: migrate tests to gtestaqua2022-11-067-66/+65
* lib/malloc: add linked list implementationaqua2022-11-0612-1/+222
* makefile: replace ,SRCS with .SRCSaqua2022-11-055-12/+11
* Add sha512sum checksum to grubaqua2022-11-052-0/+6
* i8042: fix broken self-testaqua2022-11-039-51/+66
* vga: fix text mode cursoraqua2022-11-032-19/+19
* fix compiler warningsaqua2022-11-0210-60/+63
* makefile: make all target the defaultaqua2022-11-022-34/+28