Emil Popov

Results 8 issues of Emil Popov

Hi, Parts of this may have been touched on in #100 but I wanted to start a clean discussion here. I'm trying to redesign an RPC-like protocol to use MessagePack....

... as mentioned in #783 Also, as @GaryJSA made a note that #610 may be addressing something similar... I have implemented a garbage collector that aims at substantially speeding up...

performance
discussion

…This prevents calling free() with random memory addresses. Issue is easily reproduced by: lfs_mount() -> lfs_unmount() -> lfs_unmount() This has been discussed in #764 and #776

enhancement
needs minor version

I'm starting a PR in order to quit procrastinating on this subject and to align my ideas with the rest of the community. This is my proposal for how multicast...

https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/blob/9f4ebd532fe7ac145bc229ab02272d4d82f36ab6/source/FreeRTOS_IPv6.c#L501-L507 The comment above references [RFC4291 section 2.5.2](https://www.rfc-editor.org/rfc/rfc4291.html#section-2.5.2) which reads: ``` The address 0:0:0:0:0:0:0:0 is called the unspecified address. It must never be assigned to any node. It indicates the...

bug

**Description** - When an LLMNR AAAA query comes in through a IPv4 end-point, the responding code in DNS_ParseDNSReply() will include xEndPoint.ipv6_settings.xIPAddress in the reply. This being an IPv4 end-point though,...

bug
help wanted

As discussed in #1184 I also changed all 3 printf messages in this function to use FreeRTOS_printf instead of FreeRTOS_debug_printf to: - make those errors a little more visible to...

Hi All, I'm currently using LittleFS on QSPI NOR flash and I'm quite happy, but need to evaluate future use on a 4GB eMMC. Sadly, I've not yet used eMMC...

question