-
### Description
While trying to compile Pelion DM tests (and also example programs) for IAR, compilation fails with the following message:
```
$ mbed test -t IAR -m DISCO_L475VG_IOT01A -n s…
-
Using a Teensy 3.6 (STM32F4) I'm getting some random timeouts on SPI access. Using the changes in the Development branch severely reduces this effect, and fixes the random TCP disconnects. However, th…
-
### Description
Cortex-M33 is using softfp floating point implementation
https://github.com/ARMmbed/mbed-os/blob/master/tools/toolchains/arm.py#L426
However the __FPU_USED flag is not set th…
-
Why `-DBOARD_MSP_EXP432E401Y` and `-D__MSP432E401Y__` are hard-coded in `platform.txt`,
```
build.extra_flags=-mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mabi=aapcs -g -Dxdc_targe…
-
Hi, all,
This project is very cool. I develop some products with ARM Cortex-M processor. I want to know when we can run ELL in micro:bit.
Thanks for your hard work on this project!
-
Calling raises an error during the linking phase: undefined reference to `asm`.
> Linking everything together...
> "/Users/ReiVilo/Library/Energia15/packages/energia/tools/arm-none-eabi-gcc/6.3.1-…
-
Please add support for the Adafruit Feather nRF52 Bluefruit LE board:
https://www.adafruit.com/product/3406
https://learn.adafruit.com/bluefruit-nrf52-feather-learning-guide/introduction
-
Hello,
I already ported various custom targets with succes in the past (STM32F103CBT6, STM32F303CCT6, STM32L151C8T6, STM32L462CEU6), i now have to port our latest target STM32L451CEU6, unfortunately …
-
environment:
rustc: 1.30.0-nightly (4591a245c 2018-09-22)
stm32f3 version: 0.2.3
features = ["stm32f302", "rt"]
```
= note: rust-lld: error:
ERROR(cortex-m-rt): The interrupt vecto…
-
I am trying to compile the openthread for cc1352. I am following steps given below :
$ ./script/bootstrap
$ ./bootstrap
$ make -f examples/Makefile-cc1352
I am getting following error while c…