Skip to content

Commit

Permalink
replaced CPU implementation with code size optimized one
Browse files Browse the repository at this point in the history
  • Loading branch information
udo-munk committed May 18, 2024
1 parent b025dc2 commit bb0b479
Show file tree
Hide file tree
Showing 4 changed files with 1,853 additions and 2,703 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Udo Munk
Copyright (c) 2024 Udo Munk & Thomas Eberhardt

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,11 @@ one file on the SD card:
Sketch uses 32198 bytes (104%) of program storage space. Maximum is 30720 bytes.
Global variables use 1581 bytes (77%) of dynamic memory, leaving 467 bytes for local variables. Maximum is 2048 bytes.
Compilation error: text section exceeds available space in board

Udo Munk, May 2024

<><><><><><><><><><><><><><><><><><><><><><><>

In this version I have replaced the CPU implementation with a code size
optimized one from Thomas Eberhardt, everything else is the same as before.
Hopefully this will free enough memory to make use of the SD drive now.
Loading

0 comments on commit bb0b479

Please sign in to comment.