Devaraj Ranganna
7ead3fedb8
Include psa/crypto.h instead of mbedtls/config.h.
...
Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
2019-07-08 16:28:58 +01:00
Volodymyr Medvid
d77fb26e9f
PSOC6: fix license headers per review feedback
2019-07-08 18:25:03 +03:00
Filip Jagodzinski
d06e12834c
Fix doxygen_options.json for ResetReason
...
Add a missing DEVICE_RESET_REASON macro.
2019-07-08 15:55:25 +02:00
Arto Kinnunen
cd4283e5fb
Merge pull request #10977 from vmedcy/tests-mbedmicro-rtos-mbed-malloc
...
Fix out-of-bounds array access in tests-mbedmicro-rtos-mbed-malloc
2019-07-08 16:39:22 +03:00
Arto Kinnunen
1264660314
Merge pull request #10972 from 0xc0170/test_target
...
add new target IM880B
2019-07-08 16:34:36 +03:00
Przemyslaw Stekiel
6490ac75d8
FPGA SPI test: Fix typo
2019-07-08 15:23:21 +02:00
Volodymyr Medvid
85a5bc0bf9
PSOC6: apply astyle to WHD EMAC driver implementation
2019-07-08 15:58:46 +03:00
Martin Kojtal
bd762ce03f
Merge pull request #10466 from jeromecoutant/PR_STM32H7_WATCHDOG
...
STM32H7: WATCHDOG and RESET_REASON support
2019-07-08 13:54:40 +01:00
Przemyslaw Stekiel
6112ca8c64
FPGA SPI test: Fix unsupported transfer case
...
Co-Authored-By: Filip Jagodziński <fkjagodzinski@gmail.com>
2019-07-08 14:54:33 +02:00
Przemyslaw Stekiel
7d7c1416af
K64F SPI driver: Add the delay between CS assertion and first sclk edge
...
FPGA test shield requires at lease half slck period delay between CS assertion and first sclk edge.
2019-07-08 14:54:33 +02:00
Przemyslaw Stekiel
17d5e6d00a
Extend FPGA SPI test
...
Add test cases for:
- async mode,
- different frequencies,
- block write
2019-07-08 14:54:33 +02:00
Martin Kojtal
1c91d03d9b
Merge pull request #10975 from fkjagodzinski/fix-fpga_ci_test_shield-tests
...
Restrict FPGA tests to Arduino form factor
2019-07-08 13:47:55 +01:00
Martin Kojtal
ad790f8931
Merge pull request #10984 from c1728p9/skip_form_factor_nc_pins
...
Skip form factor pins marked as NC
2019-07-08 13:38:08 +01:00
Volodymyr Medvid
1501ffe704
PSOC6: remove CY8CKIT-062S2-4343W (not ready for release)
...
Also removed _M0 targets that are no longer used.
2019-07-08 14:49:26 +03:00
Volodymyr Medvid
5cc66282dd
PSOC6: remove PSA targets
2019-07-08 14:49:26 +03:00
Volodymyr Medvid
1926ba8e18
TARGET_CYW43XXX: Added Bluetooth firmware
2019-07-08 14:49:26 +03:00
Volodymyr Medvid
56f1d0613f
PSOC6: remove libwiced_drivers for targets ported to WHD
2019-07-08 14:49:26 +03:00
Volodymyr Medvid
d07ca87816
PSOC6: update Cypress boards to use TARGET_WHD
2019-07-08 14:49:26 +03:00
Volodymyr Medvid
572221446f
PSOC6: add WHD EMAC driver
2019-07-08 14:49:26 +03:00
Volodymyr Medvid
8ede226c16
PSOC6: add WHD sources
2019-07-08 14:24:23 +03:00
Volodymyr Medvid
4f22853c1e
PSOC6: update BSP sources
2019-07-08 14:24:23 +03:00
Volodymyr Medvid
c647531767
PSOC6: update BSP GeneratedSource, add design.modus
2019-07-08 14:24:22 +03:00
Volodymyr Medvid
4bd47e9bca
PSOC6: update to latest psoc6pdl
2019-07-08 14:24:21 +03:00
Volodymyr Medvid
b562dd7895
PSOC6: update Cypress targets to use psoc6csp
2019-07-08 14:24:20 +03:00
Volodymyr Medvid
a9cd9482c0
PSOC6: add psoc6csp asset with Cypress HAL implementation
...
PSoC 6 Chip Support Package provides hardware abstraction layer
for Cypress PSoC 6 device peripherals.
2019-07-08 13:26:46 +03:00
Chun-Chieh Li
3d905b0607
[NUC472] Override wait_ns(...) to provide more accurate implementation
...
NUC472 series doesn't support cache but supports branch buffer. But it still
cannot provide zero-wait state flash performance.
2019-07-08 17:52:26 +08:00
Chun-Chieh Li
2b9ee2a93f
[NANO130] Override wait_ns(...) to provide more accurate implementation
...
NANO100 series doesn't support cache and so cannot provide zero-wait state
flash performance.
2019-07-08 17:52:26 +08:00
Chun-Chieh Li
a03985ea43
[M2351] Refine wait_ns(...) code
...
1. Add missing header file for mbed_mpu_manager_lock_ram_execution()/
mbed_mpu_manager_unlock_ram_execution() to avoid compile warning.
2. Locate delay_loop_code() on 16-byte boundary (sync to common version).
3. Optimize delay_loop macro (sync to common version).
2019-07-08 17:51:49 +08:00
Volodymyr Medvid
c9105eb068
PSOC6: use prebuilt CM0+ C arrays instead of HEX images
...
Replace the prebuilt CM0+ HEX images with C files that provide the
variable cy_m0p_image placed to the combined ELF image with linker
script. This simplifies build flow of PSoC 6 application and improves
compatibility with IDE export targets. It is still possible to use
the custom prebuilt HEX images for PSA targets that remove CM0P_SLEEP
label and specify the `hex_filename` in targets.json.
Linker scripts are compatible with both scenarios.
2019-07-08 10:41:02 +01:00
Volodymyr Medvid
9d983478d7
PSOC6: add psoc6cm0p asset with prebuilt CM0+ C arrays
2019-07-08 10:33:48 +01:00
Volodymyr Medvid
903085d066
PSOC6: format extra labels for Cypress kits
2019-07-08 10:31:14 +01:00
Arto Kinnunen
492d10cb3e
Merge pull request #10967 from mtomczykmobica/IOTCORE-1251
...
ESP8266: fix driver's support AT firmware version
2019-07-08 11:49:05 +03:00
Arto Kinnunen
3d65ace77a
Merge pull request #10950 from artokin/Update_freescale_K6xF_linker_files
...
Enable split heap in K64F/K66F devices
2019-07-08 11:46:30 +03:00
Arto Kinnunen
faf7f79e03
Merge pull request #10971 from artokin/nanostack_libservice_update
...
Nanostack: sync libservice with changes in master copy
2019-07-08 11:42:57 +03:00
Russ Butler
e74e3dd124
FPGA test shield: Allow any defined form factor
...
Build in the FPGA tests if either MBED_CONF_TARGET_DEFAULT_FORM_FACTOR
or TARGET_FF_ARDUINO is defined.
2019-07-08 09:42:30 +02:00
Russ Butler
d5cc17ff8c
Skip form factor pins marked as NC
...
The gpio and gpio_irq FPGA tests run on form factor pins that are
marked as NC. This patch changes that behavior so they skip NC
pins.
2019-07-05 16:54:38 -05:00
jeromecoutant
8a3fd6a040
STM32 LPUART update
2019-07-05 17:52:41 +02:00
Neil Tuttle
81f85296e8
Fix out-of-bounds array access in tests-mbedmicro-rtos-mbed-malloc
2019-07-05 14:33:40 +01:00
Neil Tuttle
09b8d7fc5b
Fix error in tests-mbed_drivers-ticker when LED not available
2019-07-05 14:26:15 +01:00
Martin Kojtal
e7c8f3c7cf
Merge pull request #10966 from d-kato/rza1_pkg_mgr
...
Add RZ/A1 settings to arm_package_manager
2019-07-05 14:21:28 +01:00
Filip Jagodzinski
d425dc9ba4
FPGA test shield: Restrict tests to Arduino FF only
...
Currently only the Arduino form factor is supported. Support for other
form factors will be added in the future.
2019-07-05 14:51:18 +02:00
jeromecoutant
923be9e20e
NUCLEO_H743ZI: enable WATCHDOG back
2019-07-05 14:44:47 +02:00
jeromecoutant
8b6d0920a8
STM32H7: Reset Reason update
2019-07-05 14:44:45 +02:00
jeromecoutant
aa31b1268a
STM32H7 watchdog patch
2019-07-05 14:44:43 +02:00
jeromecoutant
da9b919268
STM32H7: Increase watchdog timeout value
2019-07-05 14:44:41 +02:00
jeromecoutant
3384cea281
STM32H7 : add LSI
2019-07-05 14:44:39 +02:00
Martin Kojtal
a415dfae2d
Merge pull request #10964 from c1728p9/greentea_error
...
Add newline after mbed error so greentea shows it
2019-07-05 13:17:55 +01:00
Martin Kojtal
efb84f062b
Merge pull request #10868 from kjbracey-arm/cxxsupport
...
Add C++11/14 support utility file
2019-07-05 13:15:16 +01:00
Martin Kojtal
97d50ed936
Merge pull request #10873 from ganesh-ramachandran/m3hq_newfeatures
...
Add new features to Toshiba's TMPM3HQ
2019-07-05 13:06:46 +01:00
Martin Kojtal
e08b7137a6
Merge pull request #10874 from ganesh-ramachandran/m3h6_newfeatures
...
Add new features to Toshiba's TMPM3H6
2019-07-05 13:06:03 +01:00