File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ E-mail addresses listed here are not intended for support.
2
+
3
+ py-esp32-ulp authors
4
+ --------------------
5
+ py-esp32-ulp is written and maintained by Thomas Waldmann and various contributors:
6
+
7
+ - Thomas Waldmann <tw@waldmann-edv.de>
8
+ - Wilko Nienhaus <wilko.nienhaus@gmail.com>
9
+
10
+ Assembler
11
+ ---------
12
+ py-esp32-ulp is an assembler toolchain for the ESP32 ULP (Ultra Low-Power)
13
+ Co-Processor, written in MicroPython.
14
+ Copyright 2018, Thomas Waldmann <tw@waldmann-edv.de>, licenced under the terms
15
+ of The MIT License (MIT).
16
+
17
+ Preprocessor
18
+ ------------
19
+ py-esp32-ulp includes a preprocessor for handling ``#define`` statements in
20
+ source, and for expanding RTC convenience macros in a way that mirrors what the real
21
+ ESP-IDF macros do.
22
+ Copyright 2021, Wilko Nienhaus <wilko.nienhaus@gmail.com>, licenced under the terms
23
+ of The MIT License (MIT).
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2018 Thomas Waldmann
3
+ Copyright (c) 2018 Thomas Waldmann (see AUTHORS file)
4
+ Copyright (c) 2021 Wilko Nienhaus (see AUTHORS file)
4
5
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments