FreeRTOS / iot-reference-stm32u5

MIT License
43 stars 29 forks source link

Actory/fix tfm ota #48

Closed ActoryOu closed 2 years ago

ActoryOu commented 2 years ago

Fix two OTA E2E test cases on TFM project.

  1. OTAE2ETwoUpdatesCancelFirst
    • Enlarge the OTA buffer pool to handle unexpected message from another OTA job.
  2. OTAE2ECancelThenUpdate
    • OTA data block might come between send unsubscribe message & receive unsubscribe ack. Let the callback function to handle the message correctly at that time.