Goals for this project
Have UBW32 on order, the next version has 128K of RAM so... that will be nice
1) UBW32 Software porting
- Use open source 4.4.x gcc compiler http://www.codesourcery.com/
- Gives better code generation then current 3.3.x
- Follow the general setup an ARM process has... (more on this later)
- Support C++, in order to support Wiring as is the AVR supports basic C++, so need to…