Martin Kojtal
ac21ee90a8
Merge pull request #12791 from cy-arsm/cy-arsm/pr/IPv6_Dual_stack_fix
...
Fix for IPv6 Dual Stack support
2020-04-16 12:10:40 +02:00
Martin Kojtal
fcc20b1201
Merge pull request #12765 from MultiTechSystems/update-mdot-target
...
Update MTS_MDOT_F411RE target and remove bootloader from tools
2020-04-16 11:53:26 +02:00
Hugues Kamba
d6b764e75f
Remove deprecated Platform header files
2020-04-16 09:28:27 +01:00
Devaraj Ranganna
fa5a954031
rtos: Improve CMSIS-RTOSv2 app compatibility
...
Some non-Mbed-OS, pre-existing CMSIS-RTOSv2 applications depend on
CMSIS-RTOSv2 Automatic Dynamic Allocation, also known as Object-specific
memory pools. Mbed OS doesn't by default provide any memory to the
CMSIS-RTOSv2 Automatic Dynamic Allocation pool, as doing so would waste
memory if the feature is not used; even if the feature is used, as a
platform, Mbed OS can't know how many objects of which types will be
created by an application and therefore will either waste memory or not
provide enough memory in a hard to debug manner. Portable CMSIS-RTOSv2
applications depending on CMSIS-RTOSv2 Automatic Dynamic Allocation
should instead configure the memory pools themselves, as applications
know best their memory requirements.
Add Mbed configuration options which can be used by applications to
control the amounts of memory available to the CMSIS-RTOSv2 Automatic
Dynamic Allocation subsystem. This enables portable CMSIS-RTOSv2
applications, which can run on any CMSIS-RTOSv2 OS, to be able to run on
Mbed OS as well.
RTX's configuration options for CMSIS-RTOSv2 memory are documented at
http://www.keil.com/pack/doc/CMSIS_Dev/RTOS2/html/config_rtx5.html
Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
Signed-off-by: Jaeden Amero <jaeden.amero@arm.com>
2020-04-15 18:08:14 +01:00
Martin Kojtal
a252b073cf
Merge pull request #12797 from AGlass0fMilk/stm-custom-board
...
Add custom board option to STM32 pins generation script
2020-04-15 17:01:33 +02:00
Martin Kojtal
4c08455125
Merge pull request #12778 from GaborAbonyi/add_i2c_to_musca_b1
...
Add I2C api to Musca-B1 target
2020-04-15 16:53:35 +02:00
Martin Kojtal
ee476d9954
Merge pull request #12699 from hugueskamba/hk_remove_armc5_support_storage
...
Storage: Remove support for ARM Compiler 5
2020-04-15 15:30:44 +02:00
Martin Kojtal
447cfbc9a0
Merge pull request #12804 from kivaisan/check_serial_for_set_baud_rate
...
Cellular: Check if serial is supported
2020-04-15 15:01:03 +02:00
Martin Kojtal
9ffc5bcaa6
Merge pull request #12779 from rajkan01/eventflags_greentea_test
...
Baremetal: Enable EventFlags greentea test
2020-04-15 15:00:48 +02:00
Martin Kojtal
58de040af3
Merge pull request #12674 from LDong-Arm/ble_remove_deprecated_targets
...
Remove Maxim and SoftDevice BLE stacks which do not support the latest APIs
2020-04-15 14:23:21 +02:00
Lingkai Dong
6954dbe17d
targets.json: further clean-up of SoftDevice configurations
2020-04-15 10:29:01 +01:00
Gabor Abonyi
b442e35f85
Add I2C api to Musca-B1 target
...
Change-Id: Iab5a76e6b8ea28933b39b4ec4ee753f45e5bfcc7
Signed-off-by: Gabor Abonyi <gabor.abonyi@arm.com>
2020-04-15 11:13:46 +02:00
Lingkai Dong
a85c157952
Remove Nordic SoftDevice BLE driver
2020-04-15 09:57:42 +01:00
Lingkai Dong
897acb8f8e
Disable Nordic SoftDevice BLE stack from targets (affects NRF51* targets)
...
The Nordic SoftDevice BLE stack used by NRF51* targets only
supports legacy BLE APIs which we will removed completely.
Note: NRF52* targets which use Cordio BLE stack are unaffected.
2020-04-15 09:57:38 +01:00
Lingkai Dong
4cb729fb49
Remove Maxim BLE stack which does not implement the new API
2020-04-15 09:51:14 +01:00
Lingkai Dong
ab8d84a46c
Disable BLE on Maxim targets until an updated driver becomes available
...
The current Maxim BLE driver only implements the old BLE API
which is deprecated and will be removed soon. Once an updated
BLE stack for Maxim becomes available, BLE feature can be
re-enabled.
2020-04-15 09:51:12 +01:00
jeromecoutant
f7852142c1
COMPONENT_BlueNRG_MS review updates
2020-04-15 10:31:24 +02:00
jeromecoutant
f68ac88671
COMPONENT_BlueNRG_MS enabled for DISCO_L475VG_IOT01A and DISCO_L562QE
2020-04-15 10:31:02 +02:00
jeromecoutant
aa66ae52bc
COMPONENT_BlueNRG_MS cleanup
...
- use of json config
- add license header
- update ReadMe
- remove mbed.h
- astyle
2020-04-15 10:30:03 +02:00
jeromecoutant
a9135a1971
COMPONENT_BlueNRG_MS creation
...
import from https://github.com/ARMmbed/cordio-ble-x-nucleo-idb0xa1
2020-04-15 10:29:58 +02:00
Martin Kojtal
35c93011ea
Merge pull request #12748 from hugueskamba/hk_fix_c_lib_build_failure
...
Fix build failure due to C lib selected
2020-04-15 10:26:09 +02:00
Martin Kojtal
f9052e38cc
Merge pull request #12734 from jeromecoutant/PR_WB_IAR
...
NUCLEO_WB55RG : enable IAR export
2020-04-15 10:22:49 +02:00
Martin Kojtal
e88e4ea2a8
Merge pull request #12702 from hugueskamba/hk_remove_armc5_support_tfm
...
TFM: Remove ARM Compiler 5 considerations
2020-04-15 10:22:32 +02:00
Martin Kojtal
9835722635
Merge pull request #12691 from hugueskamba/hk_replace_small_lib_with_std_lib
...
Replace small with std C lib if not supported by a target's toolchain
2020-04-15 10:21:40 +02:00
Martin Kojtal
f0d04c8c99
Merge pull request #12802 from OpenNuvoton/nuvoton_sectors
...
Nuvoton: Add 'sectors' configuration option into targets.json
2020-04-15 09:43:21 +02:00
Martin Kojtal
ea56ffbafc
Merge pull request #12799 from kyle-cypress/pr/tdb-calc-size
...
TDBStore: Handle odd number of sectors in block
2020-04-15 09:43:06 +02:00
Martin Kojtal
c83924d3dc
Merge pull request #12786 from rajkan01/kernel_tick_count_greentea_test
...
Baremetal: Enable kernel_tick_count greentea test
2020-04-15 09:42:34 +02:00
Martin Kojtal
07872bcd3a
Merge pull request #12768 from OpenNuvoton/esp8266_bud
...
ESP8266 Drv support baud-rate switch
2020-04-15 09:42:13 +02:00
Martin Kojtal
8926ea0983
Merge pull request #12763 from kivaisan/fix_athandler_read_string
...
Cellular: Fix ATHandler::read_string to handle delimiter inside string
2020-04-15 09:27:40 +02:00
Martin Kojtal
d4da29840f
Merge pull request #12758 from hugueskamba/hk_fix_microlib_minimal_console
...
Fix: Return the correct std I/O device handle for Microlib in retarget code
2020-04-15 09:24:17 +02:00
Martin Kojtal
c9515af262
Merge pull request #12752 from vmedcy/pr/psoc6-ram-start
...
PSoC 62/63: set correct mbed_ram_start and mbed_ram_size
2020-04-15 09:22:13 +02:00
Martin Kojtal
90db09ed9f
Merge pull request #12745 from JojoS62/add-eth-MI-config
...
add config option for phy media interface
2020-04-15 09:21:44 +02:00
Martin Kojtal
fef75b3b52
Merge pull request #12731 from kivaisan/fix_socketaddress_verification
...
Testing: Fix multihoming test compilation issues
2020-04-15 09:21:18 +02:00
Martin Kojtal
05dd4ce633
Merge pull request #12769 from miteshdedhia7/pr/rssi-gt-fix
...
Fix WIFI-GET-RSSI test case failure and remove extra label from CYW9P62S1_43438EVB_01 in target.json
2020-04-15 09:19:22 +02:00
Martin Kojtal
92f58096c5
Merge pull request #12711 from liugang-gavin/master
...
targets:MIMXRT1050: Add QSPI flash support
2020-04-15 09:18:28 +02:00
Martin Kojtal
7151e1e147
Merge pull request #12792 from SeeedJP/Seeed-remove
...
Seeed: Removing unsupported Seeed targets for OS 6
2020-04-15 09:08:52 +02:00
Martin Kojtal
4128efdf3d
Merge pull request #12785 from LDong-Arm/port_packetcraft_ltk_improvements
...
Cordio: Apply Packetcraft's fix for possible SweynTooth vulnerabilities
2020-04-15 09:08:24 +02:00
Martin Kojtal
c1048c6aa7
Merge pull request #12754 from artokin/nanostack_patch_to_mbedos6
...
Nanostack release for Mbed OS 6
2020-04-15 09:07:47 +02:00
Martin Kojtal
68f1ef2df6
Merge pull request #12716 from OpenNuvoton/nuvoton_m487_bsp
...
M487: Update BSP
2020-04-15 09:07:10 +02:00
Martin Kojtal
4c444ae853
Merge pull request #12606 from kivaisan/netsocket_set_ip_address_and_get_dns_server
...
Netsocket: Introduce set_ip_address and get_dns_server APIs
2020-04-15 09:06:24 +02:00
Rajkumar Kanagaraj
45de008c50
Incorporated the review comment
2020-04-14 18:57:27 +01:00
Martin Kojtal
098c72a312
Merge pull request #12161 from AGlass0fMilk/nrf-i2c-slave
...
nRF52 I2CSlave Implementation
2020-04-14 16:31:31 +02:00
Kimmo Vaisanen
214df550c0
Cellular: Check if serial is supported
...
Baud rate can be only changed if BufferedSerial (or Serial in general) object is supported
2020-04-14 13:14:22 +03:00
Kimmo Vaisanen
236054175b
Netsocket: Remove deprecated TCPServer
...
TCPSocket should be used instead.
2020-04-14 12:13:08 +03:00
Kimmo Vaisanen
e1daa7906d
Remove deprecated netsocket Icetea tests
2020-04-14 12:13:08 +03:00
Kimmo Vaisanen
b7b0fbd13a
Update WICED binaries with wait method removal
2020-04-14 12:04:06 +03:00
Kimmo Vaisanen
e776a9bb72
Netsocket: Add get_dns_server API for NetworkInterface
...
With get_dns_server DNS servers can be queried from NetworkInterface object
2020-04-14 12:04:03 +03:00
Kimmo Vaisanen
09fe16618a
Netsocket: Implement set_ip_address to enable setting second address
...
set_ip_address API can be used to set a static IPv4 address or IPv6 link-local
address to network stack.
This is needed for example in cellular use cases where device gets multiple IP
addresses from cellular context.
2020-04-14 12:04:03 +03:00
Martin Kojtal
64bc9d9dd7
Merge pull request #12775 from MarceloSalazar/platform_cleanup
...
Remove unsupported targets
2020-04-14 10:59:20 +02:00
Arto Kinnunen
152c1030b9
Merge commit 'e357a4329c5f417bf8246b26f5423e416cb55718'
...
* commit 'e357a4329c5f417bf8246b26f5423e416cb55718':
Squashed 'features/nanostack/sal-stack-nanostack/' changes from 89a497a386..cc03296c27
2020-04-14 11:32:26 +03:00