Erik Moqvist
Erik Moqvist
You are right, timers are called from interrupt context and should generally only call functions suffixed with `_isr`. Usually the timer callback writes and event to an event channel, and...
Hello, glad you like the project! Maybe add a Serial Port subsection in the User Guide section in the documentation, as the serial port is not only used in the...
I'm sorry, but I don't have time to give any support. I hope you can figure it out somehow.
I'm sorry, but I don't have time to help right now. I suggest that you browse the Simba source code to find out what is available. The pin modules and...
It was likely a very long time since the latest Simba release for Arduino. As the interest has been close to zero for Simba on Arduino, and Simba in general,...
Hello, unfortunately, I don't think I have any good advice on how to make it work. It was quite some time since I used the socket module myself, but there...
Hi! I don't have time to work on this project right now. Feel free to help out! =)
Hello, it was quite some time since I added a board in the Arduino IDE, but I think these are a good start: https://github.com/eerimoq/simba/tree/master/make/arduino/esp https://github.com/eerimoq/simba/blob/master/make/arduino/arduino.py After the updates run `make...
I recently added the `nvm_vwrite()` function, but didn't make updates to all ports as I'm not using them and I didn't think anyone else did either. [This](https://github.com/eerimoq/simba/blob/master/src/oam/ports/nvm_port_eeprom_soft.i#L84-L92) should be added...
Unfortunately I don't have time nor interest to do so myself at the moment.