Commit graph

8 commits

Author SHA1 Message Date
8630fe7667
refactor: use cmake macros to do objcopy, install and tests
All checks were successful
Build nix packages / build-matrix (am-kernels) (push) Successful in 2m26s
Build nix packages / build-matrix (rv32Cross.am-kernels-nemu) (push) Successful in 2m23s
Build nix packages / build-matrix (rv32Cross.am-kernels-npc) (push) Successful in 2m21s
2024-08-15 17:52:04 +08:00
f6c3a13e7f
build: fix unneeded dependency on npcgcc
All checks were successful
Build nix packages / build-matrix (am-kernels) (push) Successful in 2m24s
Build nix packages / build-matrix (rv32Cross.am-kernels-nemu) (push) Successful in 2m20s
Build nix packages / build-matrix (rv32Cross.am-kernels-npc) (push) Successful in 2m21s
2024-08-15 16:42:02 +08:00
9d41ac2f7b
build: add more tests to build system 2024-07-09 17:44:09 +08:00
Zihao Yu
bb725d6f82 kernels,demo,donut: only clear screen before drawing
* Originally, if it need too much computation in a slow platform,
  clearing screen before computation will only show the donut during a
  short time.
2024-02-20 14:53:20 +08:00
Wenrui Huang
3c50c2eae3
[FIX] am-kernels/kernels/demo/src/hanoi/hanoi.c: pattern not shown on the screen of nemu due to no sync of GPU FB 2023-10-11 16:39:44 +08:00
gftytkklt
0c1f038ad0 kernels,demo,life: fix stack overflow in nemu
* allocate arrays with malloc()
2023-10-09 11:04:32 +08:00
Zihao Yu
4707aefcc5 kernels: merge bf to demo 2023-07-22 22:11:02 +08:00
Zihao Yu
c5bcf378e8 kernels: add some demos from movfuscator and rt-thread 2023-07-22 22:10:51 +08:00