-
basic Travis configuration for running go tests
-
### Description
Since #4294 merge, we got many issues with STM32 targets.
Tests are still on going, but it seems that:
- OS2 tests status are all TIMEOUT for F4/F0/F7
- OS5 tests status are OK w…
-
``` c++
#include "mbed.h"
Serial pc(PA_2, PA_3);
void Callback(){
char Temp_Data = pc.getc();
pc.putc(Temp_Data);
}
int main(){
pc.attach(&Callback,Serial::RxIrq);
while(1){
}
}
```
I am curr…
-
- Repo on Coveralls: https://coveralls.io/github/microlib/usermanager
-
edit: and fwiw, I'm sorry if I'm getting hung up on a language nuance. I know that "cost" technically implies size here. But given the debates about this topic atm, I think that could just be clarifie…
-
I cannot debug anymore after switching to mbed 5.2.1.
The option -o debug-info seems not to be supported anymore.
How can I enable it again? Thanks.
`mbed-cli compile -j0 -t GCC_ARM -m OUR_TARGE…
-
I take issue with some of the breaking changes that have been made in mbed-rtos rev118 and newer, and I'm sure I'm not the only one.
For starters, any targets using the ARM micro toolchain by default…
-
Reported from a developer:
---
I have tried to build exported rtos uVision4 project from mbed classic using Template:
```
New program -> NUCLEO-F411RE platform -> Nucleo_rtos_basic template
```
B…
-
The uvison exporter now fails for most of uARM toolchain platforms which worked find a month ago (or two weeks ago?).
- LPC1768 - OK (ARM)
- LPC11U24 - Link error (uvision target settingis microlib, b…
-
After the merge #1691 it's not anymore possible to use the command singletest.py with both uARM and ARM toolchain. The ARM part fail build when uARM is also used. If ARM is used alone, no problem.
Th…