unix-toolchain can target be set to the smaller 32 pin arm and thats it?
I was reading...
http://leaflabs.com/docs/libmaple/unix-toolchain/
What about other larger arm chips?
unix-toolchain can target be set to the smaller 32 pin arm and thats it?
I was reading...
http://leaflabs.com/docs/libmaple/unix-toolchain/
What about other larger arm chips?
I'm a little confused; the current Makefile only supports the Maple STM32 and no other chips. We have made modifications to support the Native/Mini and will roll those in to libmaple soon.
Our plans for libmaple are to support most of "performance" line of STM32 Cortex-M3 chips, and probably the Cortex-M4 chips when they are available. Supporting the connectivity line or Cortex-M3 chips from other manufacturers would be great if the community wanted to help, but we do not want to sacrifice the size/usability of the library to achieve this portability. Branching off would probably be more appropriate, or using a different library based on the CMSIS system.
Other ARM chips (non Cortex-M3) are totally different beasts and we have no plans to support them with our toolchain.
You must log in to post.