MarceloSalazar
93db82f591
Remove NZ32_SC151 target
2020-04-20 16:55:34 +01:00
MarceloSalazar
d9cb51dbc6
Remove OLIMEX_STM32E407_F407ZG target
2020-04-20 16:55:34 +01:00
MarceloSalazar
4f3a621569
Remove TEENSY3_1 target
2020-04-20 16:55:34 +01:00
MarceloSalazar
a3538f7047
Remove ELEKTOR_COCORICO target
2020-04-20 16:55:34 +01:00
MarceloSalazar
d3223c9502
Remove LPC11u targets
2020-04-20 16:55:34 +01:00
MarceloSalazar
3db4746754
Remove OC_MBUINO target
2020-04-20 16:55:34 +01:00
MarceloSalazar
33be96d751
Remove SAKURAIO_EVB target
2020-04-20 16:55:34 +01:00
MarceloSalazar
7839bbbe39
Remove IM880B target
2020-04-20 16:55:34 +01:00
MarceloSalazar
80b34c2c07
Remove RIOT_MICRO targets
2020-04-20 16:55:34 +01:00
MarceloSalazar
31d0986816
Remove UBRIDGE target
2020-04-20 16:55:34 +01:00
MarceloSalazar
e4973ee148
Remove USENSE target
2020-04-20 16:55:34 +01:00
MarceloSalazar
21e364e062
Remove NRF51/52 targets
2020-04-20 16:55:34 +01:00
MarceloSalazar
e2457ed9eb
Remove OSHCHIP target
2020-04-20 16:55:34 +01:00
MarceloSalazar
6874f41af9
Remove BLUEPILL_F103C8 target
2020-04-20 16:55:34 +01:00
MarceloSalazar
c9352ead73
Remove MTB_UBLOX_NINA_B1 target
2020-04-20 16:55:34 +01:00
MarceloSalazar
91142e95c9
Remove MTB_LAIRD targets
2020-04-20 16:55:34 +01:00
MarceloSalazar
9a1ce6b142
Remove MTB_ACONNO_ACN52832 target
2020-04-20 16:55:34 +01:00
MarceloSalazar
ca3e4ac45a
Remove MTB_MURATA_WSM_BL241 target
2020-04-20 16:55:34 +01:00
MarceloSalazar
7a1261b358
Remove MTB_LAIRD_BL652 target
2020-04-20 16:55:34 +01:00
MarceloSalazar
bf590310db
Remove MTB_RAK811 target
2020-04-20 16:55:34 +01:00
MarceloSalazar
e78ba7065b
Remove MTB_MTS_XDOT target
2020-04-20 16:55:33 +01:00
MarceloSalazar
4b1ad8ad4c
Remove MTB_STM_L475 target
2020-04-20 16:55:33 +01:00
MarceloSalazar
91607fe9cd
Remove MTB_MURATA_ABZ target
2020-04-20 16:55:33 +01:00
MarceloSalazar
32ab2ecb7a
Remove MTB_STM32_F439 target
2020-04-20 16:55:33 +01:00
Martin Kojtal
27405bff31
Merge pull request #12671 from hugueskamba/hk-netsocket-remove-armc5-support
...
Netsocket/lwIP Stack: Remove support for ARM Compiler 5
2020-04-20 14:16:20 +02:00
Martin Kojtal
a79d3ce18d
Merge pull request #12271 from jainvikas8/jae-feature-twincpu-6-mbed-os-integration
...
Make cypress psoc64 TFM ready and also add TF-M initialization
2020-04-17 15:48:58 +02:00
Martin Kojtal
41309c6ccb
Merge pull request #12811 from hugueskamba/hk_remove_deprecate_platform_api
...
Remove deprecated Platform header files
2020-04-17 12:46:47 +02:00
Martin Kojtal
a1c7cf5e73
Merge pull request #12819 from kyle-cypress/pr/psoc6-spi-memfix
...
Cypress: Fix unitialized memory in spi_master_write
2020-04-17 11:02:13 +02:00
Martin Kojtal
4f7abe970f
Merge pull request #12746 from deepak-shreshti/master
...
Removed Toshiba targets (AdBun-M066, M3H6 & M3HQ).
2020-04-17 10:06:06 +02:00
Martin Kojtal
b574ff50da
Merge pull request #12817 from kivaisan/improve_at_debug_flags
...
Cellular: Disable AT traces when mbed-trace is disabled
2020-04-17 09:29:15 +02:00
Martin Kojtal
dcd863bfe9
Merge pull request #12736 from Patater/rtosv2-compat
...
rtos: Improve CMSIS-RTOSv2 app compatibility
2020-04-17 09:29:01 +02:00
Deepak Shreshti
dc4f086129
Removed Toshiba target AdBun-M066, M3H6 and M3HQ.
...
---
AdBun-M066
Removed from targets.json
5d64e55880/targets/targets.json (L12900-L12941)
Deleted directory
https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_TOSHIBA/TARGET_TMPM066
Removed from mbed_rtx.h
5d64e55880/targets/TARGET_TOSHIBA/mbed_rtx.h (L23-L33)
---
AdBun-M3H6
Removed from targets.json
5d64e55880/targets/targets.json (L13465-L13507)
Deleted directory
https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_TOSHIBA/TARGET_TMPM3H6
Removed from mbed_rtx.h
5d64e55880/targets/TARGET_TOSHIBA/mbed_rtx.h (L47-L53)
---
AdBun-M3HQ
Removed from targets.json
5d64e55880/targets/targets.json (L14159-L14208)
Deleted directory
https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_TOSHIBA/TARGET_TMPM3HQ
Removed from mbed_rtx.h
5d64e55880/targets/TARGET_TOSHIBA/mbed_rtx.h (L63-L69)
---
2020-04-17 10:22:33 +05:30
Kyle Kearney
76a14f2ff4
Cypress: Fix unitialized memory in spi_master_write
...
'received' was declared as an int but populated by cyhal_spi_transfer
after being cast to to (uint8_t *), which left the upper 3 bytes
uninitialized. Instead, declare as uint8_t and let the compiler upcast
the value when it is returned.
2020-04-16 16:54:12 -07:00
Martin Kojtal
7b0c38aabb
Merge pull request #12742 from LDong-Arm/gatt_sm_deprecated_cleanup
...
BLE: remove deprecated APIs from Gatt and SecurityManager
2020-04-16 17:21:52 +02:00
Martin Kojtal
bb8038513f
Merge pull request #12741 from kivaisan/add_lora_drivers
...
Add Semtech Lora radio drivers
2020-04-16 17:04:03 +02:00
Martin Kojtal
8fea81a96a
Merge pull request #12738 from Patater/rip-mbed-spm
...
Remove Mbed SPM
2020-04-16 17:01:39 +02:00
Kimmo Vaisanen
738f9fbcf6
Cellular: Disable AT traces when mbed-trace is disabled
...
Earlier if mbed-trace was disabled but debug-at enabled, some AT trace codes were still
enabled causing unnecessary code size increase.
This commit fixes the issue that AT debug trace code is enabled only when both
mbed-trace.enable and cellular.debug-at are enabled.
Reduces binary size by about ~340bytes when mbed-trace is disabled but debug-at enabled.
2020-04-16 16:24:40 +03:00
Jaeden Amero
07a84ec10a
psa: Remove MBED_SPM code
...
All MBED_SPM targets have been removed previously, via commits
5cc66282dd
("PSOC6: remove PSA targets") and 115b09aba43b ("psoc6:
Remove FUTURE_SEQUANA and FUTURE_SEQUANA_M0"). Remove all the dead
MBED_SPM code, as no targets use it.
Signed-off-by: Jaeden Amero <jaeden.amero@arm.com>
2020-04-16 14:10:54 +01:00
Jaeden Amero
47b359974f
psoc6: Remove FUTURE_SEQUANA and FUTURE_SEQUANA_M0
...
FUTURE_SEQUANA targets are no longer supported. Remove the target from
Mbed.
Signed-off-by: Jaeden Amero <jaeden.amero@arm.com>
2020-04-16 14:10:51 +01:00
Martin Kojtal
7f4dc90853
Merge pull request #12815 from kivaisan/allow_debug_at_null
...
Cellular: Fix build problem if cellular.debug-at is set as null
2020-04-16 15:02:41 +02:00
Martin Kojtal
3f4e8e500c
Merge pull request #12755 from artokin/update_astyle_filtering_rules
...
Update astyle filtering rules for Nanostack
2020-04-16 13:39:25 +02:00
Kimmo Vaisanen
2f384e3c1f
Cellular: Fix build problem if cellular.debug-at is set as null
2020-04-16 13:50:02 +03:00
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