-
Integration with the new RX65N RSK, the RX GCC compiler has defined size_t as 8 bytes. This causes a number of compiler errors in places where an **unsigned int*** is passed into a function expecting …
-
Why does pop3 client use a specific port "4228"?
https://github.com/azure-rtos/netxduo/blob/617d1f0bb79ed1623efdeebabb100e299ef266ce/addons/pop3/nxd_pop3_client.c#L2680
-
Heya,
In `_nx_ip_thread_entry` there is a `ULONG` (which may be an `unsigned int` on 64-bit Linux targets) which gets promoted directly to a `NX_IP*`.
The compiler gets upset about this too if `…
-
I made some progress porting azure RTOS with netxduo to my M4 processor. I have most everything working but having some issues debugging ethernet packets.
The low level Ethernet hardware is setup and…
-
I use the bsd sample , call the socket return –1, i found out the socket call the txe_mutex_get function and the function return TX_MUTEX_ERROR. How to solve this problem
-
The following line contains an unnecessary cast from a uint32_t to a double, and back to a uint32_t.
https://github.com/azure-rtos/netxduo/blob/7413f09e70875ad465f5658fdb5a59902778bf50/addons/azure…
-
Using both MXChip and STM32 devices, I noticed the following behavior (see the attached file for logging information):
**MXChip**
- After an hour there is a SNTP time update
- Shortly after, …
-
Are there any plans in the future to add the possibility of broker-less pubsub technology to netxduo, for example, nng (https://github.com/nanomsg/nng)?
edbek updated
3 years ago
-
Chapter 2 of the NetxDuo FTP Guide lists a number of files, some of which I can't find in this repo. In particular, I am looking for filex_stub.h. Could you point me to it's location or send me a copy…
-
According to the last commit, it mentioned "`updated to 6.0.1 and added additional processors/toolchains`".
It's great in "`\threadx\ports\`", it really supports multiple toolchains, like as iar, kie…