Mahesh Mahadevan
0a4cb3c8c3
Update to add support for Cortex-M33FD
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-12-27 22:26:02 -06:00
Alastair D'Silva
d77f2c4b3a
Align prototype & implementation of enet_tasklet_disconnect & friends
...
Rework of #8698
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
2018-12-27 22:26:02 -06:00
Laurent Louf
45e7296e05
Add some rounding to determine the pulse value for PWM for the STM target.
2018-12-27 22:26:01 -06:00
Brian Daniels
a4a00ff7cf
Fixing execution of OS2 tests
2018-12-27 22:26:01 -06:00
Kevin Bracey
c401662941
Rework fseek/ftell tests
...
ARM C library is really good at optimising out calls to underlying
seek. The only ones we were actually detecting in the empty file case
were the ones that the default FileHandle::size() made itself during
the SEEK_END case.
When we implement TestFile::size() directly, we will no longer see
a single seek call from the ARM C library in the empty file case, so
remove those tests.
Beef up the non-empty file case, adding checks that we are making
underlying read+write calls in the correct position, as a proxy for
direct checks for underlying seek being called.
2018-12-27 22:26:01 -06:00
jeromecoutant
0c4d7d4dd6
STM32L4 QSPI: correct register address
2018-12-27 22:26:01 -06:00
jeromecoutant
ac0fb3cea0
STM32 QSPI: remove QUADSPI_BK2 as dual bank feature is not supported
2018-12-27 22:26:01 -06:00
jeromecoutant
624695992c
STM32 QSPIF: add DISCO_L496AG, DISCO_F746NG and DISCO_F769NI
2018-12-27 22:26:01 -06:00
jeromecoutant
0d9ea35ccf
QSPI tests: update STM32 boards configuration
...
NB: STM directory removed in flash_configs as there is no STM memory
2018-12-27 22:26:01 -06:00
jeromecoutant
5a27a9a699
STM32 QSPI: frequency calculation update
2018-12-27 22:26:01 -06:00
jeromecoutant
2514a71abf
Enable QSPI for DISCO F769 and L496
2018-12-27 22:26:01 -06:00
jeromecoutant
41cd8b3d10
STM32L496 : add QSPI definition
2018-12-27 22:26:01 -06:00
jeromecoutant
c0ad4621e0
STM32F769 : add QSPI definition
2018-12-27 22:26:00 -06:00
jeromecoutant
da806bd59f
STM32 DISCO : enable QSPI tests when available
2018-12-27 22:26:00 -06:00
jeromecoutant
356d5756ea
NUCLEO_F746ZG : no embedded QSPI
2018-12-27 22:26:00 -06:00
jeromecoutant
018f72d6e4
STM32 : removed unused QSPI pin names
2018-12-27 22:26:00 -06:00
Teppo Järvelin
a3d26187d4
Cellular: Fix to use PPP stack in PPP mode
...
In QUECTEL_BG96 and QUECTEL_BC95 there was missing #ifdefs for
PPP mode and our stack was used. Also BG96 needed to be added
AT_CellularBase::AT_CGDATA as not supported.
2018-12-27 22:26:00 -06:00
Conrad Braam
aaed845cce
removed abc insanity
2018-12-27 22:26:00 -06:00
Conrad Braam
2d9a5f41c6
removed include statement
2018-12-27 22:26:00 -06:00
Conrad Braam
43f09b862c
writes and reads queue, not overflow stack IOTPAN-295
2018-12-27 22:26:00 -06:00
Mel W
a88f9bbf52
Editorial changes
2018-12-27 22:26:00 -06:00
Lari-Matias Orjala
7938cc0fad
update unittesting documentation
2018-12-27 22:26:00 -06:00
Ari Parkkila
1bbf8af7d3
Cellular: Refactored GEMALTO_CINTERION_Module to GEMALTO_CINTERION
2018-12-27 22:26:00 -06:00
JojoS62
51b0fdf23e
fixed wrong __StackTop calculation
...
StackTop calculation was not adjusted when ram size was increased by using al 3 ram regions.
This caused memory allocation failures althogh enough free heap was reported
2018-12-27 22:26:00 -06:00
Mirela Chirica
2f47b5b481
Cellular: Rewrite AT handler consume to tag
...
If sequence from buffer contains tag but symbol before tag is same as
first symbol of the tag, then the tag wasn't detected.
For example, "\r\n" tag was not found from "\r\r\nOK" sequence.
2018-12-27 22:26:00 -06:00
Amir Cohen
1033ddf35b
Fix max_keys reset limitation
...
Persist the max_keys value through a soft-reset, also prohibit max_keys set under predefined default value (16)
2018-12-27 22:26:00 -06:00
offirko
0669a02570
Favor QSPI Bus mode 1-4-4 over QPI QPI may have slightly better performance, but it is not supported by all targets. It requires register setup between each Read and Program/Erase commands, which might damage the overall performance eventually.
2018-12-27 22:26:00 -06:00
test user
b6c98a99a9
ublox c030 pinName updated
2018-12-27 22:26:00 -06:00
Amir Cohen
b261162c9b
Remove dead code
2018-12-27 22:26:00 -06:00
Amir Cohen
79103d25fd
Improve tests by reducing kvstore reset occurrences
2018-12-27 22:26:00 -06:00
vervaekejonathan
40712e61ab
Extend W7500x target with ADC 6 and 7
2018-12-27 22:26:00 -06:00
Toyomasa Watarai
2ad42c8593
Add network-default-interface-type and remove comment
2018-12-27 22:26:00 -06:00
toyowata
8c856f3a58
Add Mbed OS 5 support
2018-12-27 22:26:00 -06:00
Mel W
42f6d630a7
Capitalization and punctuation
2018-12-27 22:25:59 -06:00
Kari Haapalehto
35ce1e5ff3
Modify enet_tasklet.h Change enet_tasklet_network_init() and enet_tasklet_disconnect() declarations to match code. Also add document enet_tasklet.h functions
2018-12-27 22:25:59 -06:00
Kari Haapalehto
4d2f6621c4
Fix test-netsocket-tcp greentea test build fails. main.cpp was missing comma at the end of line.
2018-12-27 22:25:59 -06:00
Steve Cartmell
dbb97cef80
fix: Merge duplicate 'overrides' keys in targets.json config file
2018-12-27 22:25:59 -06:00
Naveen Kaje
42b3427138
mbed_fault_handler: fix build warning
...
Fixes warning
BUILD\NRF52840_DK\GCC_ARM\mbed-os\cmsis\TARGET_CORTEX_M\mbed_fault_handler.o
.\mbed-os\cmsis\TARGET_CORTEX_M\mbed_fault_handler.c
[Warning] mbed_fault_handler.c@149,5: implicit declaration
of function 'memcpy' [-Wimplicit-function-declaration]
2018-12-27 22:25:59 -06:00
Martin Kojtal
f2aa32d2b1
travis: use https for fetching astyle package
2018-12-27 22:25:59 -06:00
Martin Kojtal
3e9e3e773d
travis: add license
2018-12-27 22:25:59 -06:00
Naveen Kaje
c1ef30e851
BLE: Update toolchain.h with mbed_toolchain.h
...
Fixes the following warning
[Warning] toolchain.h@24,0: #1215-D: #warning directive:
toolchain.h has been replaced by mbed_toolchain.h,
please update to mbed_toolchain.h [since mbed-os-5.3]
2018-12-27 22:25:59 -06:00
jeromecoutant
23b25465bc
STM32L4: correct RNG clock source
2018-12-27 22:25:59 -06:00
jeromecoutant
4083c5e153
Add NUCLEO_L4R5ZI_P
2018-12-27 22:25:59 -06:00
deepikabhavnani
1b8b00e329
Add core option for Cortex-M33 with DSP enabled
...
Signed-off-by: Deepika Bhavnani <Deepika.Bhavnani@arm.com>
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-12-27 22:25:59 -06:00
Ron Eldor
18d544b977
Return not supported for internal process function
...
Return the `MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED` for the
internal process function, as it is not public.
2018-12-27 22:25:59 -06:00
Ron Eldor
bf681b0409
Style fixes
...
1. Change camelcase variables to Mbed OS style.
2. Remove functions declarations from the `_alt` header, since they
are now added from the module header regardless whether an alternative
implementation exists.
3. Remove the `extern "c"` declaration from the `_alt` headers.
4. Remove redundant extra lines.
2018-12-27 22:25:59 -06:00
Cruz Monrreal II
5ba3444233
Removed rabbitmq fix from travis.yml Upstream fix has been applied by Travis CI
2018-12-27 22:25:59 -06:00
Hasnain Virk
9b002de2e6
Unit test fix
...
A missing macro definition is added to the unit-test cmake file for
LoRaPHY class.
2018-12-27 22:25:59 -06:00
Hasnain Virk
040a4a3243
Final cleanup and ASCII art for algorithm v2
...
Final code cleanup and adding ascii art for the version 2 of the
algorithm.
2018-12-27 22:25:59 -06:00
Hasnain Virk
eb69d2737e
RX window calculation algorithm version 2
...
In this version we try to mitigate a situation when we start listening
right in the middle of a preamble sequence (e.g., in high SF case).
2018-12-27 22:25:59 -06:00