Daniele Lacamera
Daniele Lacamera
Hello @cycl0ne picoTCP has experimental support as interrupt-driven stack, in a branch called '[tickless](https://github.com/tass-belgium/picotcp/tree/tickless). It looks like a possibility that the branch will be considered for further research by the...
Thanks for sharing your view. I still prefer to go for a monolithic single-threaded TCP/IP stack in the kernel, because I have the impression that moving frame pointers between queues...
ARM support for supervisor mode has nothing to do with vmm/mmu. Frosted for example runs on cortex-M no-MMU in real multiprocess mode (Posix profile 54) with separate supervisor/user memory. We've...
@cpq I would also add: - [ ] Avoid placing big objects in the stack. When big objects are placed in the stack of an embedded system, most likely it...
> I see it is usually not included, but Renesas e2Studio has by default. I was assuming nice to enable in the sample project. I agree, and I am in...
can we merge in hackrf changes into our branch?
The format we use for execution in place is bFLT. For the libraries, it'd be nice if we could execute code in place from flash as well, so the objects...
https://github.com/insane-adding-machines/frosted/blob/master/kernel/vfs.c#L641