Ryan Vasquez
795362dde2
Enabled USBDevice in targets.json for H743ZI2
2020-12-17 11:03:04 -06:00
Martin Kojtal
9315f05719
Merge pull request #13809 from jeromecoutant/PR_CELLULAR
...
Remove Cellular dependency in netsocket
2020-12-17 15:41:41 +00:00
Martin Kojtal
d4a1b5a803
Merge pull request #14064 from saheerb/example_applications_build_data
...
examples:create build_data after example application build
2020-12-17 15:38:02 +00:00
Martin Kojtal
d2bf235d41
Merge pull request #14035 from harmut01/remove_rz_targets
...
Remove unsupported Renesas target include files
2020-12-17 15:37:35 +00:00
Martin Kojtal
24501dffd3
Merge pull request #14042 from hugueskamba/hk_cmake_ambiq_micro_support
...
CMake: Add support for all Ambiq Micro Mbed targets
2020-12-17 15:07:43 +00:00
Andrea Palmieri
ae4a53e74a
Support to BlueNRG_2 BLE component ( #13246 )
...
Add support to BlueNRG_2 BLE component
Signed-off-by: Andrea Palmieri <andrea.palmieri@st.com>
Co-authored-by: Andrea Palmieri <andrea.palmieri@st.com>
Co-authored-by: Paul Szczeanek <paul.szczepanek@arm.com>
2020-12-17 14:37:21 +00:00
jeromecoutant
9eb86a2345
Cellular unittests update
2020-12-17 15:36:44 +01:00
Martin Kojtal
89bd565582
Merge pull request #13976 from LDong-Arm/cypress_sleep_debug_rework
...
PSoC 6: rework sleep overrides by Cypress's debug macro
2020-12-17 14:22:44 +00:00
Martin Kojtal
8196045f20
Merge pull request #14047 from harmut01/clean_nordic_targets
...
Remove unsupported Nordic SoftDevice build support
2020-12-17 12:59:47 +00:00
Martin Kojtal
f5ef511c31
Merge pull request #14050 from evva-sfw/fix_qspif_erase
...
fix QSPI-API for NRF52
2020-12-17 12:52:32 +00:00
Wenn0101
2e144e83e2
update startup gcc to add back weak definitions and have HciDrvRadioBoot call NVIC_SetVector
2020-12-17 11:21:22 +00:00
Hugues Kamba
94f74b40db
Ambiq_Micro: Workaround config passing bug
...
Workaround a bug where the boot stack size configuration option is not
passed on to armlink, the Arm Compiler's linker. Prefer
MBED_CONF_TARGET_BOOT_STACK_SIZE if present, as this is what the
configuration system should provide. Fall back to MBED_BOOT_STACK_SIZE
if MBED_CONF_TARGET_BOOT_STACK_SIZE is not defined, as in the case of
buggy tools. If both MBED_CONF_TARGET_BOOT_STACK_SIZE and
MBED_BOOT_STACK_SIZE are not defined, then we fall back to a hard-coded
value provided by the linkerscript. See
#13474 for more information.
2020-12-17 11:13:42 +00:00
Hugues Kamba
fc4e43557d
CMake: Add support Ambiq targets
2020-12-17 11:13:42 +00:00
Hugues Kamba
7a6bf96998
CMake: Fix Apollo3 BLE driver support
2020-12-17 11:13:03 +00:00
Saheer Babu
34f5efa184
examples:create build_data after example application build
2020-12-17 10:53:05 +00:00
Martin Kojtal
f7f13b48b7
Merge pull request #14055 from hugueskamba/hk_cmake_devicekey_cleanup
...
CMake: Remove TODO note in device_key list input source file
2020-12-17 10:50:29 +00:00
Martin Kojtal
4ad6f5daaf
Merge pull request #14038 from fkjagodzinski/fix-mbed_dm_command_with_py3.8
...
Fix `mbed device-management` command for Python 3.8
2020-12-17 10:29:46 +00:00
Martin Kojtal
94cc37b380
Merge pull request #14027 from hugueskamba/hk_cmake_fix_analog_devices_support
...
CMake: Fix Analog Devices targets support
2020-12-17 10:28:42 +00:00
Martin Kojtal
626168adcb
Merge pull request #14021 from harmut01/port_rz_targets
...
CMake: Add support for Renesas targets
2020-12-17 10:28:28 +00:00
Martin Kojtal
46c9cf05a5
Merge pull request #14007 from LDong-Arm/tdb_no_flash_simulation
...
Clean-up: TDBStore no longer requires BlockDevice to have flash behaviour
2020-12-17 10:28:14 +00:00
Martin Kojtal
a41823a415
Merge pull request #13965 from adbridge/master
...
Clarify the time units stated in the delay and period function headers for events
2020-12-17 10:27:55 +00:00
Martin Kojtal
383818c5d9
Merge pull request #13944 from 0xc0170/cmake-requirements
...
CMake: Add requirements.txt file for required Python modules
2020-12-17 10:27:11 +00:00
Martin Kojtal
006eff5330
CMake: Add requirements.txt file for required Python modules
...
The memmap script depends on external Python modules.
The added file captures the required packages to
be installed.
2020-12-16 13:45:57 +00:00
Hugues Kamba
5082e957e2
CMake: Remove TODO note in device_key list input source file
...
The Device Key API is a security API that relies on storage. It is not a storage API
2020-12-16 11:47:51 +00:00
phst
ec6e865607
fix QSPI-API for NRF52
2020-12-15 17:03:34 +01:00
Harrison Mutai
1e96afbe6e
Remove unsupported common SoftDevice build support
2020-12-15 12:25:07 +00:00
Harrison Mutai
8ddef46e90
Remove unsupported S140 SoftDevice build support (MBR,OTA,FULL)
2020-12-15 12:25:07 +00:00
Harrison Mutai
3879b7ca31
Remove unsupported S132 SoftDevice build support (MBR,OTA,FULL)
2020-12-15 12:25:07 +00:00
Harrison Mutai
5243adcb8c
Remove unsupported S112 SoftDevice build support
2020-12-15 12:24:17 +00:00
Filip Jagodzinski
85bc040510
Fix `mbed device-management` command for Python 3.8
...
Bump the `future` module version to 0.18.0 to fix an ImportError present
for Python 3.8:
ImportError: cannot import name 'splitattr' from 'urllib.request' (/usr/lib/python3.8/urllib/request.py)
2020-12-11 23:29:20 +01:00
Harrison Mutai
65b7950202
Remove unsupported Renesas target include files
...
MBED_MBRZA1LU, MBED_MBRZA1H, and MBED_MBRZA2M are no longer supported by
Renesas.
2020-12-11 17:13:44 +00:00
mbedmain
d6784c3ee6
Update Mbed version block
2020-12-11 17:08:21 +00:00
Harrison Mutai
ddf2f01b0a
CMake: Add Renesas to list of supported targets
2020-12-11 16:52:18 +00:00
Harrison Mutai
b947ee339a
CMake: Fix dirs and sources visibility for mbed-emac CMake target
...
The mbed-emac CMake target is an interface library and as such its
include dirs and sources have to be have the INTERFACE visibility.
2020-12-11 16:52:18 +00:00
Harrison Mutai
e8614b341b
CMake: Port Renesas targets to CMake
...
Add targets subdirectory to high level CMake configuration file and
create new configurations for MCUs and individual targets. Change the
interpreter in the ARM scatter file to armclang, which is required for
CMake. Remove private and public interfaces in emac target
configuration. Ensure that all targets build on the arm gcc compiler and
arm compiler.
2020-12-11 16:52:18 +00:00
Lingkai Dong
b829645cc1
BlockDevice design doc: TDBStore no longer requires flash simulation
2020-12-11 14:56:40 +00:00
Lingkai Dong
bfbc18860b
KVStore general_tests_phase_1/2: flash simulation no longer required
2020-12-11 14:56:40 +00:00
Lingkai Dong
2064adee7c
TDBStore Doxygen: flash characteristics no longer required
2020-12-11 14:56:39 +00:00
Lingkai Dong
cfedf1b027
TDBStore whitebox test: flash simulation no longer required
2020-12-11 14:56:39 +00:00
Lingkai Dong
2d8a566718
SecureStore whitebox test: flash simulation no longer required
2020-12-11 14:56:39 +00:00
Lingkai Dong
5880a39f1f
TDBStore design doc: flash simulation no longer required
2020-12-11 14:56:38 +00:00
Lingkai Dong
15e582fc27
TDBStore unit test: flash simulation no longer required
2020-12-11 14:56:36 +00:00
Lingkai Dong
3786d3958d
kv_config: TDBStore doesn't require flash simulation anymore
2020-12-11 14:55:16 +00:00
Anna Bridge
36df9d1043
Merge pull request #13946 from jainvikas8/update-mbed-cli-2-cmds
...
Update to reflect Mbed CLI 2 changes
2020-12-11 14:32:30 +00:00
Anna Bridge
9f18c445ee
Merge pull request #13908 from LDong-Arm/kvstore_libraries
...
Restructure KVStore to one library per store type
2020-12-11 13:41:16 +00:00
Hugues Kamba
99c92b5005
CMake: Fix Analog Devices targets support
...
* Fix CMake syntax errors
* Fix indentation
* List directories and source files in alpahabetical order with spaces between files located in different directories
* Create STARTUP_FILE variable as done for all other targets
2020-12-11 11:06:46 +00:00
Martin Kojtal
86ee3003e7
Merge pull request #14024 from 0xc0170/dev_cmake_targets
...
CMake: add Samsungs, Analog devices and WICED targets
2020-12-11 07:52:19 +00:00
Martin Kojtal
38fe337ed0
Merge pull request #14009 from keithmwheeler/pr-dev/hci-driver-terminate
...
ble cyw43xxx: dev/hci driver terminate
2020-12-10 15:57:05 +00:00
Martin Kojtal
6a83bc096f
CMake: fix targets missing )
2020-12-10 15:56:45 +00:00
Martin Kojtal
eef57d3a0f
Samsung: remove todo from CMake
...
tracked here https://github.com/ARMmbed/mbed-os/issues/14025
2020-12-10 14:12:47 +00:00