for learning or academic exercises probably ok for commercial use almost certainly not and it doesn't really matter if they are right or wrong, they have an almost infinite supply of money and lawyers to protect their golden egg
-Lasse
for learning or academic exercises probably ok for commercial use almost certainly not and it doesn't really matter if they are right or wrong, they have an almost infinite supply of money and lawyers to protect their golden egg
-Lasse
I didn't find a better writeup or the presentation, but the project's on GitHub,
Links to a blog and wiki are there too.
Just a little digression on your Ada comment in case anyone wants to play with Ada on microcontrollers.
To run full blown Ada on a target requires adding support for the target to the Ada runtime as full Ada functionality requires a runtime to support it, so just altering the compiler itself isn't enough.
However, gcc Ada also has a zero runtime footprint mode which can make it easier to get a subset of Ada functionality running on a new target. The gcc Ada port for the AVR at
BTW, if you want more general Ada support on microcontrollers, the RTEMS RTOS has support for writing programs in Ada.
Simon.
Have something to add? Share your thoughts — no account required.
Ask the community — no account required