Skip to content

Commit 24ee500

Browse files
committed
Source code of dependencies
1 parent db01bb9 commit 24ee500

File tree

7 files changed

+17
-0
lines changed

7 files changed

+17
-0
lines changed
572 KB
Binary file not shown.
36.4 MB
Binary file not shown.

OSS-dependencies/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Source code packages for dependencies
2+
3+
To comply with the license conditions of the BSPs and library dependencies and to ensure that you can rebuild the firmware images using the same versions, this folder contains the BSPs and the libraries used for buidling the firmware images.
4+
5+
## BSPs
6+
7+
- for P1P2-bridge-esp8266: [ESP8266 BSP v3.0.2](Arduino_BSP/esp8266-3.0.2.zip) (LGPLv2.1 and various other licenses, [github repo](https://github.com/esp8266/Arduino))
8+
- for P1P2Monitor: [MiniCore BSP v2.1.3 for ATmega328P](Arduino_BSP/MiniCore-2.1.3.tar.bz2) (LGPLv2.1, [github repo](https://github.com/MCUdude/MiniCore))
9+
10+
## Libraries
11+
12+
- for P1P2Monitor: none (the EEPROM library is part of the BSP)
13+
- for P1P2-bridge-esp8266:
14+
- [WiFiManager 0.16.0 by tablatronix](libraries/WiFiManager-0.16.0.zip), installable via Arduino IDE (MIT license, [github repo with newer beta releases](https://github.com/tzapu/WiFiManager))
15+
- [ESP Telnet 1.3.1 by Lennart Hennigs version 1.3.1](libraries/ESPTelnet-1.3.1-07cc852ec610183db5f7aa1c94bda2ec7fe4d9c3.zip), installable via Arduino IDE (MIT license, [github repo newer versions]( https://github.com/LennartHennigs/ESPTelnet)
16+
- [async-mqtt-client 0.9.0 by Marvin Roger](libraries/async-mqtt-client-develop.zip) (MIT license, [github repo](https://github.com/marvinroger/async-mqtt-client))
17+
- [ESPAsyncTCP 2.0.1 by Phil Bowles](libraries/ESPAsyncTCP-master.zip) (LGPLv3, [github repo](https://github.com/philbowles/ESPAsyncTCP))
46.3 KB
Binary file not shown.
Binary file not shown.
39.3 KB
Binary file not shown.
52.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)