Commit Graph

31027 Commits (75544a7ce0e3d89abc27b12b23f8045d73695e45)

Author SHA1 Message Date
talorion 091e40ee04 pwmout - K20XX - add read methods for period and pulsewidth 2020-09-02 13:39:09 +02:00
talorion dc7aa873f0 pwmout - PSOC6 - add read methods for period and pulsewidth 2020-09-02 13:39:09 +02:00
talorion e55421aaa4 pwmout - add read methods for period and pulsewidth 2020-09-02 13:39:08 +02:00
Lingkai Dong 71eecfc7c8 .codecheckignore: ignore imported libraries randlib and mbed-trace 2020-09-02 12:31:00 +01:00
Lingkai Dong d6a2269de3 Restructure platform/randlib
* Move mbed-client-randlib/ headers into include/
  (Note: we don't rename it to "randlib" because this library
   is mirrored to https://github.com/ARMmbed/mbed-client-randlib,
   and "mbed-client-randlib" may be reference by some projects)
* Move the standalone local unit test into tests/unit
2020-09-02 12:31:00 +01:00
Lingkai Dong 9b1e0a38fe Move mbed-client-randlib -> platform/randlib 2020-09-02 12:31:00 +01:00
Lingkai Dong af1950fb16 Add include/ path for mbed-trace 2020-09-02 12:30:59 +01:00
Lingkai Dong a88438ce04 Move mbed-trace into platform 2020-09-02 12:30:59 +01:00
Martin Kojtal 9073a48667
Merge pull request #13489 from rajkan01/hal_directory_restructuring
Refactor hal directory
2020-09-02 12:10:42 +01:00
Martin Kojtal 29f54fe9aa
Merge pull request #13509 from alcheagle/new_target_STM32L071CXCTX
Adding STM32L071xx target
2020-09-02 09:41:12 +01:00
Martin Kojtal 90ca583e79
Merge pull request #13464 from hugueskamba/hk_cmsis_restructure
adr: Recommend CMSIS component source structure
2020-09-02 09:18:07 +01:00
Norbert Dávid bf1ba52083
device_management.py supports application access keys 2020-09-02 08:47:47 +03:00
Nicolás Elliott ee4a4e9ad8 Rebase of Initial support for USB Device on STM32F1 2020-09-01 15:05:48 -04:00
Nicolás Elliott b6f76cb4b1
Merge pull request #5 from ARMmbed/master
Up to date
2020-09-01 14:58:50 -04:00
jeromecoutant 02c79e8603 STM32H7 ADC: No MultiMode configuration needed for ADC2 2020-09-01 17:52:13 +02:00
jeromecoutant ac9c4b7b66 STM32 USB connect procedure update
Pull up on USB DP to manage (external for STM32F1)
2020-09-01 17:32:20 +02:00
Hugues Kamba 834e530abd CMSIS: Restructure ported CMSIS_5
See docs/adr/0001_cmsis_component_source_structure_recommendations.md
For details information.
2020-09-01 15:55:13 +01:00
Rajkumar Kanagaraj f3c9132637 Incorporated the review comments 2020-09-01 14:46:36 +01:00
Andrea Gilardoni 3c39eeb8dd fixing SPDX identifiers in all files 2020-09-01 10:08:41 +02:00
Martin Kojtal 4ef38f95d8
Merge pull request #13513 from jeromecoutant/PR_README
STM32 readme update
2020-09-01 08:48:54 +01:00
Gregor Mayramhof 864308e020 add option for a custom cert in connectivity-netsocket-tests-tests-netsocket-tls 2020-09-01 09:18:43 +02:00
Martin Kojtal 642d1ecc99
Merge pull request #13514 from jeromecoutant/PR_STM32WB_USB_SNG_BUF
STM32 USB: use SNG_BUF
2020-08-31 19:09:05 +01:00
jeromecoutant 53008d9447 STM32 USB: use SNG_BUF
To avoid RAM location issue
2020-08-31 17:30:52 +02:00
Andrea Gilardoni 15ca58b9c8 fixing small issues 2020-08-31 14:03:49 +02:00
jeromecoutant 1996552a9c STM32 readme update 2020-08-31 13:23:25 +02:00
Martin Kojtal 6f024d5299
Merge pull request #13494 from artokin/upstream_mesh_network_size_api_to_master
Add WiSun network size configs in JSON
2020-08-31 11:10:40 +01:00
Martin Kojtal fb3d1aa790
Merge pull request #13497 from artokin/sync_mbed_mesh_api_update_master
Updating mbed-mesh-api
2020-08-31 10:57:15 +01:00
Martin Kojtal 31ff368d17
Merge pull request #13493 from balajicyp/topic/cypress_target_ssid_fix
Fix SSID bug on Cypress Targets
2020-08-31 10:48:00 +01:00
Hugues Kamba 5535eee91b CMSIS: Update upstream importer to import to new directory structure
See docs/adr/0001_cmsis_component_source_structure_recommendations.md
2020-08-28 22:15:15 +01:00
Hugues Kamba 5eb7285324 adr: Recommend CMSIS component source structure
Added an ADR to recommend component source structure.
2020-08-28 19:31:07 +01:00
Andrea Gilardoni 23a3ea06cb fixing the remaining parts after the rename 2020-08-28 19:37:53 +02:00
Andrea Gilardoni c62fc559c9 renaming the mcu to stm32l071xx 2020-08-28 19:24:43 +02:00
Andrea Gilardoni 0c0692a3d1 fixing the issues 2020-08-28 19:12:37 +02:00
Andrea Gilardoni a03f5ff4e6 Adding a new target
Adding STM32L071CXCTX as a generic target to be extended.
This addition required to fix some issues on stml0 library
2020-08-28 19:10:41 +02:00
Evelyne Donnaes 297300e38d
Merge pull request #13502 from hugueskamba/hk_add_default_form_factor
Targets: Add default "supported_form_factors" for all targets
2020-08-28 12:39:53 +01:00
talorion c4b93fee9f Update connectivity/drivers/802.15.4_RF/atmel-rf-driver/source/NanostackRfPhyAT86RF215.cpp
Co-authored-by: Kevin Bracey <kevin.bracey@arm.com>
2020-08-27 21:13:24 +02:00
talorion 6bf4dda279 Update connectivity/libraries/ppp/source/ppp_service.cpp
Co-authored-by: Kevin Bracey <kevin.bracey@arm.com>
2020-08-27 21:12:56 +02:00
Gregor Mayramhof 2b4268ac16
Update connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp
Co-authored-by: Kevin Bracey <kevin.bracey@arm.com>
2020-08-27 21:08:55 +02:00
talorion 6488381c8c made sslctxID constexpr 2020-08-27 17:44:44 +02:00
Gregor Mayramhof 65fa697ca9
Update connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp
Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>
2020-08-27 17:40:02 +02:00
talorion 99adbfa545 fixed compile errors 2020-08-27 17:16:26 +02:00
Hugues Kamba 1e5cdafab4 Targets: Add default "supported_form_factors" for all targets
This helps mbed-tools to build targets that do not set that
attribute themselves.
2020-08-27 15:17:37 +01:00
Gregor Mayramhof 124fbd4b79
Update connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp
Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>
2020-08-27 16:16:37 +02:00
jeromecoutant f9832cb3be USB_DEVICE MSD test skipped when RAM is limited 2020-08-27 11:13:21 +02:00
jeromecoutant ccece2fdee Move USB host tests 2020-08-27 11:13:16 +02:00
jeromecoutant ff76c0193a KVSTORE tests: move directories to make shorter test name
This allows compilation in Windows environment with name length constraint
2020-08-27 10:57:20 +02:00
talorion 4670c7f2c4 fixed compile errors 2020-08-27 08:22:39 +02:00
Gregor Mayramhof 0e032eaab0
Update connectivity/libraries/ppp/source/ppp_service.cpp
Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>
2020-08-27 07:45:16 +02:00
Gregor Mayramhof 8a3425ed3d
Update connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp
Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>
2020-08-27 07:45:06 +02:00
talorion f901436125 resolved astyle - coding format. 2020-08-26 20:21:58 +02:00