STM32F072xx based test board #7

Merged
tschwery merged 2 commits from test/simple-stm32-board into master 2022-08-21 16:40:48 +00:00
tschwery commented 2018-07-16 20:13:37 +00:00 (Migrated from git.inf3.xyz)
Improves tschwery/custom-keyboard#3
tschwery commented 2018-07-16 20:18:19 +00:00 (Migrated from git.inf3.xyz)

Board basée sur un microcontrolleur STM32 (ARM Cortex-M0)

STM32F072

STM32L053

Board basée sur un microcontrolleur STM32 (ARM Cortex-M0) ## STM32F072 * Crystal-less USB operation * Max consumption - 27.2 mA * [Datasheet](https://www.distrelec.ch/Web/Downloads/_t/ds/STM32F072_eng_tds.pdf) * Code famille : * C: 48 pins * 8/B: 64k vs 128k * T: LQFP * 6: -40°~85°C * Buy * [Distrelec CBT6 - 4.64@10](https://www.distrelec.ch/en/microcontroller-32-bit-lqfp-48-st-stm32f072cbt6/p/30018626) * [RS CBT6 - 3.592@10](https://ch.rs-online.com/web/p/mikrocontroller/8805392/) * [Aliexpress C8T6- 1.08@20](https://www.aliexpress.com/item/20PCS-LOT-STM32F072C8T6-STM32F072-LQFP-48-MICRO-CONTROLLER-CHIP-IC/32841190789.html) ## STM32L053 * Crystal-less USB operation * Max consumption - 6.25 mA * [Datasheet](https://www.mouser.ch/datasheet/2/389/stm32l053c6-956269.pdf) * Buy * [Mouser - 3.43@10](https://www.mouser.ch/Semiconductors/Embedded-Processors-Controllers/Microcontrollers-MCU/ARM-Microcontrollers-MCU/_/N-a85pc?P=1z0z7ptZ1yvp8uvZ1yas54yZ1yaorde&Keyword=STM32L053&FS=True) * [Farnell - 3.9@10](http://ch.farnell.com/fr-CH/stmicroelectronics/stm32l053c8t6/mcu-32-bits-cortex-m0-32mhz-lqfp/dp/2444630)
tschwery commented 2018-07-16 20:28:43 +00:00 (Migrated from git.inf3.xyz)
Exemples de boards avec des controlleurs similaires : * [TCKB - STM32L053 (Cortex-M0+) + STM32L151 (Cortex-M3)](https://deskthority.net/workshop-f7/tckb-my-journey-in-the-world-of-stm32-driven-keyboards-60-t14952.html) * [GitHub](https://github.com/Ced67/TCKB_Kicad) * [5x5 aka Gojira! - STM32F103C8](https://deskthority.net/workshop-f7/5x5-stm32f1-t12699.html) * [GitHub](https://github.com/dijkstrw/5x5) * [KB45p - STM32F042K6T7](https://github.com/flabbergast/kicad/tree/master/kb45p) * [STM32L100 board](https://damogranlabs.com/2018/02/stm32-usb-hid-mouse-keyboard/) * [WhiteFox - Kinetis MK20DX256VLH7](https://github.com/kiibohd/pcb/tree/master/WhiteFox) * [K-Type - Kinetis MK20DX256VLH7](https://github.com/kiibohd/pcb/tree/master/K-Type)
tschwery commented 2018-07-17 18:32:49 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • 6060107f - [TEMP] STM32 pcb test board

Compare with previous version

added 1 commit <ul><li>6060107f - [TEMP] STM32 pcb test board</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=74&start_sha=ff8750853dfd665102942aeaca18075a4f5d048f)
tschwery commented 2018-07-17 18:33:35 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • e32d0384 - [TEMP] STM32F072xx based test board

Compare with previous version

added 1 commit <ul><li>e32d0384 - [TEMP] STM32F072xx based test board</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=75&start_sha=6060107fef43681f2642902d88f9ef48823ada78)
tschwery commented 2018-07-18 13:43:54 +00:00 (Migrated from git.inf3.xyz)
## Discussions potentiellement intéressantes * [GeekHack - Alternative controller experiments](https://geekhack.org/index.php?topic=62667.0) * [DT - Starting out with STM32 minimum development board](https://deskthority.net/workshop-f7/starting-out-with-stm32-minimum-development-board-t17271.html) * [DT - TS65 - The Split 65% Keyboard](https://deskthority.net/workshop-f7/ts65-the-split-65-keyboard-t12766.html) * [Your Own Hardware: Using KiCAD to Design a Minimal STM32 Development Board](https://vivonomicon.com/2018/05/05/your-own-hardware-designing-an-stm32-development-board/) * [DT - TCKB: My journey in the world of STM32 driven keyboards (60%)](https://deskthority.net/viewtopic.php?f=7&t=14952&start=) ### Backlights * [DrunkPlanck - WS2811 + LEDs](https://geekhack.org/index.php?topic=79929.0) * [Matias RGB TKL - WS2811s](https://easyeda.com/IBNobody/Matias_RGB_TKL_copy-2d2fab1805ff4c39b05c490e5ca4c47c) * [GeekHack Message](https://geekhack.org/index.php?topic=88686.msg2396338#msg2396338) * [STM32 interface WS2812B](http://fabioangeletti.altervista.org/blog/stm32-interface-ws2812b/) * [STM32F042 driving a WS2812B using SPI](https://ioprog.com/2016/04/09/stm32f042-driving-a-ws2812b-using-spi/) * [Github project](https://github.com/fduignan/NucleoF042_DMAandSPItoWS2812Bs/blob/master/spi.c) * [SPI Example with libopencm3](https://github.com/libopencm3/libopencm3-examples/blob/master/examples/stm32/f4/stm32f429i-discovery/spi/spi-mems.c) * [WS2812B RGB leds for STM32F4](https://github.com/esden/locm3-stm32-ws2812/blob/master/src/ws2812.c) * [WS2812(b) LEDs using PWM capabilitie](https://github.com/hwhw/stm32-projects/blob/master/ws2812/ws2812.c) * [WS2812 LED chain DMA based driver for STM32F1 series microcontrollers](https://github.com/hyrant/ws2812_stm32f1/blob/master/ws2812.c) * [Light_WS2812 library V2.0 – Part I: Understanding the WS2812](https://cpldcpu.wordpress.com/2014/01/14/light_ws2812-library-v2-0-part-i-understanding-the-ws2812/) * [Improved STM32 WS2812B DMA library](http://www.martinhubacek.cz/arm/improved-stm32-ws2812b-library) ## Libraries * [KiCad Library of custom MX-Alps footprints](https://github.com/ai03-2725/MX_Alps_Hybrid.pretty) * [List of KiCad keyboard-related libraries](https://kbwiki.ai03.me/books/pcb-design/page/list-of-kicad-keyboard-parts-libraries) ## Programming * [The Embedded Rust Book](https://rust-embedded.github.io/book/intro/index.html) * [Embedded Rust Experiments - Is my STM32 MCU running fast?](https://nercury.github.io/rust/embedded/experiments/2019/01/27/rust-embedded-02-measuring-the-clock.html) * [STM32F3DISCOVERY](https://www.st.com/en/evaluation-tools/stm32f3discovery.html) * [STM32F0's GPIO](http://hertaville.com/stm32f0-gpio-tutorial-part-1.html) * [STM32 & OpenCM3 Part 1: Alternate Functions and USART](https://rhye.org/post/stm32-with-opencm3-1-usart-and-printf/) * [STM32-projects](https://github.com/hwhw/stm32-projects) * [WS2812 STM32F1](https://github.com/hyrant/ws2812_stm32f1/blob/master/ws2812.c) * [WS2812 STM32 libopencm3](https://github.com/esden/locm3-stm32-ws2812/blob/master/src/ws2812.c)
tschwery commented 2018-07-19 21:34:00 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

Compare with previous version

added 1 commit <ul><li>4038a0b9 - STM32L053C8 based test board</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=76&start_sha=e32d0384be971356c2cadf94f93c134f1a41f90b)
tschwery commented 2018-07-20 16:27:59 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

Compare with previous version

added 1 commit <ul><li>857bd2ac - Packing of the PCB</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=77&start_sha=4038a0b9c0a5ae6f4594fecba5e4c71c219bd185)
tschwery commented 2018-07-22 20:01:31 +00:00 (Migrated from git.inf3.xyz)
## Firmware * [TMK - Chibios](https://github.com/tmk/tmk_core/blob/master/protocol/chibios/README.md) * [TCKB - Coocox](https://github.com/Ced67/TCKB_Software) * [5x5 - libopencm3](https://github.com/dijkstrw/5x5)
tschwery commented 2018-07-24 19:58:47 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

Compare with previous version

added 1 commit <ul><li>6b65e0f2 - Migration to 1206 components</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=78&start_sha=857bd2ac08a966eadd780a9511376ec87f792433)
tschwery commented 2018-07-25 19:57:21 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • 36523287 - Add name and version to the bottom silkscreen

Compare with previous version

added 1 commit <ul><li>36523287 - Add name and version to the bottom silkscreen</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=79&start_sha=6b65e0f21a9b6d1d6ef3fa5816f4692560446ee8)
tschwery commented 2018-08-01 13:18:04 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

Compare with previous version

added 1 commit <ul><li>478b735f - Add bom html page</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=80&start_sha=365232874a53c154716a8356b548dc216743f8a6)
tschwery commented 2018-08-01 15:04:54 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • f207e201 - Update gitignore for kicad files

Compare with previous version

added 1 commit <ul><li>f207e201 - Update gitignore for kicad files</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=81&start_sha=478b735fa97114da3795bc8077b77f8964927d36)
tschwery commented 2018-08-05 19:46:40 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • f21f7835 - Convert 1206 to 0603 handsolder

Compare with previous version

added 1 commit <ul><li>f21f7835 - Convert 1206 to 0603 handsolder</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=82&start_sha=f207e2013d4b195efabac617a6ab0509352ae7e9)
tschwery commented 2018-08-08 19:54:39 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • f5bd7444 - Moved to A4 and fixed the USB connector

Compare with previous version

added 1 commit <ul><li>f5bd7444 - Moved to A4 and fixed the USB connector</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=83&start_sha=f21f7835cea675fb696d96bc4da0bfc35000213a)
tschwery commented 2018-08-10 11:19:31 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • aa7e022d - Use standard library and remove keyboard project library

Compare with previous version

added 1 commit <ul><li>aa7e022d - Use standard library and remove keyboard project library</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=84&start_sha=f5bd7444ead979125a00b318e15b775432aa09c8)
tschwery commented 2018-08-27 21:31:30 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • c85f50cd - Update footprints to use latest libraries and updated personal library for usb socket

Compare with previous version

added 1 commit <ul><li>c85f50cd - Update footprints to use latest libraries and updated personal library for usb socket</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=91&start_sha=aa7e022dbdf6b5026cd05d69e782e5be38024aad)
tschwery commented 2018-08-28 13:24:22 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • 515948b4 - Update footprints to use latest libraries and updated personal library for usb socket

Compare with previous version

added 1 commit <ul><li>515948b4 - Update footprints to use latest libraries and updated personal library for usb socket</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=94&start_sha=c85f50cde9474c1c56e5059acfc1b159d3647610)
tschwery commented 2018-08-31 18:17:40 +00:00 (Migrated from git.inf3.xyz)

added 2 commits

  • 77e66833 - Update gitignore for KiCad rescue files
  • 5072f232 - Add leds (C13-15) and connectors (A3-5)

Compare with previous version

added 2 commits <ul><li>77e66833 - Update gitignore for KiCad rescue files</li><li>5072f232 - Add leds (C13-15) and connectors (A3-5)</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=95&start_sha=515948b4e6731b17fa703991c9d68b76d16d7600)
tschwery commented 2018-09-08 20:15:19 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • d8f4ed56 - Align pcb elements and update to Gateron-underglow footprint

Compare with previous version

added 1 commit <ul><li>d8f4ed56 - Align pcb elements and update to Gateron-underglow footprint</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=96&start_sha=5072f232b116522fc4cea0b1a89c305cc3308f0e)
tschwery commented 2018-09-08 20:56:17 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • beb17099 - Align pcb elements and update to Gateron-underglow footprint

Compare with previous version

added 1 commit <ul><li>beb17099 - Align pcb elements and update to Gateron-underglow footprint</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=97&start_sha=d8f4ed562f52e53f092d4f6a5600f598f09869ae)
tschwery commented 2018-09-08 20:57:21 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • a470f4fc - Align pcb elements and update to Gateron-underglow footprint

Compare with previous version

added 1 commit <ul><li>a470f4fc - Align pcb elements and update to Gateron-underglow footprint</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=98&start_sha=beb17099383bf2b79e43f3b2221d8744c5878c63)
tschwery commented 2018-09-16 18:25:00 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • cf929cc3 - Update to STM32F072RBT6 to get 64 instead of 48 pins for the future led control

Compare with previous version

added 1 commit <ul><li>cf929cc3 - Update to STM32F072RBT6 to get 64 instead of 48 pins for the future led control</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=99&start_sha=a470f4fcd868e9519408c02b90092c3f589796f4)
tschwery commented 2018-09-19 19:57:07 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • f5be8018 - Connect SPI2 MISO/MOSI

Compare with previous version

added 1 commit <ul><li>f5be8018 - Connect SPI2 MISO/MOSI</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=100&start_sha=cf929cc36352b287047265a21ccd3c1eede3def2)
tschwery commented 2018-09-20 16:39:04 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • d2458219 - Connect SPI2 MISO/MOSI

Compare with previous version

added 1 commit <ul><li>d2458219 - Connect SPI2 MISO/MOSI</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=101&start_sha=f5be80189bea7612b12b0e78e4c15e9400f61cb7)
tschwery commented 2018-09-20 16:42:50 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • a3abb3df - Connect SPI2 MISO/MOSI

Compare with previous version

added 1 commit <ul><li>a3abb3df - Connect SPI2 MISO/MOSI</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=102&start_sha=d2458219c828421072d07acf4db6fe0a381da22f)
tschwery commented 2018-10-10 20:50:09 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • 86583256 - Cleanup et déplacements dans le schematic, split en sous-sheet pour la matrice

Compare with previous version

added 1 commit <ul><li>86583256 - Cleanup et déplacements dans le schematic, split en sous-sheet pour la matrice</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=106&start_sha=a3abb3dffa85dbb128cea0794eb127584ee09eea)
tschwery commented 2018-10-19 18:21:35 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • 38df107c - Cleanup et déplacements dans le schematic, split en sous-sheet pour la matrice

Compare with previous version

added 1 commit <ul><li>38df107c - Cleanup et déplacements dans le schematic, split en sous-sheet pour la matrice</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=114&start_sha=86583256fc1cfe22225738738aea69fa7cb23469)
tschwery commented 2019-06-11 07:00:18 +00:00 (Migrated from git.inf3.xyz)

added 27 commits

  • 38df107c...c3ef5ef7 - 13 commits from branch master
  • 6ef2c6d6 - STM32L053C8 based test board
  • c8c523b8 - Packing of the PCB
  • a6e2990c - Migration to 1206 components
  • 58c92b84 - Add name and version to the bottom silkscreen
  • 2418a940 - Add bom html page
  • e4e10d1a - Convert 1206 to 0603 handsolder
  • 25aa7fe9 - Moved to A4 and fixed the USB connector
  • 24afdd62 - Use standard library and remove keyboard project library
  • a41f71b5 - Update footprints to use latest libraries and updated personal library for usb socket
  • 699a44cd - Add leds (C13-15) and connectors (A3-5)
  • 0028f685 - Align pcb elements and update to Gateron-underglow footprint
  • 3dfa4ffc - Update to STM32F072RBT6 to get 64 instead of 48 pins for the future led control
  • 493e6e57 - Connect SPI2 MISO/MOSI
  • 39cac264 - Cleanup et déplacements dans le schematic, split en sous-sheet pour la matrice

Compare with previous version

added 27 commits <ul><li>38df107c...c3ef5ef7 - 13 commits from branch <code>master</code></li><li>6ef2c6d6 - STM32L053C8 based test board</li><li>c8c523b8 - Packing of the PCB</li><li>a6e2990c - Migration to 1206 components</li><li>58c92b84 - Add name and version to the bottom silkscreen</li><li>2418a940 - Add bom html page</li><li>e4e10d1a - Convert 1206 to 0603 handsolder</li><li>25aa7fe9 - Moved to A4 and fixed the USB connector</li><li>24afdd62 - Use standard library and remove keyboard project library</li><li>a41f71b5 - Update footprints to use latest libraries and updated personal library for usb socket</li><li>699a44cd - Add leds (C13-15) and connectors (A3-5)</li><li>0028f685 - Align pcb elements and update to Gateron-underglow footprint</li><li>3dfa4ffc - Update to STM32F072RBT6 to get 64 instead of 48 pins for the future led control</li><li>493e6e57 - Connect SPI2 MISO/MOSI</li><li>39cac264 - Cleanup et déplacements dans le schematic, split en sous-sheet pour la matrice</li></ul> [Compare with previous version](https://git.inf3.xyz/tschwery/custom-keyboard/merge_requests/3/diffs?diff_id=200&start_sha=38df107c286192339474189a0c0ee0824c09a323)
tschwery commented 2020-12-02 22:10:47 +00:00 (Migrated from git.inf3.xyz)

added 35 commits

  • 39cac264...7d7455bd - 21 commits from branch master
  • ecda890e - STM32L053C8 based test board
  • 507d2d09 - Packing of the PCB
  • 6374364a - Migration to 1206 components
  • 990b5702 - Add name and version to the bottom silkscreen
  • e1f7bc97 - Add bom html page
  • 0cd36958 - Convert 1206 to 0603 handsolder
  • 17e924a6 - Moved to A4 and fixed the USB connector
  • 33af06fe - Use standard library and remove keyboard project library
  • 33d58905 - Update footprints to use latest libraries and updated personal library for usb socket
  • 6ee2e40a - Add leds (C13-15) and connectors (A3-5)
  • 271b1b1f - Align pcb elements and update to Gateron-underglow footprint
  • 76210986 - Update to STM32F072RBT6 to get 64 instead of 48 pins for the future led control
  • c13ea713 - Connect SPI2 MISO/MOSI
  • fc7c6434 - Cleanup et déplacements dans le schematic, split en sous-sheet pour la matrice

Compare with previous version

added 35 commits <ul><li>39cac264...7d7455bd - 21 commits from branch <code>master</code></li><li>ecda890e - STM32L053C8 based test board</li><li>507d2d09 - Packing of the PCB</li><li>6374364a - Migration to 1206 components</li><li>990b5702 - Add name and version to the bottom silkscreen</li><li>e1f7bc97 - Add bom html page</li><li>0cd36958 - Convert 1206 to 0603 handsolder</li><li>17e924a6 - Moved to A4 and fixed the USB connector</li><li>33af06fe - Use standard library and remove keyboard project library</li><li>33d58905 - Update footprints to use latest libraries and updated personal library for usb socket</li><li>6ee2e40a - Add leds (C13-15) and connectors (A3-5)</li><li>271b1b1f - Align pcb elements and update to Gateron-underglow footprint</li><li>76210986 - Update to STM32F072RBT6 to get 64 instead of 48 pins for the future led control</li><li>c13ea713 - Connect SPI2 MISO/MOSI</li><li>fc7c6434 - Cleanup et déplacements dans le schematic, split en sous-sheet pour la matrice</li></ul> [Compare with previous version](/tschwery/custom-keyboard/-/merge_requests/3/diffs?diff_id=321&start_sha=39cac2640ab2487a24331fbaf3ce43563bdd6562)
tschwery commented 2020-12-08 14:09:02 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • dfb6fa71 - feat: Update test PCB to match the ATMEGA32 one

Compare with previous version

added 1 commit <ul><li>dfb6fa71 - feat: Update test PCB to match the ATMEGA32 one</li></ul> [Compare with previous version](/tschwery/custom-keyboard/-/merge_requests/3/diffs?diff_id=322&start_sha=fc7c6434189efd33148cb1a306d9d5c45313d71b)
tschwery commented 2022-08-21 12:18:14 +00:00 (Migrated from git.inf3.xyz)
Check the DuckyPad keyboard: https://github.com/dekuNukem/duckyPad/blob/master/build_it_yourself.md
tschwery commented 2022-08-21 15:07:26 +00:00 (Migrated from git.inf3.xyz)

changed the description

changed the description
tschwery commented 2022-08-21 15:08:36 +00:00 (Migrated from git.inf3.xyz)

added 29 commits

  • dfb6fa71...1fe808df - 13 commits from branch master
  • f75dea54 - STM32L053C8 based test board
  • 6011e220 - Packing of the PCB
  • 47f511e4 - Migration to 1206 components
  • ce68f592 - Add name and version to the bottom silkscreen
  • f24eb13b - Add bom html page
  • 774b2027 - Convert 1206 to 0603 handsolder
  • efdb4c99 - Moved to A4 and fixed the USB connector
  • e47f7b1b - Use standard library and remove keyboard project library
  • 85256c86 - Update footprints to use latest libraries and updated personal library for usb socket
  • 9b2e7f9a - Add leds (C13-15) and connectors (A3-5)
  • b590ae94 - Align pcb elements and update to Gateron-underglow footprint
  • d2b94de8 - Update to STM32F072RBT6 to get 64 instead of 48 pins for the future led control
  • 7d8533b8 - Connect SPI2 MISO/MOSI
  • 57ce77b3 - Cleanup et déplacements dans le schematic, split en sous-sheet pour la matrice
  • de76d3cb - feat: Update test PCB to match the ATMEGA32 one
  • 9b3b1efe - feat: PCB Update

Compare with previous version

added 29 commits <ul><li>dfb6fa71...1fe808df - 13 commits from branch <code>master</code></li><li>f75dea54 - STM32L053C8 based test board</li><li>6011e220 - Packing of the PCB</li><li>47f511e4 - Migration to 1206 components</li><li>ce68f592 - Add name and version to the bottom silkscreen</li><li>f24eb13b - Add bom html page</li><li>774b2027 - Convert 1206 to 0603 handsolder</li><li>efdb4c99 - Moved to A4 and fixed the USB connector</li><li>e47f7b1b - Use standard library and remove keyboard project library</li><li>85256c86 - Update footprints to use latest libraries and updated personal library for usb socket</li><li>9b2e7f9a - Add leds (C13-15) and connectors (A3-5)</li><li>b590ae94 - Align pcb elements and update to Gateron-underglow footprint</li><li>d2b94de8 - Update to STM32F072RBT6 to get 64 instead of 48 pins for the future led control</li><li>7d8533b8 - Connect SPI2 MISO/MOSI</li><li>57ce77b3 - Cleanup et déplacements dans le schematic, split en sous-sheet pour la matrice</li><li>de76d3cb - feat: Update test PCB to match the ATMEGA32 one</li><li>9b3b1efe - feat: PCB Update</li></ul> [Compare with previous version](/tschwery/custom-keyboard/-/merge_requests/3/diffs?diff_id=920&start_sha=dfb6fa71bd021b9c09b38e6b0eae521bd49ae816)
tschwery commented 2022-08-21 16:27:33 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

Compare with previous version

added 1 commit <ul><li>d00a970a - STM32F072 based test board</li></ul> [Compare with previous version](/tschwery/custom-keyboard/-/merge_requests/3/diffs?diff_id=922&start_sha=9b3b1efeba38e12b2342c8fceb54469b25aa26fd)
tschwery commented 2022-08-21 16:30:05 +00:00 (Migrated from git.inf3.xyz)

added 1 commit

  • d9f155e6 - chore: Cleanup local project files

Compare with previous version

added 1 commit <ul><li>d9f155e6 - chore: Cleanup local project files</li></ul> [Compare with previous version](/tschwery/custom-keyboard/-/merge_requests/3/diffs?diff_id=924&start_sha=d00a970a015a8c277721f39d36544891c6ccfbd0)
tschwery commented 2022-08-21 16:40:15 +00:00 (Migrated from git.inf3.xyz)

resolved all threads

resolved all threads
tschwery commented 2022-08-21 16:40:43 +00:00 (Migrated from git.inf3.xyz)

changed title from {-WIP: -}STM32F072xx based test board to STM32F072xx based test board

changed title from **{-WIP: -}STM32F072xx based test board** to **STM32F072xx based test board**
tschwery commented 2022-08-21 16:40:48 +00:00 (Migrated from git.inf3.xyz)

mentioned in commit 03c8388185

mentioned in commit 03c8388185970b546ae787eb7a525cda360283f6
tschwery (Migrated from git.inf3.xyz) merged commit 03c8388185 into master 2022-08-21 16:40:48 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tschwery/custom-keyboard#7
No description provided.