Licenses & Source
Open-source software included in NawiaCybernetyka products, and the corresponding source.
Our pedals run firmware built on the Teensyduino core and several Arduino libraries. Some of those components are licensed under the GNU Lesser General Public License, version 2.1, which entitles anyone who receives our firmware to the library's source and to the means of relinking it. This page provides both.
We have not modified any of these components. The source below is the unmodified upstream code we compile against, kept here so it stays available at a fixed address rather than depending on a third party's hosting.
Components
| Component | License |
|---|---|
Teensyduino core (cores/teensy4) | MIT (PJRC) for most files; LGPL-2.1-or-later for the Arduino/Wiring-derived files — WString, Stream, IPAddress, WMath, Time, Printable.h, WCharacter.h |
EEPROM, SPI, Wire | LGPL-2.1-or-later |
SD, SdFat, Bounce2, USBHost_t36 | MIT and MIT-style |
| ARM CMSIS headers | BSD-style |
Source
Firmware releases
For each firmware release we distribute, we publish the application object files alongside it. Together with the library source above, these let you relink our firmware against your own modified version of any LGPL component.
No firmware has been distributed yet. Object files will appear here with the first release.
Written offer
If you received a NawiaCybernetyka product and this page is unavailable to you, write to support@nawiacybernetyka.com and we will provide the corresponding source and object files on physical media at no charge beyond the cost of the media and postage. This offer is valid for at least three years from the date you received the product.
Teensyduino core notice
Teensyduino Core Library http://www.pjrc.com/teensy/ Copyright (c) 2019 PJRC.COM, LLC. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 1. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 2. If the Software is incorporated into a build system that allows selection among a list of target devices, then similar target devices manufactured by PJRC.COM must be included in the list of target devices and selectable in the same manner. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Our own software
The firmware we write is our own and is not derived from any of the above. Our companion updater tool is separately published under the MIT license.