Results 62 comments of Mikael Patel

@quozl Thanks for the comment. I did not know that the gnu emacs forth mode we implemented back in 88 was still used :) I will let Göran Rydqvist know...

Are you asking for help debugging? Seems like you might need to adjust task stack sizes.

Thanks for the update. Great news that you could port to XMOS. Please issue a pull request If you think your changes would be of interest for others. Cheers Mikael.

> Are there any reasons not to update these versions? Time and interest :) There has been limited interest in this project so it is on ice. I have actually...

@dansut After reading a number of forum topics on the Ethernet Shield and library it seems like there are some basic validations missing. 1. Is a shield with the Ethernet...

See commit https://github.com/mikaelpatel/Cosa/commit/5fad31c359366bf90c78dffbfb2be46077142854. While waiting for R1.1.2 please use master (zip download and install) or simply replace the platform.txt with the pre-post build rules.

See commit https://github.com/mikaelpatel/Cosa/commit/0b763a21b88caf3ac802079af5ed76d56ca243fb

This can be done with the OBSERVE_IF() and BREAK_IF() and a bool variable. What is missing in the debugger is a command to write to memory (e.g. set/clear bool variable)....

Ok. That is a clear API issue. Seems like a mismatch or something missing or alternatively a missing parameter for storage type. Thanks!

IOStream::println() or endl() should reset position and increment line (if added). Other print functions should update position with number of characters written. Character vectors, strings, are not checked for new-line...