-
Hi, I noticed the version of sl_si91x_host_allocate_buffer() in malloc_buffers.c calls malloc directly, won't this cause issues with FreeRTOS's pvPortMalloc?
Also, the version of sl_si91x_host_allo…
-
Some of the operations used by the scheduler (STMDB) aren't supported by the cheaper cores. I think the assembler also complains about the SVC call, which is supported (so perhaps the assembler is inc…
-
The BYM2 islands implementation isn't doing the right thing.
I have an implementation which seems to be working here:
https://github.com/stan-dev/example-models/tree/master/knitr/car-iar-poisson/up…
-
Hi,
I would like to keep code size as small as possible for my project.
Analyzed my project size with different versions of cJSON build by IAR. Here is some data:
Existing project with some old …
-
We will want to add some support for proportionality
- [ ] Implementation of proportionality metrics
- [ ] B-association regression tests
-
**Is your enhancement proposal related to a problem? Please describe.**
The preprocessor logic in `` unconditionally includes the header `` in the fallback case.
https://github.com/zephyrproject-r…
-
Hi, my Ambari Server API uses SSL.
Normally I access it using TLS v1.2 and using an auth token but when I try to use this image I get an SSL negotiation error indicating that remote certificate do…
-
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,
Is there any possibility to have english version of the documentation?
thank you.
-
```
What steps will reproduce the problem?
1. Define a message with like:
message CipherKeys {
required bytes localKey = 1;
required uint32 localKeyChkSum = 2;
optional bytes groupKey = …