Skip to content

Commit

Permalink
more Credits to libraries developers [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Oct 19, 2023
1 parent a811623 commit 14a51f0
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
9 changes: 8 additions & 1 deletion software/firmware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* FEC library is developed by **Phil Karn**
* AXP20X, XPowersLib, BMA423, FT5206, PCF8563 and SensorsLib libraries are developed by **Lewis He**
* GxEPD2 library is developed by **Jean-Marc Zingg**
* Adafruit SSD1306 and GFX libraries are developed by **Adafruit Industries**
* Adafruit SSD1306, INA219 and GFX libraries are developed by **Adafruit Industries**
* GDL90 decoder is developed by **Ryan David**
* Sqlite3 Arduino library for ESP32 is developed by **Arundale Ramanathan**
* FLN/OGN aircrafts data is courtesy of **FlarmNet/GliderNet**
Expand Down Expand Up @@ -81,3 +81,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* USB host library 2.0 for Zero/M0/SAMD is developed by **[email protected]**
* Arduino Core for Raspberry Pi RP2040 is developed by **Earle Philhower**
* MPU-9250 9 DoF sensor library is developed by **Kris Winer** and **Hideaki Tai**
* Pico PIO USB library is developed by **sekigon-gonnoc**
* ESP8266Audio library is developed by **Earle Philhower**
* IniFile library is developed by **Steve Marple**
* MD5 library is developed by **Vasilis Georgitzikis**
* LibAPRS-ESP32 library is developed by **Evan Krall** and **Atten Nakhonthai**
* SA818 library is developed by **Gibbon Zen**
* OpenDroneID library is developed by **Steve Jack**
3 changes: 2 additions & 1 deletion software/firmware/source/SkyView/SkyView.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* jQuery library is developed by JS Foundation
* BCM2835 C library is developed by Mike McCauley
* GxEPD2 library is developed by Jean-Marc Zingg
* Adafruit GFX, SSD1306 and SPIFlash libraries are developed by Adafruit Industries
* Adafruit GFX, SSD1306, INA219 and SPIFlash libraries are developed by Adafruit Industries
* GDL90 decoder is developed by Ryan David
* Sqlite3 Arduino library for ESP32 is developed by Arundale Ramanathan
* FLN/OGN aircrafts data is courtesy of FlarmNet/GliderNet
Expand All @@ -27,6 +27,7 @@
* SdFat library is developed by Bill Greiman
* Arduino uCDB library is developed by Ioulianos Kakoulidis
* Pico PIO USB library is developed by sekigon-gonnoc
* ESP8266Audio library is developed by Earle Philhower
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions software/firmware/source/SkyView/WebHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ static const char about_html[] PROGMEM = "<html>\
<tr><th align=left>JS Foundation</th><td align=left>jQuery library</td></tr>\
<tr><th align=left>Mike McCauley</th><td align=left>BCM2835 C library</td></tr>\
<tr><th align=left>Jean-Marc Zingg</th><td align=left>GxEPD2 library</td></tr>\
<tr><th align=left>Adafruit Industries</th><td align=left>SPIFlash, SSD1306 and GFX libraries</td></tr>\
<tr><th align=left>Adafruit Industries</th><td align=left>SPIFlash, SSD1306, INA219 and GFX libraries</td></tr>\
<tr><th align=left>Ryan David</th><td align=left>GDL90 decoder</td></tr>\
<tr><th align=left>Arundale Ramanathan</th><td align=left>Sqlite3 Arduino library</td></tr>\
<tr><th align=left>FlarmNet<br>GliderNet</th><td align=left>aircrafts data</td></tr>\
<tr><th align=left>Shenzhen Xin Yuan<br>(LilyGO) ET company</th><td align=left>TTGO T5S boards</td></tr>\
<tr><th align=left>Tuan Nha</th><td align=left>ESP32 I2S WAV player</td></tr>\
<tr><th align=left>Brian Park</th><td align=left>AceButton library</td></tr>\
<tr><th align=left>flashrom.org project</th><td align=left>Flashrom library</td></tr>\
<tr><th align=left>Earle Philhower</th><td align=left>Arduino Core for Raspberry Pi RP2040</td></tr>\
<tr><th align=left>Earle Philhower</th><td align=left>Arduino Core for Raspberry Pi RP2040, ESP8266Audio library</td></tr>\
<tr><th align=left>Bill Greiman</th><td align=left>SdFat library</td></tr>\
<tr><th align=left>Ioulianos Kakoulidis</th><td align=left>Arduino uCDB library</td></tr>\
<tr><th align=left>sekigon-gonnoc</th><td align=left>Pico PIO USB library</td></tr>\
Expand Down
7 changes: 6 additions & 1 deletion software/firmware/source/SoftRF/SoftRF.ino
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* Arduino-NVM library is developed by Frank Holtz
* AceButton library is developed by Brian Park
* GxEPD2 library is developed by Jean-Marc Zingg
* Adafruit GFX library is developed by Adafruit Industries
* Adafruit GFX and INA219 libraries are developed by Adafruit Industries
* U8g2 fonts for Adafruit GFX are developed by Oliver Kraus
* Adafruit SPIFlash and SleepyDog libraries are developed by Adafruit Industries
* SdFat library is developed by Bill Greiman
Expand All @@ -61,6 +61,11 @@
* Arduino Core for Raspberry Pi RP2040 is developed by Earle Philhower
* MPU-9250 9 DoF sensor library is developed by Kris Winer and Hideaki Tai
* Pico PIO USB library is developed by sekigon-gonnoc
* IniFile library is developed by Steve Marple
* MD5 library is developed by Vasilis Georgitzikis
* LibAPRS-ESP32 library is developed by Evan Krall and Atten Nakhonthai
* SA818 library is developed by Gibbon Zen
* OpenDroneID library is developed by Steve Jack
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
7 changes: 6 additions & 1 deletion software/firmware/source/SoftRF/src/ui/Web.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static const char about_html[] PROGMEM = "<html>\
<tr><th align=left>Limor Fried and Kevin Townsend</th><td align=left>Adafruit MPL3115A2 library</td></tr>\
<tr><th align=left>Oliver Kraus</th><td align=left>U8g2 LCD, OLED and eInk library</td></tr>\
<tr><th align=left>Michael Miller</th><td align=left>NeoPixelBus library</td></tr>\
<tr><th align=left>Shenzhen Xin Yuan (LilyGO) ET company</th><td align=left>TTGO T-Beam and T-Watch</td></tr>\
<tr><th align=left>Shenzhen Xin Yuan (LilyGO) ET company</th><td align=left>TTGO T-Beam, T-Watch and T-TWR</td></tr>\
<tr><th align=left>JS Foundation</th><td align=left>jQuery library</td></tr>\
<tr><th align=left>XCSoar team</th><td align=left>EGM96 data</td></tr>\
<tr><th align=left>Mike McCauley</th><td align=left>BCM2835 C library</td></tr>\
Expand All @@ -124,6 +124,11 @@ static const char about_html[] PROGMEM = "<html>\
<tr><th align=left>Lewis He</th><td align=left>AXP20X, XPowersLib and SensorsLib libraries</td></tr>\
<tr><th align=left>Bodmer</th><td align=left>TFT library</td></tr>\
<tr><th align=left>Michael Kuyper</th><td align=left>Basic MAC library</td></tr>\
<tr><th align=left>Steve Marple</th><td align=left>IniFile library</td></tr>\
<tr><th align=left>Vasilis Georgitzikis</th><td align=left>MD5 library</td></tr>\
<tr><th align=left>Evan Krall and Atten Nakhonthai</th><td align=left>LibAPRS-ESP32 library</td></tr>\
<tr><th align=left>Gibbon Zen</th><td align=left>SA818 library</td></tr>\
<tr><th align=left>Steve Jack</th><td align=left>OpenDroneID library</td></tr>\
</table>\
<hr>\
Copyright (C) 2015-2023 &nbsp;&nbsp;&nbsp; Linar Yusupov\
Expand Down

0 comments on commit 14a51f0

Please sign in to comment.