Hugues Kamba
e12400932d
Fix Coverity issues
...
Issues fixed are related to:
* Non-static class member initialization in constructors
* Unused function return value
* Always false statements
2019-09-11 11:27:27 +01:00
Mark Edgeworth
6f37fd91a8
IOTBTOOL-349: Correct handling of spaces in project name.
...
This fixes an issue where a space in the name of a project would cause a link failure
2019-09-11 11:22:56 +01:00
Hugues Kamba
5a1333e5ab
minimal-printf: Add capability to run floating point tests manually
2019-09-11 09:44:19 +01:00
int_szyk
d592b8c08f
Coverity changes in USBMSD.cpp
2019-09-11 09:41:23 +02:00
Martin Kojtal
5e693778f4
Merge pull request #11441 from gpsimenos/gp-move-source-files
...
Organize source files and add Doxygen labels
2019-09-11 08:00:03 +02:00
Hugues Kamba
03c484a010
minimal-printf: Disable floating point support by default
...
Mbed OS should not require floating point in its base configuration.
This provides further code size savings out of the box.
2019-09-11 05:09:09 +01:00
Amanda Butler
4c3cca028e
Edit README.md
...
Edit document.
2019-09-10 15:20:55 -05:00
Martin Kojtal
3297bf4062
Merge pull request #11420 from tymoteuszblochmobica/cm3ds
...
Fixed smsc9220_emac link_out memory management.
2019-09-10 19:52:44 +02:00
Martin Kojtal
c897e041c8
Merge pull request #11384 from jeromecoutant/PR_H747_CM7
...
ST DISCO-H747I introduction
2019-09-10 19:43:57 +02:00
Martin Kojtal
0e04d74c80
Merge pull request #11254 from jh228/patch-1
...
Update gcc.py for preprocessing in linker script
2019-09-10 19:41:09 +02:00
Martin Kojtal
4c3b65dc54
Merge pull request #11449 from Tharazi97/Coverity_USBDevice
...
Coverity changes in USBDevice.cpp
2019-09-10 19:30:40 +02:00
Martin Kojtal
4ea7768514
Merge pull request #11443 from michalpasztamobica/k66f_enable_dma
...
Enable asynchronous serial with DMA for K66F
2019-09-10 19:27:40 +02:00
Martin Kojtal
9f35e71ca5
Merge pull request #11446 from maciejbocianski/UserAllocatedEvent_update
...
add missing asserts to UserAllocatedEvent class
2019-09-10 19:22:34 +02:00
Martin Kojtal
13c1274293
Merge pull request #11447 from Tharazi97/Coverity_USBHID
...
Coverity changes in USBHID.cpp
2019-09-10 19:20:51 +02:00
Martin Kojtal
5aca108e7f
Merge pull request #11448 from jeromecoutant/PR_LICENSE
...
STM license file update
2019-09-10 19:15:56 +02:00
George Psimenos
bd95c53a4c
Move source files and add Doxygen labels
2019-09-10 14:31:24 +01:00
int_szyk
68bbcb1ee6
Coverity changes in USBDevice.cpp
2019-09-10 14:46:49 +02:00
jeromecoutant
db7efabfd5
STM license file update
...
Some code have been copied from ST Cube deliveries.
ST copyright is then needed.
2019-09-10 14:24:48 +02:00
Martin Kojtal
8f1bf43335
Merge pull request #11414 from AriParkkila/cell-clear
...
Cellular: Add API to clear CellularDevice
2019-09-10 13:58:17 +02:00
int_szyk
9280392020
Coverity changes in USBHID.cpp
2019-09-10 12:34:47 +02:00
jeromecoutant
535dbe87af
STM32H747 license update
2019-09-10 11:46:52 +02:00
jeromecoutant
fb3f0f904e
Remove "STM32H747ZI" device_name, as not supported yet by MBED
2019-09-10 11:46:50 +02:00
jeromecoutant
c28d5f17e5
DISCO_H747I single core M7 introduction
2019-09-10 11:46:50 +02:00
jeromecoutant
73a00e953d
STM32H747xI introduction
2019-09-10 11:46:47 +02:00
jeromecoutant
117ddbadee
STM32H743 files move
2019-09-10 11:46:35 +02:00
Martin Kojtal
0f1962e86d
Merge pull request #11437 from hugueskamba/hk-harmonize-doxygen-grouping
...
Harmonise Doxygen comments in drivers, events, platform and rtos dirs
2019-09-10 10:56:41 +02:00
Maciej Bocianski
f5f174474b
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-09-10 09:50:24 +02:00
Dominika Maziec
f5ccbe7972
esp8266 nonblocking connect/disconnect
...
`ESP8266Interface::connect()` and `ESP8266Interface::disconnect()` can be used in terms of asynchronous operations. Mainly, it is based on newly added private variable of type `esp_connection_software_status` which is used to keep tracking of state of connection.`wifi_connect_nonblock` test was renamed and amended to test both `connect()` and `disconnect()` operation
2019-09-10 09:37:46 +02:00
Matthew Macovsky
4f83141b90
Add catch-all rule to makefile template
2019-09-09 19:13:43 +01:00
Michal Paszta
551bc8a1f5
Enable async serial for K66F
...
Added DMA definitions and usage for UART, based on K64F's code.
2019-09-09 18:43:43 +03:00
Ari Parkkila
94dcab9d69
Cellular: Add API to clear CellularDevice
...
A new API `CellularDevice::clear()` to clean-up the modem to a default initial state.
Function is virtual so it can be overridden. The default implementation clears all PDP contexts,
but the the first one if that has APN defined as `nsapi.default-cellular-apn`.
CellularStateMachine calls `clear()` to clean-up the modem on initial `connect()`,
if the flag `cellular.clear-on-connect: true` is defined.
2019-09-09 06:14:20 -07:00
Martin Kojtal
1800632655
Merge pull request #11417 from Tharazi97/GR_LYCHEE-stats_CPU
...
Change stack sizes of threads used in tests. GR_LYCHEE failing CI
2019-09-09 14:38:06 +02:00
Hugues Kamba
5933dec3b7
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-09-09 10:59:51 +01:00
Marcin Tomczyk
da8dbca561
Add missing documentation about tls testing
2019-09-09 11:54:19 +02:00
Martin Kojtal
372682854b
Merge pull request #11435 from Patater/update-to-mbedtls-2.19.0d2
...
Update to Mbed TLS 2.19.0 and Mbed Crypto 2.0.0
2019-09-09 11:40:48 +02:00
Martin Kojtal
5cbede4a0b
Merge pull request #11438 from hugueskamba/hk-correct-doxy-spellchecker-error-msg
...
Correct doxy-spellchecker error message
2019-09-09 11:13:50 +02:00
Martin Kojtal
458523219a
Merge pull request #11006 from linlingao/pr10692
...
Introduce an Mbed config to enable XIP
2019-09-09 11:09:21 +02:00
Martin Kojtal
7c423db9cc
Merge pull request #11377 from dustin-crossman/master
...
Fixed byte string related TypeError if using python3.
2019-09-09 10:40:06 +02:00
Martin Kojtal
f35e16ebea
Merge pull request #11412 from NXPmicro/Kinetis_Update_To_Fix_Tickless
...
Kinetis update to fix tickless
2019-09-09 10:35:44 +02:00
Hugues Kamba
074b379439
Correct doxy-spellchecker error message
2019-09-07 21:00:21 +01:00
Jaeden Amero
ea834ebc2a
crypto: Update to Mbed Crypto 2.0.0
2019-09-06 16:15:47 +01:00
Jaeden Amero
612255f8c3
tls: Update to Mbed TLS 2.19.0
2019-09-06 16:15:47 +01:00
int_szyk
e821c4da6f
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-09-06 16:09:05 +02:00
Martin Kojtal
d8c2c6f97f
Merge pull request #11332 from andrewc-arm/pr_mbed_error02
...
mbed_error.c: Better HW fault exceptions and stack dump
2019-09-06 15:52:24 +02:00
Martin Kojtal
87cdef9258
Merge pull request #11408 from SeppoTakalo/mbed_trace_nanomesh
...
Remove mbed_trace dependency to Nanomesh headers
2019-09-06 14:36:14 +02:00
Martin Kojtal
9da5c2227a
Merge pull request #11427 from dmaziec1/esp8266_coverity
...
ESP8266Interface buffer null-terminated and parameters of scan function in correct order
2019-09-06 13:03:43 +02:00
Seppo Takalo
a7634a1e5a
Include ns_types.h before mbed_trace.h in Nanomesh
2019-09-06 13:05:19 +03:00
Martin Kojtal
c2df0013e9
Merge pull request #11423 from JarkkoPaso/nanostack_release_for_mbedos_5_14
...
Nanostack release for mbedos 5 14
2019-09-06 12:02:31 +02:00
Martin Kojtal
21ebb725c5
Merge pull request #10991 from RonEld/update_readme_for_optin_in_modules
...
Explaining how to opt in modules
2019-09-06 11:41:41 +02:00
Tymoteusz Bloch
56ede03e37
Member get_interface_name implemented in ESP8266Interface
2019-09-06 11:00:31 +02:00