File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ It can translate small assembly language programs to a loadable/executable
1818ULP machine code binary, directly on the ESP32 microcontroller.
1919
2020This is intended as an alternative approach to assembling such programs using
21- the binutils-esp32ulp toolchain from Espressif on a development machine.
21+ the `binutils-gdb toolchain <https://github.com/espressif/binutils-gdb/tree/esp32ulp-elf-2.35 >`_
22+ (esp32-elf-as) from Espressif on a development machine.
2223
23- It can also be useful in cases where binutils-esp32ulp is not available.
24+ It can also be useful in cases where esp32-elf-as is not available.
2425
2526
2627Features
Original file line number Diff line number Diff line change @@ -151,7 +151,8 @@ Testing
151151-------
152152
153153There are unit tests and also compatibility tests that check whether the binary
154- output is identical with what binutils-esp32ulp produces.
154+ output is identical with what Espressif's esp32-elf-as (from their `binutils-gdb fork
155+ <https://github.com/espressif/binutils-gdb/tree/esp32ulp-elf-2.35> `_) produces.
155156
156157micropython-esp32-ulp has been tested on the Unix port of MicroPython and on real ESP32
157158devices with the chip type ESP32D0WDQ6 (revision 1) without SPIRAM.
You can’t perform that action at this time.
0 commit comments