1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-06-30 22:39:48 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
Werner Almesberger
5d7c78edac uart: added more values to schematics, added files for BOM processing
- uart.sch (D1): added value LTST-C190KRKT
- uart.sch (K1): footprint was incorrectly placed in value field
- uart.sch (K1): added value 3M 961103-5604-AR
- uart/bom: added BOM infrastructure and definitions
2011-02-01 23:43:05 -03:00
Werner Almesberger
0ec7bb4ab5 uart/Makefile: forgot to commit this one. oopsie. 2011-02-01 23:08:07 -03:00
Werner Almesberger
979be291e3 uart/fw/: dummy firmware with build and programming process 2011-02-01 22:45:54 -03:00
Werner Almesberger
1826cc2d89 uart/avrdude/: patch and build instructions for avrdude 2011-02-01 21:55:15 -03:00
Werner Almesberger
f67f7a9a30 uart/cam/: the usual CAM process for cutting the PCB 2011-02-01 12:03:01 -03:00
Werner Almesberger
d3ab4abe5c uart: the AVR requires nSS for slave mode
- components/atmega48-mmu.lib: added nSS function to pin 12
- components/atmega48-mmu.lib (RESET): renamed to nRESET
- uart.sch: removed INT and used it for nSS instead
- uart.brd: redid layout for above change
2011-01-31 21:35:45 -03:00
Werner Almesberger
e7ec5c8ad4 Added simple UART 8:10 card.
- BOOKSHELF: ATmega48 data sheet
- Makefile (dsv): added target to populate the book shelf
- components/atmega48-mmu.lib, components/atmega48-mmu.dcm: ATmega48-MMU
  schematics symbol
- usrt.pro, uart.sch, uart.cmp, uart.brd: ATmega48-based UART board
2011-01-31 19:02:50 -03:00
Werner Almesberger
623c32304e bbl.brd: updated 8:10-CARD to update pad type 2011-01-18 16:08:00 -03:00
Werner Almesberger
d7839511a9 README: changed "uSD" to "8:10 card" 2011-01-17 12:45:42 -03:00
Werner Almesberger
903709097e use 8_10-card.fpd instead of usd-card.fpd
- bbl.pro (LibName2) : use ../kicad-libs/modules/8_10-card instead of
  ../kicad-libs/modules/usd-card
- bbl.sch: use footprint "8:10-card" instead of "uSD-Card"
- bbl.cmp, bbl.brd: updated for renaming of usd-card.fpd
2011-01-17 12:42:49 -03:00
Werner Almesberger
76c0616f6c bbl.c (main): open /dev/mem with O_SYNC to disable caching 2011-01-03 18:31:38 -03:00
Werner Almesberger
49c76e0f8e ext/: added uSD extender board (draft) 2010-11-02 12:17:20 -03:00
Werner Almesberger
979a631ef5 Be more careful with "volatile". It still worked, but was not a good example.
- bbl/bbl.c (REG): the cast took the volatile away
2010-09-02 03:09:16 -03:00
Werner Almesberger
1f509de5ad Cleaned up bbl.c and added comments.
- bbl/bbl.c: PD* macros now contain the REG(), making their use easier
- bbl/bbl.c: added description of the XBurst set/clear concept
- bbl/bbl.c: added comments all over the place
2010-09-01 21:49:22 -03:00
Werner Almesberger
87f1ae7744 Get stdpass from kicad-libs. Added bbl.cmp to make pcbnew happy.
- bbl.pro: use stdpass in kicad-libs, not the copy in ben-wpan (the latter
  project will use kicad-libs too)
- bbl.cmp: added to stop pcbnew from complaining each time we read the
  netlist
2010-09-01 19:06:01 -03:00
Werner Almesberger
759daff979 Describe origin and purpose.
- README: describe the project's origin and purpose
- bbl/bbl.c: corrected title
2010-09-01 04:26:31 -03:00
Werner Almesberger
ceca128fbf Initial commit. 2010-09-01 04:02:24 -03:00