-
## Expected to find...
List of all supported micro-controllers (for Mbed OS bare metal profile). For example listing the STM32F401.
## Found
* [List of boards](https://os.mbed.com/platforms/)…
-
Unsure if bug or asking for a feature.
**Problem**
When using the new `per-package-target` feature in nightly builds, any linker scripts that you might need in a specific crate will not …
-
These are the ones that I have in mind. Will add more.
**During Odd Sem**
- Introductory session (the one with the attendance compulsory notice)
- Introduction to programming (I was thinking abou…
-
The AR4 was released recently and I wonder if this is compatible with ar3_core?
-
CMSIS-NN NN functions heavily rely on some 4-byte accessor functions, such as:
__STATIC_FORCEINLINE q31_t arm_nn_read_q7x4_ia(const q7_t **in_q7)
{
q31_t val;
memcpy(&val, *in_q7, 4);
…
-
What kind of issue is this?
- [ ] **Question**.
This issue tracker is not the place for questions. If you want to ask how to do something,
or to understand why something isn't working…
-
Since dc14b93, u8g2.h has been changed so that it requires the `__ARM_LINUX__` macro to be defined in order to enable `U8G2_USE_DYNAMIC_ALLOC`. There are a few weird things happening here:
- `__ARM_L…
-
On aarch64, if one is building for a softfloat target (in Rust that's e.g. the target aarch64-unknown-none-softfloat, which in particular sets `-neon,-fp-armv8` target features by default), there seem…
-
**Describe the bug**
Arm processor variant detection isn't correct.
**To Reproduce**
Steps to reproduce the behavior:
1. Compile arm binary with the following CFLAGS `-marm -mcpu=arm1176jzf-s`
…
-
Related to https://github.com/apache/incubator-nuttx-apps/issues/834
I was trying to determine a way to use the timer with my NUCLEOH743ZI2 board. Following the guidelines provided in the above iss…