PelionIoT / mbed-bootloader

Generic bootloader to be used in conjunction with Pelion Device Management Client
https://www.pelion.com/iot-device-management/
Apache License 2.0
54 stars 90 forks source link

Added mbed_bootloader_entrypoint() #117

Closed TaniaMirzin closed 3 years ago

TaniaMirzin commented 3 years ago

I. Added mbed_bootloader_entrypoint() to support bootloader for LPCXpresso546XX board.

II. Fota synced changes:

  1. For mbedtls 2.16.0 and lower version use older version of x509 cert parse function. mbedtls_x509_crt_parse_der_nocopy supported from 2.17.0 and up f39aff46a5d8c4c9f4def0bc288beb85a3e695c2

  2. fota: add missing semicolon to few users of FOTA_ASSERT() ad4c66173da49f83bdb71f7b6549a1c8aea98f2c

  3. fix defer/resume doxygen 743941effd017a945a1713a6c7a1d8ce6fd5cead

  4. Added comments to set_full_file_name function. 6f7eaea4f420967339ce6d47721f8e120a408cb5