paul-szczepanek-arm
9d81960b89
fix using an invalid cccd index
2018-10-08 15:18:50 +01:00
deepikabhavnani
b858482ca9
Add `overhead_size` element to get the overhead of stats
...
Heap statistics are used for analysing heap stats, but it doesn't tell anything
about real heap usage or malloc overheads. Adding `overhead_size` element
will help users to get the real heap usage.
2018-10-08 15:18:50 +01:00
bcostm
c61595f8be
NUCLEO_L4R5ZI: remove IAR exporter
...
The STM32L4R5ZI device has been added in IAR V8.20.1
Remove the IAR exporter until IAR V8 is supported on mbed.
2018-10-08 15:18:50 +01:00
bcostm
7242150040
NUCLEO_L4R5ZI: set IAR linker stack size to 1KB
2018-10-08 15:18:50 +01:00
bcostm
f6d4acc33c
NUCLEO_L4R5ZI: change _ALTx pins
2018-10-08 15:18:50 +01:00
bcostm
b5b3276a18
NUCLEO_L4R5ZI: remove PWM_5 pins as already used by us_ticker
2018-10-08 15:18:50 +01:00
bcostm
f6feb9fba3
NUCLEO_L4R5ZI: enable bootloader
2018-10-08 15:18:50 +01:00
bcostm
41356a943c
NUCLEO_L4R5ZI: add missing timer freeze macro
2018-10-08 15:18:50 +01:00
bcostm
a60399cd05
NUCLEO_L4R5ZI: update iar and sw4stm32 exporters
2018-10-08 15:18:50 +01:00
bcostm
430f6fb6fd
NUCLEO_L4R5ZI: update targets.json
2018-10-08 15:18:50 +01:00
bcostm
0c75711215
NUCLEO_L4R5ZI: update mbed_rtx.h
2018-10-08 15:18:50 +01:00
bcostm
f40c5ee91b
NUCLEO_L4R5ZI: add all board files
2018-10-08 15:18:50 +01:00
Shrikant Tudavekar
c43f9dd864
use forced_reset_timeout as delay after reset
2018-10-08 15:18:50 +01:00
deepikabhavnani
040f4fe664
Cleanup SPI constructor and add destructor
...
_acquire() is not required in constructor, since we are not performing
any operation on SPI bus yet. Just initialize the pins/hw
Destructor is required to clear _owner else SPI format/frequency will not be
set if object is recreated. We do not free SPI bus, but init again in hardware
may or may not change frequency/format.
```
{
SPI spi1(...);
spi1.transfer(...);
}
{
SPI spi1(...);
spi1.transfer(...);
}
```
2018-10-08 15:18:50 +01:00
Cruz Monrreal II
8732fdb33b
Modified version mismatch msg to be warning instead of error
2018-10-08 15:18:50 +01:00
Teppo Järvelin
918820c9ce
Cellular: state machine and easycellular now return error fast if sim pin needed but not provided.
2018-10-08 15:18:50 +01:00
jeromecoutant
235aea0082
STM32 RTC : remove not necessary macro
...
__HAL_RCC_RTC_CLKPRESCALER is called in __HAL_RCC_RTC_CONFIG
2018-10-08 15:18:50 +01:00
jeromecoutant
af35849a7d
STM32 RTC with LSI : stop reset registers during init
2018-10-08 15:18:50 +01:00
jeromecoutant
8d995f3817
STM32 RTC : Start LSI clock asap
2018-10-08 15:18:50 +01:00
Wajahat Abbas
3d7f99775a
Added PC2 pin to ADC pin map
2018-10-08 15:18:50 +01:00
Cruz Monrreal
3fd8a31327
Removed mbed-os-example-nfc-EEPROM from examples.json
...
Last thing blocking 5.10.1 release. Example will need to be fixed before it can be brought in.
2018-10-08 15:18:50 +01:00
Cruz Monrreal
0bdfc35fb1
Remove block device example in the short term
2018-10-08 15:18:50 +01:00
Cruz Monrreal
16b1063839
Replace storage example targets from K64F to K82F
...
Suggested here: https://github.com/ARMmbed/mbed-os/pull/8246#issuecomment-425199620
2018-10-08 15:18:50 +01:00
Cruz Monrreal
2bbfc4ff28
Removed trailing slashes in NFC examples URL
...
This apparently breaks the examples.py script.
2018-10-08 15:18:50 +01:00
Cruz Monrreal
ac1f9d1e5a
Restricted nfc example to two targets
2018-10-08 15:18:50 +01:00
adbridge
45e90ddc38
Add back examples updated for mbed-os-5.10
...
While feature changes were being added to mbed-os a number of
examples were removed from this list due to incompatibility issues.
This PR adds those examples back in:
Filesystem,
Blockdevice,
Mesh-minimal,
Bootloader.
This PR also adds in the new NFC example.
2018-10-08 15:18:50 +01:00
Juho Eskeli
ae65a2a609
Align writes to blockdevice write size in MBRBlockDevice
2018-10-08 15:18:50 +01:00
Veijo Pesonen
d07e3e7eda
Increases stack size for threads used in gt netsocket tcp test cases
...
Stack size is insufficient for debug profile
Stack size is insufficient for NUCLEO_F401RE+IDW01M1
Please see https://github.com/ARMmbed/wifi-x-nucleo-idw01m1/issues/17
2018-10-08 15:18:50 +01:00
Veijo Pesonen
0531c6d110
Testing with ESP8266's AT firmware v1.7 takes more time
2018-10-08 15:18:50 +01:00
Veijo Pesonen
a08a42cf27
Declares gt netsocket test case buffers as static
...
Original patch https://github.com/ARMmbed/wifi-x-nucleo-idw01m1/issues/17
2018-10-08 15:18:50 +01:00
adbridge
e1e87dcf3f
Update Manifest tool version
...
v1.4.5 -> v1.4.6
2018-10-08 15:18:50 +01:00
Mahesh Mahadevan
4a33a5f145
MIMXRT1050_EVK: Fix the PWM Hal driver
...
1. Add Pin defines for missing PWM pins
2. Update the hal to account for the number of PWM instances
3. Fix the register reload policy
4. Configure the XBAR to put the PWM fault inputs in inactive state
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-10-08 15:18:50 +01:00
Aashish chaddha
ec18321551
skip the flashsim test if enough memory cannot be allocated for it.
2018-10-08 15:18:50 +01:00
Martin Kojtal
16b34ca82f
travis: add license check for gnu library license
2018-10-08 15:18:50 +01:00
zzw
0c3ef4faf8
"gpio_api.c" update
...
1, "gpio_api.c" update. fix issues for compiling the mbed-cloud-client-example
2018-10-08 15:18:50 +01:00
zzw
50d73e59ef
rtl8195am lib updates
...
1, rtl8195am lib updates. Preparation for the low power features.
2018-10-08 15:18:50 +01:00
Amir Cohen
aa01c2ea75
Fix print error
2018-10-08 15:18:50 +01:00
Yossi Levy
59d258722a
Adding complete buffer print in case of failure.
2018-10-08 15:18:50 +01:00
Amir Cohen
3ad5eca9df
Fix trng_len loop
2018-10-08 15:18:50 +01:00
Amir Cohen
b31b0fae29
Remove NVstore unused mechanism
2018-10-08 15:18:50 +01:00
David Saada
e39e964e86
Fix TRNG test to use reset from python script and not from code
2018-10-08 15:18:50 +01:00
Amir Cohen
11cca7545a
Fix messages
2018-10-08 15:18:50 +01:00
Amir Cohen
df1c9b9d92
Fix pithy library
2018-10-08 15:18:50 +01:00
Amir Cohen
7140baecad
Fix Compilation problems
2018-10-08 15:18:50 +01:00
Amir Cohen
9a4087ce52
Fix IAR issues
2018-10-08 15:18:50 +01:00
Amir Cohen
42d6d7dca0
Erase debug prints
2018-10-08 15:18:50 +01:00
Amir Cohen
e9dc151bdd
Reduce Debug prints
2018-10-08 15:18:50 +01:00
Amir Cohen
2c43d412b3
Fixing PR comments
2018-10-08 15:18:50 +01:00
Amir Cohen
91d0c1b1e3
Fix var declaration problem
2018-10-08 15:18:50 +01:00
Amir Cohen
bced8d9dd9
Repalce compression libs for license issues
2018-10-08 15:18:50 +01:00