Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from RoboJackets/cleanup
Browse files Browse the repository at this point in the history
Repo Cleanup
  • Loading branch information
mmaisonneuve3 authored May 24, 2020
2 parents 1681c03 + 804de0e commit 095016d
Show file tree
Hide file tree
Showing 8 changed files with 2,070 additions and 2,520 deletions.
163 changes: 160 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,161 @@
build
*.b#*
# Eagle

# Unnecessary Files
*.scr
*.ulp

# Backup files
*.s#?
*.b#?
*.l#?
*.b$?
*.s$?
*.l$?

# Eagle project file
*.epf

# Autorouter files
*.pro
*.job

# CAM files
*.$$$
*.cmp
*.ly2
*.l15
*.sol
*.plc
*.stc
*.sts
*.crc
*.crs

*.dri
*.drl
*.gpi
*.pls
*.ger
*.xln

*.drd
*.drd.*

*.s#*
*.l#*
*.b#*

*.info
*.log
*.eps

# file locks introduced since 7.x
*.lck

# Gerber files
*.ger
*.nc
*.do
*.GBL
*.GBO
*.GBP
*.GBS
*.GML
*.GTL
*.GTO
*.GTP
*.GTS

# MacOS
# General
*.DS_Store
*.AppleDouble
*.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
*.AppleDB
*.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows

# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# Linux

*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*


# Vim

# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# MCU Board

#### Before modifying ensure layout changes are in compliance with datasheets

PCB for STM32F769NIH6 microcontroller. This board is still very much a work in progress but most of the major components exist and are connected to the MCU. Major components include:
PCB for STM32F769NIH6 microcontroller. This board is still a work in progress but most of the major components exist and are connected to the MCU. Major components include:
* Microcontroller: STM32F769NIH6
* Flash memory: S25FS256SAGNFI00
* SDRAM: MT48LC16M16A2F4
Expand All @@ -23,5 +21,7 @@ The button labeled USB MODE will be used to toggle the MCU into a state that wil

The power is passed from the USB or the VIN to a buck converter to allow for 4.5V to 24V input with the buck outputing ~3.5V which gets fed into a linear regulator to drop the voltage to 3.3V. The buck is in place for an efficient conversion then the LDO is in place to make sure the power is smoothed out before it is distributed to the sensitive chips.

<!-- ![MCU Board](./other/mchair.png) -->
<img src="./other/mchair.png" width="300">
#### Before modifying ensure layout changes are in compliance with datasheets

<!-- ![MCU Board](./mTrain.png) -->
<img src="./mTrain.png" width="600">
97 changes: 49 additions & 48 deletions mchair.brd → mTrain.brd

Large diffs are not rendered by default.

Loading

0 comments on commit 095016d

Please sign in to comment.