Skip to content

Commit

Permalink
Feature/r2030 (#393)
Browse files Browse the repository at this point in the history
* Ignore bak
* Initial work r2030 board
* Silk fixes
* Update for proto manufacturing
* Update to Kicad 7
* Fix pre-prod bugs
* Cleanup
* Add multiplier for 030
* EXPSEL on J6
* Swap TX/RX & CTS/RTS silkscreen r2030
  * Swap over labels
  * Add arrows
  * Some board tidy up
* Silkscreen fixes to match r2/r2020
* Tidy up for fab
* Internal & commercial BOM updates
* Silkscreen fixes
* Add 030 information doc
* Fix numbering
* Ignore KiCad lock files
* Finalize gerbers & schematic render
  • Loading branch information
roscopeco authored Jan 2, 2024
1 parent e74538f commit e8093a3
Show file tree
Hide file tree
Showing 81 changed files with 340,045 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@
code/software/lcd-ili9341/images/BMPToRLE555
code/software/lcd-ili9341/rle_images.h
user.mk
**/*.bak
**/*.lck
2 changes: 2 additions & 0 deletions code/firmware/rosco_m68k_firmware/cpuspeed.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ uint32_t cpuspeed(uint8_t model) {
mult = 26;
} else if (model == 2) {
mult = 30;
} else if (model == 3) {
mult = 32;
} else {
mult = 0;
}
Expand Down
Loading

0 comments on commit e8093a3

Please sign in to comment.