File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ It's going to be some FOSS license.
4
4
5
5
Espressif's stuff seems to be Apache 2.0 license.
6
6
MicroPython is MIT license.
7
+
7
8
Not sure yet what fits best.
8
9
Original file line number Diff line number Diff line change 1
- What is py-esp32ulp ?
2
- --------------------
1
+ What is py-esp32-ulp ?
2
+ ---------------------
3
3
4
4
It is an assembler toolchain for the ESP32 ULP (Ultra Low-Power) Co-Processor,
5
5
written in MicroPython.
6
6
7
7
The goal is to be able to translate small assembler language programs to
8
- a loadable/executable machine code binary, at runtime, on the ESP32 micro-
9
- controller , from projects implemented in MicroPython.
8
+ a loadable/executable machine code binary, at runtime, on the ESP32
9
+ microcontroller , from projects implemented in MicroPython.
10
10
11
11
This is intended as an alternative approach to assembling such programs on a
12
12
development machine using the binutils-esp32ulp toolchain from Espressif.
You can’t perform that action at this time.
0 commit comments