Skip to content

Commit 54675f5

Browse files
minor cosmetics
1 parent ffe9cee commit 54675f5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ It's going to be some FOSS license.
44

55
Espressif's stuff seems to be Apache 2.0 license.
66
MicroPython is MIT license.
7+
78
Not sure yet what fits best.
89

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
What is py-esp32ulp?
2-
--------------------
1+
What is py-esp32-ulp?
2+
---------------------
33

44
It is an assembler toolchain for the ESP32 ULP (Ultra Low-Power) Co-Processor,
55
written in MicroPython.
66

77
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.
1010

1111
This is intended as an alternative approach to assembling such programs on a
1212
development machine using the binutils-esp32ulp toolchain from Espressif.

0 commit comments

Comments
 (0)