Skip to content

Commit

Permalink
Quick bodge to remove registers not on the esp32c3, these should be c…
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Apr 29, 2021
1 parent 47ece5f commit 6b55e4a
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ _abs_start:
.cfi_startproc
.cfi_undefined ra

csrw mie, 0
csrw mip, 0
// csrw mie, 0
// csrw mip, 0

li x1, 0
li x2, 0
Expand Down
Binary file modified bin/riscv32i-unknown-none-elf.a
Binary file not shown.
Binary file modified bin/riscv32ic-unknown-none-elf.a
Binary file not shown.
Binary file modified bin/riscv32im-unknown-none-elf.a
Binary file not shown.
Binary file modified bin/riscv32imc-unknown-none-elf.a
Binary file not shown.
Binary file modified bin/riscv64i-unknown-none-elf.a
Binary file not shown.
Binary file modified bin/riscv64ic-unknown-none-elf.a
Binary file not shown.
Binary file modified bin/riscv64im-unknown-none-elf.a
Binary file not shown.
Binary file modified bin/riscv64imc-unknown-none-elf.a
Binary file not shown.

0 comments on commit 6b55e4a

Please sign in to comment.