Hey everyone,I am going to be getting an Arduino Due in a few days, and I was wondering if anyone has attempted to port Smoothie to it. The website says that someone is working on a port to SAM3U, which I believe is very similar to the Due's processor (SAM3X).
If not, I am willing to put my admittedly modest skills towards porting. It looks like the provided gcc4mbed is pretty specific to the LPC17xx line, so if someone has a specific toolchain they'd recommend, I'm all ears (I'm just going to go ahead and assume that the Arduino program isn't up to scratch). Thanks!
Chris--
You received this message because you are subscribed to the Google Groups "Smoothieware Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smoothieware-sup...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi !
To unsubscribe from this group and stop receiving emails from it, send an email to smoothieware-support+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to smoothieware-sup...@googlegroups.com.
You probably want to come on IRC to talk about that, I don't think the opensourced mbed libs are in the main edge branch yet.
Excellent, thanks. And are all these libraries the ones on github under Smoothie/src/libs or are there additional libraries I'll need?
On Tuesday, February 26, 2013 2:56:06 PM UTC-5, Arthur Wolf wrote:
Hi !
Hey everyone,I am going to be getting an Arduino Due in a few days, and I was wondering if anyone has attempted to port Smoothie to it. The website says that someone is working on a port to SAM3U, which I believe is very similar to the Due's processor (SAM3X).Kliment, a long time ago, started porting to SAM3U, you can see the code in his fork on github, but that did not move for a long time.If not, I am willing to put my admittedly modest skills towards porting. It looks like the provided gcc4mbed is pretty specific to the LPC17xx line, so if someone has a specific toolchain they'd recommend, I'm all ears (I'm just going to go ahead and assume that the Arduino program isn't up to scratch). Thanks!Smoothie uses the mBed libraries, and those have been recently opensourced. This should make porting smoothie ( ie. porting the mBed libs, pretty much ) to SAM3X pretty easy.
Cheers :)
Chris--
You received this message because you are subscribed to the Google Groups "Smoothieware Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smoothieware-support+unsubscrib...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Courage et bonne humeur.
--
You received this message because you are subscribed to the Google Groups "Smoothieware Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smoothieware-support+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Smoothie uses the mBed libraries, and those have been recently opensourced. This should make porting smoothie ( ie. porting the mBed libs, pretty much ) to SAM3X pretty easy.
--
You received this message because you are subscribed to the Google Groups "Smoothieware Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smoothieware-sup...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
"An attempt to Port Smoothie to ATSAM3X8E (in particular Arduino Due)
I'm Publishing this in the hopes that others will join in on this project
First Hurdle: Smoothie seems to use mbed, there is no mbed for ATSAM3X8E
Status:
Added mbed/src/vendor/ATMEL/cmsis/ATSAM3X8E, seems correct. From
asf-3.12.1
Added mbed/src/vendor/ATMEL/capi/ATSAM3X8E, this is basicly a
empty shell.
added mbed/src/mbed-atsam3x8e.mk, this is just a guess,
needs checking.
eddited mbed/src/Makefile to include mbed-atsam3x8e.mk
mbed for ATSAM3X8E compiles and links. But Since all file in capi are basicaly empty it will not run. Maybe enough to start exploring the next hurdle while these files are filled out.
Second Hurdle: Port Smoothie code
Status: Not started"
I’ve just recently gotten interested in smoothie and porting to Arduino Due really appeals. (even though I've contributed to the smoothieboard kickstarter)
It looks like there has been no progress on this so..
I've started https://github.com/ellensp/Smoothie.git in the hopes that others will contribte their expertise to the project
From the read me."An attempt to Port Smoothie to ATSAM3X8E (in particular Arduino Due)
I'm Publishing this in the hopes that others will join in on this project
First Hurdle: Smoothie seems to use mbed, there is no mbed for ATSAM3X8E
Status: Added mbed/src/vendor/ATMEL/cmsis/ATSAM3X8E, seems correct. From asf-3.12.1
Added mbed/src/vendor/ATMEL/capi/ATSAM3X8E, this is basicly a empty shell.
added mbed/src/mbed-atsam3x8e.mk, this is just a guess, needs checking.
eddited mbed/src/Makefile to include mbed-atsam3x8e.mk
mbed for ATSAM3X8E compiles and links. But Since all file in capi are basicaly empty it will not run. Maybe enough to start exploring the next hurdle while these files are filled out.
Second Hurdle: Port Smoothie code
Status: Not started"
--
You received this message because you are subscribed to the Google Groups "Smoothieware Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smoothieware-sup...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.