Kyle Hayes

Results 356 comments of Kyle Hayes

I opened issue #257 to track the compiler warnings that remain. Yuck. I love working around compiler bugs. I was able to test the ARM6 and ARM7 builds on my...

Now that I have a working RPi I can start getting the release for that platform much more solid.

I mean to, but then realized that this still has your Python updates in it. I need to look those over.

It would be nice to run on such small micro-controllers. I will happily accept patches! Probably the first place to start would be removing the obvious fat from things like...

The latest code I am working on will do a lot less memory allocation. What are the memory limits of these microcontrollers?

Thanks for the information! Those do not have a lot of RAM... I will see what I can do to reduce the overall memory use. I have buffers for command...

I found out that there is a version of Eclipse that uses a fork of QEMU to emulate these. So, I may be able to simulate this enough to develop...

I marked this as 2.0. Really this is post 2.0 release. The new structure will make it much easier to drop the overall amount of RAM needed. I should be...

Ooh! That looks interesting. I wonder if it is possible to run this in Qemu or some other emulator? Some of the STM32 stuff seems to have a relatively good...

There are three aspects to this: 1. total memory usage is high right now for these kinds of embedded systems. There is a lot of 4KB allocation going on. 2....