Commit Graph

21643 Commits (a8c9cf1322a83d45d0759a81f352c4089c98cfc5)

Author SHA1 Message Date
Amanda Butler 0d09429983 Remove .json blob from README.md
Make change suggested in comments.
2019-02-08 16:48:59 +00:00
Brian Daniels a236d20e26 Update features/frameworks/greentea-client/README.md
Co-Authored-By: AnotherButler <Amanda.Butler@arm.com>
2019-02-08 16:48:59 +00:00
Amanda Butler 5099d4136d Remove yotta from README.md
Remove all references to yotta.md
2019-02-08 16:48:59 +00:00
Maciej Bocianski 56c0ece600 ARCH_PRO: add SPI pin definitions 2019-02-08 16:48:59 +00:00
Volodymyr Medvid 5d819621e9 PSOC6: refactor M0 image merging, enable export to makefile
Rename the existing PSoC-specific m0_core_img key in targets.json
as a more generic hex_filename key. Update makefile exporter to select
the subset of resources.hex_files matching the hex_filename value.
Without this fix, multiple prebuilt CM0+ hex files are found in the
target resources and erroneously passed to the srec_cat tool.

The fix is generic so other targets that need post-build hex merging
can use this key to pass the correct image to srecord tool.

The fix also removes sub_target key: instead, rely hex_filename json
key to detect if the hex image merging needs to be done.
The sub_target is not used in mbed-os codebase for anything else.

It is possible to override the hex file name in mbed_app.json:
{
  "target_overrides": {
    "*": {
      "target.hex_filename": "my_custom_m0_image.hex"
    }
}
2019-02-08 16:48:59 +00:00
Volodymyr Medvid ecc9aa7bf2 PSOC6.py: do not require metadata during HEX merging
Replace hard-coded numeric offsets of PSoC 6 hex file sections
with sensible constants.
Do not attempt to update the checksum and metadata contents
if the sections are not found in the original HEX file.
2019-02-08 16:48:59 +00:00
Volodymyr Medvid 3fa2fb21cc PSOC6.py: remove silicon ID check
PSoC 6 hex files contain 4-byte chip ID at virtual offset 0x90500002
added by PSoC Creator or cymcuelftool from .cymeta ELF section.
merge_images compares chip ID in CM0+ and CM4 hex files and raises
an exception in case of mismatch. Chip ID is different for each MPN
(for example, 0xE2072100 for CY8C6347BZI-BLD53 and 0xE2062100 for
CY8C6247BZI-D54). CM0+ prebuilt images target CY8C6347BZI-BLD53
but should be compatible with other PSoC6 MPNs.
Remove the check to enable merging CM0+ images with CM4 applications
built for different MPNs, with empty or absent cymetadata.
2019-02-08 16:48:59 +00:00
Vincent Coubard 05dcde839e BLE: Fix relationnal operator of SafeEnum
The relationnal operators were targeting the base class which defines an implicit constructor to an integral value. This is wrong as it allows SafeEnum instances to be compared against integers.

The fix is simple: define relationnal operators for the derived class. The derived class is known as it is passed as a template parameter of the base class.

For extra safety the SafeEnum constructor is now explicit and protected.
2019-02-08 16:48:59 +00:00
Vincent Coubard 20cdd6e0de BLE: Fix comparison expression between an integer and a SafeEnum 2019-02-08 16:48:59 +00:00
Amanda Butler 7adbfed380 Remove outdated text and fix spelling in README.md
Remove reference to yotta, and fix spelling for correct branding.
2019-02-08 16:48:59 +00:00
Jan Jongboom f431cb9e34 TCPSocket.cpp setting socket should terminate with semicolon 2019-02-08 16:48:59 +00:00
Seppo Takalo 5bd99ec2d6 Fix spelling mistakes 2019-02-08 16:48:59 +00:00
Seppo Takalo 5788107da3 Add missing copyright header. 2019-02-08 16:45:28 +00:00
Seppo Takalo 566a12efab Fix review findings. 2019-02-08 16:45:28 +00:00
Mel Weed e8b45561d3 editorial changes 2019-02-08 16:45:28 +00:00
Mel Weed 8a781ea3ea mbed-tls/TLS to Mbed TLS 2019-02-08 16:45:28 +00:00
Mel Weed 0117ec4b98 grammatical corrections 2019-02-08 16:45:28 +00:00
Mel Weed 24803d2650 editorial changes, punctuation 2019-02-08 16:45:28 +00:00
Kari Haapalehto 259d72601a Review changes 2019-02-08 16:45:28 +00:00
Mel Weed 07cd9a10c7 typo fixes, future->present 2019-02-08 16:45:28 +00:00
Mel Weed 8d84a14cda removing 'easy to use' 2019-02-08 16:45:28 +00:00
Kari Haapalehto 8a4674d44a Hide protected start_handshake 2019-02-08 16:45:28 +00:00
Seppo Takalo 4d6e99c52e Add more documentation to Socket classes. 2019-02-08 16:45:28 +00:00
Seppo Takalo 5a662b4279 Fix DNS grouping 2019-02-08 16:45:28 +00:00
Seppo Takalo 1b40e43e0e Remove extra @param values 2019-02-08 16:45:28 +00:00
Kari Haapalehto 02e2704db0 Doxygen corrections to DTLSSocket.h, TLSSocket.h, TLSSocketWrapper.h and DTLSSocketWrapper.h 2019-02-08 16:45:28 +00:00
Jarno Lamsa c2718e3666 WifiInterface doxygen cleanup 2019-02-08 16:45:28 +00:00
Jarno Lamsa 3f9430311f SocketAddress doxygen cleanup 2019-02-08 16:45:28 +00:00
Seppo Takalo 1ab806bdbb Create new netinterface Doxygen group 2019-02-08 16:45:28 +00:00
Seppo Takalo 81108c6528 Fix NetworkInterface grouping 2019-02-08 16:45:28 +00:00
Kari Haapalehto 222a36c6f4 Doxygen corrections to: - DTLSSocket.h - TLSSocket.h - TLSSocketWrapper.h 2019-02-08 16:45:28 +00:00
Mel W 9e79418231 backticks 2019-02-08 16:45:28 +00:00
Mel W 4831d12715 Formatting tweaks
#justnitpickythings
2019-02-08 16:45:28 +00:00
Seppo Takalo f6b44bd72c Fix netsocket Doxygen group 2019-02-08 16:45:28 +00:00
Ari Parkkila 5352d4052d Cellular: Remove non-API folders from Doxygen 2019-02-08 16:45:28 +00:00
Ari Parkkila 01f1c4190c Cellular: Update cellular documentation 2019-02-08 16:45:28 +00:00
Martin Kojtal a8d1d26fa7
Merge pull request #9508 from ARMmbed/release-candidate
Release candidate for mbed-os-5.11.3
2019-01-31 12:48:22 +01:00
Cruz Monrreal 36bb9843ce Merge pull request #9544 from kjbracey-arm/reboot_limit_fix
Halt to enforce reboot limit once only
2019-01-30 17:38:06 -06:00
Cruz Monrreal 18fc01f437 Merge pull request #9547 from kjbracey-arm/die_wait_us
mbed_die: Use wait_us not wait_ms
2019-01-30 17:37:47 -06:00
Cruz Monrreal 481b6fb8f6 Merge pull request #9548 from davidsaada/david_flashiap_retries
FlashIAP driver: Add retries to erase and program operations.
2019-01-30 17:37:35 -06:00
Martin Kojtal 3f5c4de3b5 examples: fix incorrect target addition in 5.11.3rc 2019-01-26 20:58:49 +01:00
jeromecoutant 206589045c STM32L496xG: increase IAR heap size 2019-01-25 16:19:11 +00:00
Ben Cooke 3099acc864 Add FLASH support to TARGET_MAX32620C MCU and derivative platform targets 2019-01-25 15:55:42 +00:00
adbridge 095ba575c2 Update Mbed version block 2019-01-25 14:30:10 +00:00
Cruz Monrreal II 7d0fe7e973 Replaced '|' with '>' (affects how newlines are parsed) 2019-01-25 14:29:59 +00:00
Cruz Monrreal II 3af4a2f459 Updated license_check to work a bit better across line boundries.
Swapped out 'git grep' for 'grep' since it can take in a --max-count flag.
The license _header_ will always be at the top.

Also enabled output so that PR authors can know what the problem files are.
2019-01-25 14:29:59 +00:00
Cruz Monrreal II‰ 3b3af7ad0d Fix for license check job. Somehow, having the '!' before a single command in a single line parses out the '!'. 2019-01-25 14:29:59 +00:00
Oren Cohen e4b811d3a2 Skip redundant binaries 2019-01-25 14:29:59 +00:00
Oren Cohen 37ca77c9e1 Typo 2019-01-25 14:29:59 +00:00
Oren Cohen 9ade3a6ede Add license 2019-01-25 14:29:59 +00:00