Commit Graph

26787 Commits (fef3fd2ea0403fa446d74374b6677064a093de9f)

Author SHA1 Message Date
Kimmo Vaisanen c5c0261737 Cellular: Fix stop tag for Quectel M26 send command
Possible responses for send command are SEND OK<cr><ln>, SEND FAIL<cr><ln> or ERROR<cr><ln>
so normal OK<cr><ln> response check does not work properly.
2019-10-16 11:53:52 +01:00
Martin Kojtal 19cb034b13 iar export: fix invalid optmization flag - remove from misc
The exported project uses project file to set optimization, we can provide this
via misc options. It was recently changed to Ol and this was not handled in our
scripts.
2019-10-16 11:53:52 +01:00
int_szyk 7411db1deb Change the LSI_VALUE according to documentation 2019-10-16 11:53:52 +01:00
int_szyk d6e2edc8d5 Coverity changes in USBMSD.cpp 2019-10-16 11:53:52 +01:00
Marcin Tomczyk 227db159fa Add missing documentation about tls testing - review comments fixes 2019-10-16 11:53:52 +01:00
Amanda Butler a26835d9ac Edit README.md
Edit document.
2019-10-16 11:53:52 +01:00
Marcin Tomczyk 82cc1801d3 Add missing documentation about tls testing 2019-10-16 11:53:52 +01:00
Hugues Kamba 0ec45a50ea Minimal-printf: Remove file printing in README and update tables 2019-10-16 11:53:52 +01:00
jeromecoutant c9f7798df5 STM32WB ADC : Consecutive VBAT values reading was not possible
Add Stop after read
2019-10-16 11:53:52 +01:00
Darryl Green c4bc75661b Remove Mbed Crypto source files before importing 2019-10-16 11:53:52 +01:00
Hugues Kamba 13b9035f76 Suppress Coverity warnings 2019-10-16 11:53:52 +01:00
Kostiantyn Tkachov 7dc92567f9 Updated mbedTLS CRYPTO target to be more flexibly configured for supported boards 2019-10-16 11:53:52 +01:00
Mirela Chirica 2cc2d690be Cellular: Enable IPv6 stack property for BG96 2019-10-16 11:53:52 +01:00
Mirela Chirica 1b43450607 Cellular: Check IP version of send to address 2019-10-16 11:53:52 +01:00
Mirela Chirica 4078b6f398 Cellular: IP stack property redefined 2019-10-16 11:53:52 +01:00
Mirela Chirica a846eb3c3c Cellular: Stack type based on assigned IP addresses versions 2019-10-16 11:53:52 +01:00
Hugues Kamba 462103feb5 Fix Coverity issues
Issues fixed are related to:
* Non-static class member initialization in constructors
* Unused function return value
* Always false statements
2019-10-16 11:53:52 +01:00
Qinghao Shi 8205a15342 TEST: update compare log file name 2019-10-16 11:53:52 +01:00
Matthew Macovsky 60a98b91d0 Add catch-all rule to makefile template 2019-10-16 11:53:52 +01:00
Tymoteusz Bloch 5cce3afc1b DNS cache synchronous fix - Non zero TTL test server change 2019-10-16 11:53:52 +01:00
Tymoteusz Bloch 85919ba596 Fixed msc9220_emac link_out memory management. 2019-10-16 11:53:52 +01:00
jeromecoutant 74a24ea88d STM32H747 license update 2019-10-16 11:53:52 +01:00
jeromecoutant 39e890d330 Remove "STM32H747ZI" device_name, as not supported yet by MBED 2019-10-16 11:53:52 +01:00
jeromecoutant 2008be1c0d DISCO_H747I single core M7 introduction 2019-10-16 11:53:52 +01:00
jeromecoutant 46b310304a STM32H747xI introduction 2019-10-16 11:53:52 +01:00
jeromecoutant 08fe757f14 STM32H743 files move 2019-10-16 11:53:52 +01:00
jh228 20461fec19 Update gcc.py 2019-10-16 11:53:52 +01:00
jh228 d904c3e1ee Update gcc.py for preprocessing in linker script
To fix https://github.com/ARMmbed/mbed-os/issues/11214, we need this update. :-)
2019-10-16 11:53:52 +01:00
int_szyk aff57777da Coverity changes in USBDevice.cpp 2019-10-16 11:53:52 +01:00
Michal Paszta b65e5e84df Enable async serial for K66F
Added DMA definitions and usage for UART, based on K64F's code.
2019-10-16 11:53:52 +01:00
Maciej Bocianski d564897cf9 add missing asserts to UserAllocatedEvent class
Improves code quality by adding MBED_ASSERT to UserAllocatedEvent::delay
and UserAllocatedEvent::period function. This prevent changing already posted event.
2019-10-16 11:53:52 +01:00
int_szyk 442af08409 Coverity changes in USBHID.cpp 2019-10-16 11:53:52 +01:00
jeromecoutant 0f12e65b9c STM license file update
Some code have been copied from ST Cube deliveries.
ST copyright is then needed.
2019-10-16 11:53:52 +01:00
Hugues Kamba 7e3e80e230 Harmonise Doxygen comments in drivers, events, platform and rtos dirs
When a Doxygen group has been defined (created), all its needed to add
documentation to that group is `\addtogroup`. Since all the information
about the group is preserved, it is not necessary to mention the group
hierarchy again with `\ingroup`. This PR removes unnecessary Doxygen lines
across the `drivers`, `events`, `platform` and `rtos` directories.

It also ensures that new groups are created with `\defgroup` once and
referenced with `\addtogroup` whenever documentation needs to be added to
an existing group.
2019-10-16 11:53:52 +01:00
int_szyk 9c1d3978fb Change stack sizes.
Change stack sizes in test stats_cpu and mbedmicro-rtos-mbed-threads.
The value 384 was declared to make this test pass on STM32F070RB,
but its main stack value has been changed to 3KB so now it passes
this test with 512 stack size. The change was needed to make GR_LYCHEE
pass this test on ARM compiler.
2019-10-16 11:53:52 +01:00
Hugues Kamba 6de8243e9a Correct doxy-spellchecker error message 2019-10-16 11:53:52 +01:00
Dustin Crossman 3ee36cb855 Fixed byte string related TypeError if using python3. 2019-10-16 11:53:52 +01:00
Seppo Takalo fb0c22fc23 Include ns_types.h before mbed_trace.h in Nanomesh 2019-10-16 11:53:52 +01:00
Seppo Takalo 4b84664267 Remove mbed_trace dependency to Nanomesh headers
This library only uses standard types from C99, and
thus does not need compiler specific tweaks from ns_types.h
2019-10-16 11:53:52 +01:00
Dominika Maziec 392ecdbb5b ESP8266Interface buffer null-terminated and parameters of scan function in correct order 2019-10-16 11:53:52 +01:00
Amanda Butler c505987b07 Edit Readme.md
Edit file, mostly for active voice, formatting and parallel construction.
2019-10-16 11:53:52 +01:00
Ron Eldor a9cc06536a Fix typo
suipport -> support
2019-10-16 11:53:52 +01:00
Ron Eldor 0d6fc46086 Explaining how to opt in modules
Add a section in the CC Readme file explaining how to enable the optional module.
2019-10-16 11:53:52 +01:00
Ari Parkkila aea8d824cb Cellular: Fix BG96 power on and connect 2019-10-16 11:53:52 +01:00
George Psimenos 499bc28a32 Avoid potential overflow 2019-10-16 11:53:52 +01:00
George Psimenos cc16a2cfd6 Replace difftime and float literals 2019-10-16 11:53:52 +01:00
Hugues Kamba a840987dfa Sync with TF upstream code as much as possible to remove warning 2019-10-16 11:53:52 +01:00
Hugues Kamba 900787ca96 Remove extraneous parentheses. 2019-10-16 11:53:52 +01:00
Hugues Kamba 95996200d7 Use PRIu32 to print uint32_t variable
As the variable underlying type size is different depending on the
toolchain used
2019-10-16 11:53:52 +01:00
Hugues Kamba 7bdc7b6a69 Remove minor build warnings 2019-10-16 11:53:52 +01:00