-
Building this:
```
with Interfaces.C.Strings;
procedure Kev is
Cp : Interfaces.C.Strings.chars_ptr
:= Interfaces.C.Strings.New_String ("foo");
Ca : Interfaces.C.char_array
:= I…
-
Hi,
I am considering to use this stack in one of my commercial projects. Curious to see some typical figures for ROM & RAM requirements for this stack. Surely, it will vary a lot depending on enabl…
-
There is a new `strlen`-related optimisation in GCC 12 which results in calls to `strlen()` in `libc`. You wouldn't notice this in a native compilation, but you will see it in the light runtimes, whic…
-
Hi,
I'm trying to build `rust-hello-world` example and it fails at linking step:
```
➜ rust-hello-world git:(2022.10-branch) make BOARD=cc1352-launchpad
Building application "hello-wo…
-
My problem looks very similar to https://github.com/oxalica/rust-overlay/issues/12.
Error message
```txt
cargo run --bin fft
Compiling byteorder v1.4.3
Compiling cmsis-dsp-sys v0.3.1
err…
-
Part of #4016
### Introduce the problem
In the current stage of parallel rendering an lot of drawing related features are disabled. We should reconsider and re-implement them. This issue is to…
-
A lot of things were already discussed in #3700 and that issue is already quite long. Let's start a new issue where we can summarize the TODOs for parallel rendering. I see these main topics:
- […
-
Same as this post getting errors.
https://devzone.nordicsemi.com/f/nordic-q-a/101179/trouble-with-avia_hx711_calibrate-function-of-nobodyguy-hx711_zephyr_driver
```
os: ***** BUS FAULT *****
[00…
-
@tensorflow/micro
**System information**
- Host OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
- TensorFlow installed from (source or binary): pip install tf-nightly
- Tenso…
-
Hey guys,
I'm currently struggling to get the cross build to work.
Cross building conan center recepies like tinyxml work, so the problem is not the conan call but my recipe ;)
I'm using CMakePre…