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
Amir Cohen
1aa1682d8c
Fix lisence and style
2018-10-08 15:18:50 +01:00
Amir Cohen
f8f67e29fc
Add TRNG API test
2018-10-08 15:18:50 +01:00
Seppo Takalo
3664339c39
Use SocketAddr that actually has IP bytes in UDP test
2018-10-08 15:18:50 +01:00
Seppo Takalo
5b659c898b
Fix TCPSocket::accept() unittest.
...
accept() is not anymore returning NULL pointer. It was a bug.
2018-10-08 15:18:50 +01:00
Michal Paszta
6c012fc476
unittests: Add tests for NetworkStack class.
...
Improved the stubs for event queue and nsapi_dns, to allow checking if callback are handled correctly. This involves some memory allocation and deallocation.
The NetworkStackWrapper is not covered as it seems to be deprecated code.
2018-10-08 15:18:50 +01:00
Michal Paszta
43ca738436
unittests: Add TCPServer unit tests
...
TCPServer class only really implements attach method.
2018-10-08 15:18:50 +01:00
Michal Paszta
54ee25cf1e
unittests: Added NetworkInterface unit tests
...
Most functions are empty or simply return "UNSUPPORTED", but it is still worth covering this functions with unit tests to have better control of unwanted changes.
2018-10-08 15:18:50 +01:00