First, some minor issues:
you can write 1000u or 1000U for i2u(1000).
Also, I suggest
abst@ype SerialDriver = $extype"SerialDriver"
Then SerialDriver_p can be replaced with cPtr1(SerialDriver) (or
cPtr0(SerialDriver)).On Friday, May 9, 2014 9:53:01 AM UTC-4, Kiwamu Okabe wrote:
Hi all.
Second trying is ATS programing on ChibiOS/RT and Arduino.
GitHub - fpiot/chibios-ats: ATS programing on ChibiOS/RT
ChibiOS/RT is very small RTOS that has good API.
ChibiOS free embedded RTOS - ChibiOS Homepage
http://chibios.sourceforge.net/html/index.htmlATS application source code is found at following.
https://github.com/fpiot/chibios-ats/blob/ats/demos/AVR-ArduinoMega2560-GCC-ats/main.dats#L7
But it has some C language code yet…
I would like to have no more C code!!!Do you have any idea?
Best regards,
Kiwamu Okabe at METASEPI DESIGN