summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-02-13 02:20:25 +0100
committerGitHub <noreply@github.com>2024-02-12 20:20:25 -0500
commit1ba2d6d0f99af61187698da602aeca85793284e6 (patch)
treee8e401b520e8c39071629fda2189bc640b09bd18 /requirements.txt
parent0ac4448d99d2598f8b39602b9f385b03f7f6e98f (diff)
Rework disassembly: out of makefile, separate sections, relocs (#1728)
* Rework disassembly: out of makefile, separate sections, relocs * another nice print * fix type hints for python 3.8 dinosaurs * reencode from utf-8 to euc-jp (iconv) before assemble * Add "include guards" to macro.inc * For producing the expected file object files, assemble sections together instead of linking together the individually assembled sections * review * fixup * require spimdisasm >=1.21.0 * remove assembling sections individually (for now) * uppercase encoding names (standard)
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 677bf2d3e..05d86d39c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,4 +16,4 @@ toml
# tools
mapfile-parser>=1.2.1,<2.0.0
rabbitizer>=1.0.0,<2.0.0
-spimdisasm>=1.20.0,<2.0.0
+spimdisasm>=1.21.0,<2.0.0