Alexbruliau

Results 4 issues of Alexbruliau

TX_STACK_FILL ((ULONG) 0xEFEFEFEFUL) works for a 64 bits port like risc-V64 ? In my case, it is simply expanded to 0x00000000EFEFEFEFUL and the task checking always failed..

bug
hardware

**Describe the bug** FPU is deactivated inside tx_thread_schedule.S v6.4.1 ![image](https://github.com/eclipse-threadx/threadx/assets/18189827/86bb2021-f878-4ed8-a1f5-79f844c762a5) Is it the correct behavior ? I would expect the FS bit from the mstatus not to be reset to...

bug
hardware

Hello, I am encountering an issue when I used nx_packet_allocate because ULONG is considered to be 8 bytes for the RISCV-64 bits architecture. It worked perfectly on my previous target...

bug

Hello, I was wondering what will happens if nx_packet_data_append applied on a previously TCP packet with a payload set to (1500 - 20(ip_header) - 20(tcp_header). I have the feeling that...