Smoothieware / Smoothie2-old

(Deprecated attempt at) A Smoothie firmware port to the Smoothieboard v2 boards.
GNU General Public License v3.0
34 stars 22 forks source link

Fixes for getting started on Bambino 200E #14

Closed chrisbrent closed 8 years ago

chrisbrent commented 8 years ago
arthurwolf commented 8 years ago

Well the code as it is currently does work on the Smoothieboard v2-pro alpha-1 proto, and on the WaveShare LPC4337 dev board I'm using now. I think what we really want here is a makefile option where we select what board we are using, and then we have some #ifdefs in Kernel whenever initializing the serial ports. I think that's what would be most useful.

arthurwolf commented 8 years ago

alright, merging now, and @adamgreen will add the makefile stuff on top of this.

thanks a lot everybody !