Mark Edgeworth
65d6015179
Update tools/toolchains/mbed_toolchain.py
...
Co-Authored-By: Graham Hammond <graham.hammond@arm.com>
2019-09-11 12:18:50 +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
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
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
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
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
Martin Kojtal
2fc546a050
Merge pull request #11419 from VeijoPesonen/fix_missing_include
...
Adds missing include required by fixed-width format specifiers
2019-09-06 10:57:48 +02:00
Andrew Chong
c257c5f0c7
mbed_error.c: Fixed another bug of possible stack overflow.
2019-09-06 16:49:09 +08:00
Martin Kojtal
021c67e3eb
Merge pull request #11418 from 0xc0170/fix_nrf52
...
NRF52: fix config
2019-09-06 10:42:29 +02:00
Andrew Chong
bd9ec8b6d7
mbed_error.c: fixed the dump core function's bug of possible stack overflow.
2019-09-06 16:33:09 +08:00
Seppo Takalo
40841453a5
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-09-06 10:40:14 +03:00
Mahesh Mahadevan
31da8ff09f
MCUXpresso: Update the MXRT Serial driver for MBED_TICKLESS
...
We should not block in case the UART is busy transmitting. The
API has been updated to check the status of all UART's and return
1 in case any of them is busy transmitting.
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-09-05 14:16:10 -05:00
Mahesh Mahadevan
b30e294ba1
MCUXpresso: Change the MXRT deep sleep implementation
...
The code checks if any of the UART's is still transmitting.
If so then prevent from entering deepsleep
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-09-05 14:16:09 -05:00
Mahesh Mahadevan
e65012e549
MCUXpresso: Update the Kinetis Serial driver for MBED_TICKLESS
...
We should not block in case the UART is busy transmitting. The
API has been updated to check the status of all UART's and return
1 in case any of them is busy transmitting.
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-09-05 13:58:59 -05:00