mbed-os/connectivity/FEATURE_BLE/source/generic
Jamie Smith 86723f7dab
Synchronize changes with Mbed upstream: September 2023 edition (#185)
* Fix null pointer dereferencing

Add null check for return values of functions that are mostly (but not
always) checked for null.
E.g., since 98% of calls to protocol_stack_interface_info_get_by_id
check for null, it is likely that the function can return null values in
some cases, and omitting the check could crash the program.

* Update MAX32660 peripheral drivers with final ones that use by SDK

* Apply MAX32660 delta
Update mbed hal function as per of SDK update

Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>

* M2354: Fix debug failure in Mbed Studio

In Mbed Studio, debugging, based on pyOCD, requires Mbed OS application code starting on the sector boundary.

Modification list:
1.  Update TF-M import assets with MCUboot header padding to sector aligned
2.  Following above, change header size argument (-H) in wrapper.py command line
3.  Following below, fix min-write-size (--align) to 4 (per flash_area_align()) in wrapper.py command line
    https://docs.mcuboot.com/design.html#image-trailer

Related issue:
https://github.com/ARMmbed/mbed-os/issues/15417

* Do not clear interrupt flag during initialization
This causes issue for repeaded initialization while using BufferedSerial mode

Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>

* MAX32660, MAX32670 UART performance improvement

Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>

* Handle negative values passed to close()

Calling close() with negative numbers causes out-of-bounds indexing of the filehandles array. For example, this can happen if open() returns an error and the value is later passed to close().

* Moved a { to the same line as if

Moved a { to the same line as if

* add nullpointer check in LWIP::socket_close

* Fix crash when using FDCAN3 RX IRQ on STM32G473 (and others)

* connectivity: drivers: Update Nuvoton M467 EMAC DMA_IE ctl

In IRQ Handler, to disable some interrupt type of DMA error.
It could avoid unexpected repeated interrupt.The masked bit of
DMA_IE could be recovered in next EMAC IRQ event.

Signed-off-by: cyliang tw <cyliang@nuvoton.com>

* Add workaround for G474 hardfault

* update drivers STM32WL CUBE V1.3.0

* Changed static to weak

* Fix: Do not disable SPI for manual drive mode during transaction setup
It has been reported that disabling SPI module causes glitch for manual SS drive mode

Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>

* make cellular event queue size configurable

update unit tests

---------

Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>
Signed-off-by: cyliang tw <cyliang@nuvoton.com>
Co-authored-by: Mingjie Shen <shen497@purdue.edu>
Co-authored-by: Ahmet Polat <Ahmet.Polat@maximintegrated.com>
Co-authored-by: Sadik.Ozer <sadik.ozer@analog.com>
Co-authored-by: Chun-Chieh Li <ccli8@nuvoton.com>
Co-authored-by: alrvid <126816223+alrvid@users.noreply.github.com>
Co-authored-by: Jost, Chris <79271064+chrJost@users.noreply.github.com>
Co-authored-by: Joseph Duchesne <joseph@avidbots.com>
Co-authored-by: cyliang tw <cyliang@nuvoton.com>
Co-authored-by: Maxim Markin <mak22223@ya.ru>
Co-authored-by: Charles <hallard04@free.fr>
Co-authored-by: Lukas Karel <lukas.karel@world-direct.at>
2023-09-24 23:37:28 -07:00
..
CMakeLists.txt Convert mbed-ble to STATIC 2022-09-14 00:25:28 -07:00
FileSecurityDb.cpp ble security db complete sync implementation 2021-06-23 22:25:00 +01:00
FileSecurityDb.h add new BLE API call to sync security db with persisten storage 2021-06-23 22:25:00 +01:00
GapImpl.cpp put statements inside the correct feature guard blocks 2021-06-17 16:51:28 +01:00
GapImpl.h Merge pull request #14672 from paul-szczepanek-arm/fix-advertising-start 2021-06-09 10:38:34 +02:00
GattClientImpl.cpp BLE: add traces to gatt client (#14165) 2021-03-15 15:35:52 +00:00
GattClientImpl.h fix toggling off ble feature signing 2021-07-14 15:13:13 +01:00
GattServerEvents.h Deprecate indications event onConfirmationReceived 2021-04-28 14:02:56 +01:00
KVStoreSecurityDb.cpp ble security db complete sync implementation 2021-06-23 22:25:00 +01:00
KVStoreSecurityDb.h add new BLE API call to sync security db with persisten storage 2021-06-23 22:25:00 +01:00
MemorySecurityDb.cpp BLE: Move traces out of header file to avoid collisions. 2021-03-15 15:35:52 +00:00
MemorySecurityDb.h BLE: Move traces out of header file to avoid collisions. 2021-03-15 15:35:52 +00:00
PrivateAddressController.cpp fix misleading privacy trace 2021-04-29 16:08:52 +01:00
PrivateAddressController.h BLE: support non-low power devices 2021-05-27 10:11:05 +01:00
SecurityDb.cpp Synchronize changes with Mbed upstream: September 2023 edition (#185) 2023-09-24 23:37:28 -07:00
SecurityDb.h ble security db complete sync implementation 2021-06-23 22:25:00 +01:00
SecurityManagerImpl.cpp Synchronize changes with Mbed upstream: September 2023 edition (#185) 2023-09-24 23:37:28 -07:00
SecurityManagerImpl.h fix toggling off ble feature signing 2021-07-14 15:13:13 +01:00
mbed_lib.json BLE: Move generic lib file into source/generic . 2020-08-25 11:26:27 +01:00