File tree 2 files changed +5
-3
lines changed 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
18
18
ULP machine code binary, directly on the ESP32 microcontroller.
19
19
20
20
This 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.
22
23
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.
24
25
25
26
26
27
Features
Original file line number Diff line number Diff line change @@ -151,7 +151,8 @@ Testing
151
151
-------
152
152
153
153
There 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.
155
156
156
157
micropython-esp32-ulp has been tested on the Unix port of MicroPython and on real ESP32
157
158
devices with the chip type ESP32D0WDQ6 (revision 1) without SPIRAM.
You can’t perform that action at this time.
0 commit comments