Skip to content

Commit 95f8ad9

Browse files
committed
Updated LICENSE file and added AUTHORS file
1 parent 2a0a39a commit 95f8ad9

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

AUTHORS

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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 <[email protected]>
8+
- Wilko Nienhaus <[email protected]>
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 <[email protected]>, 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 <[email protected]>, licenced under the terms
23+
of The MIT License (MIT).

LICENSE

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Thomas Waldmann
3+
Copyright (c) 2018 Thomas Waldmann (see AUTHORS file)
4+
Copyright (c) 2021 Wilko Nienhaus (see AUTHORS file)
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)