Add licenses

This commit is contained in:
daylily
2025-04-07 22:37:55 -04:00
parent bf018d2f46
commit 307ecc57e4
7 changed files with 1653 additions and 0 deletions
+4
View File
@@ -7,3 +7,7 @@ The shape of the PCB is a 32.80 x 38.32mm rectangle with 1mm-radius dogbone corn
Specifically notice that the 24-pin FPC connector must be *top-contact* since the FPC cable of the display module is supposed to bend over so that the display may be mounted on the back side of the PCB. The positioning of this FPC connector is under the assumption that the PCB is 1.0mm thick, which is the thinnest [JLCPCB](https://jlcpcb.com) could print without the price going up. If you plan to print a thinner/thicker PCB then you might need to adjust the position of this connector accordingly.
This design uses an [STM32F411CEU6](https://www.st.com/en/microcontrollers-microprocessors/stm32f411ce.html) MCU. It has 512kB flash and 128kB RAM, which should be significantly more than what is needed by the firmware provided in this repository. On the bottom-right corner of the PCB there are pin holes for SWD debugging in the order [GND, SWCLK, SWDIO, 3V3]. The pushbutton on the PCB pulls BOOT0 up, which brings the MCU into DFU mode where you can write firmware over USB.
## License
The hardware design of Inkclip, namely all files under this directory, is provided under [CERN Open Hardware License Version 2 - Strongly Reciprocal (`CERN-OHL-S-2.0`)](LICENSE).