New example board: reprap
authorMichel Pollet <buserror@gmail.com>
Thu, 5 Apr 2012 14:29:40 +0000 (15:29 +0100)
committerMichel Pollet <buserror@gmail.com>
Thu, 5 Apr 2012 14:29:40 +0000 (15:29 +0100)
commit50c4758a22b354ffc6d7a6bebf3d0c6ea29c6b19
treeb1c867c9e7e30cbadfaf57ae027e67176de8ff9f
parent6855916d10c6e7acf94765a27d9253aaddb4c22c
New example board: reprap

Proto shell for a reprap emulator. Currently can run Marlin, up to a point
There are lots of stuff to add, but with a bit of luck we could use the
"pins.h" of the firmware itseld to configure the simavr board, and
have it "adapt" to various hardware boards.

Currently the fake thermistor has been moderately tested, and seems to work.
It needs more work, like linear extrapolation, target temps etc.
examples/board_reprap/Makefile [new file with mode: 0644]
examples/board_reprap/marlin/pins.h [new file with mode: 0644]
examples/board_reprap/marlin/thermistortables.h [new file with mode: 0644]
examples/board_reprap/reprap.c [new file with mode: 0644]
examples/board_reprap/thermistor.c [new file with mode: 0644]
examples/board_reprap/thermistor.h [new file with mode: 0644]