-
Migrate old RA4M1 boards into FSP.
Objects:
Currently, Renesas RA4M1 does not use Renesas FSP (HAL).
Because of the time the support was added, we can't use FSP for license incompatibility.
Re…
-
Hi guys, I'm playing with the modules and found some interesting things:
# Abstract:
It looks that if:
`TXM_MODULE_MEMORY_PROTECTION` and `TX_ENABLE_STACK_CHECKING` are enabled then in the `t…
-
This is an upstream WICED issue, but serious enough for me to want to address it here.
Reproduction steps:
1. Edit `apps/snip/tcp_client` and change the `include/default_wifi_config_dct.h` access po…
emilf updated
8 years ago
-
Type: Bug Report
**Description**
In AzureRTOS, when calling either tx_thread_priority_change or tx_thread_sleep the RTOS Viewer stops being able to get thread information, instead showing "An erro…
-
I want to build a standalone module that can run on any supported GPU.
How do I detect what packages need to be loaded so that I can have a pattern like
```julia
if isCUDAsupported()
using CUDA…
-
Test method:
1. Thread A allocate memory blocks in a 1ms cycle (size takes a random value of 1~1024). When allocate fails, the thread is suspended; 2. Thread B release memory blocks in a 1~10ms cyc…
-
I tried using netxduo for a https server on a stm32h5 mcu. It takes over 8s for the tls 1.2 handshake.
The client send multiples retry before we have time to respond, and overflow our eth rx buffer.
…
-
Hi,
When gdb stops on a breakpoint in thread context and I list stack frames (via bt command, or my IDE issues a -stack-list-frames command) then gdb's stack unwind algorithm walks up the stack but…
-
Hi,
I'm trying to implement fatfs on my nand flash MT29F4G01ABAFDWB, i have wrote low level drivers (im using zephyr rtos).
i just want to implement fatfs without an layer that you used in Ur proj…
-
SD MSC has been successfully run on USBX and can read and write normally. Can Nor FLASH also achieve the same function?