RFulchiero
cc54611f02
Ported analogin and pwm_out for IOTDEV-1573.
...
Also addressed:
- removed dependency on legacy config (excluded apply_old_config.h)
- removed legacy pwm and saadc headers
- Arm Compiler 5 linking issue (a band-aid for now... needs to
be properly addressed for peripheral sharing)
- added missing header in SoftDevice file
2019-05-23 11:31:17 +08:00
RFulchiero
9ac7fe7ac9
First porting effort covered by JIRA IOTDEV-1572:
...
- top level files ported from TARGET_NORDIC/TARGET_NRF5x/
Also addressed:
- fixed linking issue for gcc
- added support for nRF52-DK builds, but reverted to using nRF52840 sdk_config.h (must be updated)
- introduced "RTC" to targets.json (might need to be removed eventually)
2019-05-23 11:31:17 +08:00
RFulchiero
cd5b451320
Bringing in Softdevice but excluding BLE feature and improvements in feature defines
2019-05-23 11:31:13 +08:00
RFulchiero
511f8ebbd7
Mods for baseline 15.0 support
2019-05-23 11:31:13 +08:00
RFulchiero
6bd89e7939
Baseline legacy build using 14.2 drivers.
2019-05-23 11:31:12 +08:00
George Beckstein
4598a28cb7
Fixed bug that checked the wrong buffer size when inserting UUID information into an advertisement payload.
2019-05-22 15:56:14 -04:00
Oren Cohen
63487533aa
Update secure binaries
2019-05-22 17:31:49 +03:00
Oren Cohen
ed29d64053
CR changes
2019-05-22 17:25:08 +03:00
Martin Kojtal
fee07dcdf2
ARM_SSG: mbed_rtx remove empty line
2019-05-22 17:17:27 +03:00
Martin Kojtal
a115c9333f
gpio: indent fix
2019-05-22 17:17:27 +03:00
Alexander Zilberkant
67905bddae
Use build directory in postbuild
...
Use build directory instead of temp directory for for
intermediate files during binaries merge.
2019-05-22 17:17:27 +03:00
Gabor Kertesz
40627a5220
Fix last issues
...
Imports working McuBoot for reset.
Updates microsec ticker driver.
Default baudrate is set to 115200 to see TF-M boot messages.
Stack top is set to scatter file dependent and not hard-coded.
2019-05-22 17:17:26 +03:00
Michael Schwarcz
bde2557629
Update secure binaries for ARM_MUSCA_A1_S
2019-05-22 17:17:26 +03:00
Michael Schwarcz
0fc629ce45
MUSCA_A1_NS: Add IAR support
2019-05-22 17:17:25 +03:00
Michael Schwarcz
ef9c2721a0
Fix PinMap_UART_XX
2019-05-22 17:17:25 +03:00
Michael Schwarcz
1a182df19f
Add serial_tx_pinmap() and serial_rx_pinmap() to serial_api.c
2019-05-22 17:17:25 +03:00
Michael Schwarcz
c83ef8a444
Add license files
2019-05-22 17:17:24 +03:00
Michael Schwarcz
84bde31ea0
Increase Secure RAM by 4K
...
- 68KB Secure
- 60KB Non-secure
2019-05-22 17:17:24 +03:00
Michael Schwarcz
71683cbaa7
Fix secure linker script
2019-05-22 17:17:24 +03:00
Michael Schwarcz
cebf30a701
Increase secure heap size to 0x4000
2019-05-22 17:17:24 +03:00
Michael Schwarcz
b8745b8ed8
Build PS tests only if FLASHIAP exists
2019-05-22 17:17:23 +03:00
Michael Schwarcz
0701fb1c58
Move us_ticker.c to NS side
2019-05-22 17:17:23 +03:00
Michael Schwarcz
96268d91ef
Updates after rebase
...
- postbuild: Use find_secure_image and update prebuilt binaries
- Add CMSIS driver headers
- Align with 2-region memory model
2019-05-22 17:17:23 +03:00
Michael Schwarcz
36a8514dbd
Add documentation on Musca-A1 signing key
2019-05-22 17:17:22 +03:00
Michael Schwarcz
a5fd9176bb
Update target license headers
...
- Add SPDX identifiers and update dates
2019-05-22 17:17:22 +03:00
Michael Schwarcz
79976e0304
Update storage mbed_lib.json for MUSCA_A1_S
2019-05-22 17:17:21 +03:00
Michael Schwarcz
ff1c769c7e
Add ARM_MUSCA_A1 as a new target platform
...
Musca-A1 is a Cortex-M33 based target with security extension enabled.
- ARM_MUSCA_A1 is the non-secure target running mbed-os.
- ARM_MUSCA_A1_S is the secure target running TF-M.
- TF-M sources were imported and patched in previous commits.
- TF-M secure bootloader (McuBoot) for MUSCA_A1 is submitted by a pre-built binary.
- A post-build hook concatenates The secure and non-secure binaries,
signs it and then concatenates the bootloader with the signed binary.
2019-05-22 17:17:20 +03:00
Lingkai Dong
31edc25ae7
Deprecate UARTService
...
UARTService is rarely used and has not been actively updated.
2019-05-22 13:49:23 +01:00
Lingkai Dong
1b71c934c4
BLE services: update to use the latest APIs
...
Update BatterService and HealthThermometerService to use
up-to-date BLE APIs.
Note: HealthThermometerService::updateTemperature() will
not check GAP connection which should be taken care of by
the caller.
2019-05-22 13:44:31 +01:00
Bilal Qamar
defc244db2
+UPSND sent to poll activation status
2019-05-22 16:52:03 +05:00
Martin Kojtal
1dbb478bbb
Merge pull request #10597 from LDong-Arm/systimer_lptimer
...
SysTimer should be buildable without lp ticker
2019-05-22 11:59:16 +01:00
Martin Kojtal
75100d6a39
Merge pull request #10621 from maciejbocianski/usb_msd_deps_fix
...
fix usb_device-msd test python dependencies
2019-05-22 11:54:01 +01:00
Martin Kojtal
516a2147c9
Merge pull request #10623 from jarvte/fix_cellular_valgrind_ut
...
Cellular: fix unit test valgrind warnings
2019-05-22 11:48:15 +01:00
Takuya Kitazawa
9bc7e7c60b
Include mbed-greentea==1.7 for mbed-os-tools==0.0.8
...
mbed-greentea<1.7 depends on mbed-os-tools<0.0.6, while the other
dependent packages require mbed-os-tools=0.0.8. Fixing this
inconsistency.
2019-05-22 18:47:27 +09:00
Devaraj Ranganna
29dfab93bb
Replace FUTURE_SEQUANA_M0_PSA and FUTURE_SEQUANA_PSA targets with
...
CY8CKIT_062_WIFI_BT_M0_PSA and CY8CKIT_062_WIFI_BT_PSA in config test
Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
2019-05-22 10:20:57 +01:00
Martin Kojtal
06cf7871b9
Merge pull request #10602 from tymoteuszblochmobica/dns
...
Runtime DNS server addition implement
2019-05-22 08:51:54 +01:00
Martin Kojtal
4cf96b8d80
Merge pull request #10482 from SiliconLabs/fix/allow_nc_pins
...
Allow NC pins to be instantiated on Silicon Labs platforms
2019-05-22 08:36:06 +01:00
Daniel Lee
26c3bcf759
Add a check step of IPv6 network to BG96
...
Need to check IPv6 address when use IPv6 network via BG96.
Signed-off-by: Daniel Lee <daniel.lee2@arm.com>
2019-05-22 15:49:00 +09:00
panyz0725@thundersoft.com
6aeb048e62
Fixing bug error 0x8001011F
2019-05-22 14:18:28 +08:00
Martin Kojtal
d5b84a5d57
SDP_K1: Fix year change in the system clock
2019-05-21 07:44:49 -07:00
Martin Kojtal
3e1a24b3fe
Merge pull request #10587 from d-kato/ca9_armc6
...
GR_LYCHEE,RZ_A1H,VK_RZ_A1H: Fix greentea test failure with ARMC6
2019-05-21 15:07:59 +01:00
Martin Kojtal
c4b32cde87
Merge pull request #10617 from Wiznet/wiznet_develop
...
Change W7500 GPIO Driver
2019-05-21 15:07:10 +01:00
Martin Kojtal
77ca32dd57
Merge pull request #10606 from jeromecoutant/PR_PSAscript
...
PSA release script update: add toolchain option
2019-05-21 15:06:10 +01:00
Martin Kojtal
2da743625f
Merge pull request #10581 from pan-/cordio-tx-path
...
BLE - Management of Tx path on Cordio.
2019-05-21 15:04:17 +01:00
Devaraj Ranganna
7765d39283
The targets FUTURE_SEQUANA_M0_PSA and FUTURE_SEQUANA_PSA are removed
...
due to partial implementation. Having FUTURE_SEQUANA_M0 and
FUTURE_SEQUANA PSA targets is misleading.
Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
2019-05-21 15:00:31 +01:00
Martin Kojtal
0560ecc558
Merge pull request #10478 from chrissnow/Dataflash-Erase_Size
...
DataFlash: Change erase size to pages to reduce memory usage.
2019-05-21 14:46:32 +01:00
Martin Kojtal
f859289634
Merge pull request #10489 from kjbracey-arm/gpio_api_nc
...
gpio_api.h: Clarify desired behaviour for NC
2019-05-21 14:36:49 +01:00
Qinghao Shi
09e21a20d2
TESTS: update examples.json to enable testing
2019-05-21 14:27:10 +01:00
Martin Kojtal
b636241b2d
Merge pull request #10620 from anttiylitokola/update-coap-to-4.8.0
...
Update mbed-coap to version 4.8.0
2019-05-21 13:49:16 +01:00
Teppo Järvelin
d559338b3b
Cellular: fix unit test valgrind warnings
...
Stub files did have some memory leaks and using
unintialized variables.
2019-05-21 14:23:21 +03:00