Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
snopf committed Jan 22, 2020
0 parents commit f8232c2
Show file tree
Hide file tree
Showing 158 changed files with 19,606 additions and 0 deletions.
340 changes: 340 additions & 0 deletions License.txt

Large diffs are not rendered by default.

320 changes: 320 additions & 0 deletions README.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions art/colors
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
main: 004a48
dark: 000e11
Binary file added art/colors.odg
Binary file not shown.
12 changes: 12 additions & 0 deletions art/icon/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
icon = icon.svg

sizes = 16 32 48 64 72 96 128 144 192 256 512
pngs = $(addsuffix .png, $(addprefix icon_png/icon_, $(sizes)))

all: $(pngs)

$(pngs): $(icon)
inkscape -z -f $(icon) -e $@ -w $(subst .png,,$(subst icon_png/icon_,,$@))

clean:
rm -rf *.png
Binary file added art/icon/icon.odg
Binary file not shown.
123 changes: 123 additions & 0 deletions art/icon/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/icon/icon_alternate.odg
Binary file not shown.
123 changes: 123 additions & 0 deletions art/icon/icon_alternate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/icon/icon_png/icon_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/icon/icon_png/icon_144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/icon/icon_png/icon_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/icon/icon_png/icon_192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/icon/icon_png/icon_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/icon/icon_png/icon_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/icon/icon_png/icon_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/icon/icon_png/icon_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/icon/icon_png/icon_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/icon/icon_png/icon_72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/icon/icon_png/icon_96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/conventional_vs_snopf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/device_cropped_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/request_process.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/snopf_manager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/tools_working.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions schematic/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
*.000
*.bak
*.bck
*.kicad_pcb-bak
*~
_autosave-*
*.tmp
*-cache.lib
*-rescue.lib
*-save.pro
*-save.kicad_pcb

*.net

*.dsn
*.ses

*.xml
*.csv
3 changes: 3 additions & 0 deletions schematic/fp-lib-table
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(fp_lib_table
(lib (name snopf_footprints)(type KiCad)(uri ${KIPRJMOD}/snopf_footprints.pretty)(options "")(descr ""))
)
Loading

0 comments on commit f8232c2

Please sign in to comment.