Skip to content

Conversation

@johnrhen
Copy link
Contributor

The following demos do not build properly in the latest release:

  • corePKCS11_Windows_Simulator
  • corePKCS11_MQTT_Mutual_Auth_Windows_Simulator

Prior to the latest release, the demos had not been updated to be compatible with the changes to corePKCS11
FreeRTOS/corePKCS11#123

The two demos were importing "core_pkcs11_pal.h" from the path "corePKCS11\source\portable\windows", whereas corePKCS11 has updated the path to "corePKCS11\source\portable\os\freertos_winsim".

The demos are currently non-functioning, but updating the build files allows these demos to be added to the CI checks.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@johnrhen johnrhen requested a review from a team as a code owner November 20, 2021 00:40
@johnrhen johnrhen closed this Nov 20, 2021
moninom1 pushed a commit to moninom1/FreeRTOS that referenced this pull request Apr 17, 2023
* fixed cbmc proof for vSocketBind

* Use CBMC XML output to enable VSCode debugger (FreeRTOS#673)

Prior to this commit, CBMC would emit logging information in plain text
format, which does not contain information required for the CBMC VSCode
debugger. This commit makes CBMC use XML instead of plain text.

Co-authored-by: Mark Tuttle <tuttle@acm.org>

* fix cbmc proof for vSocketWakeUpUser

* add check with  multiple endpoints

* NULL assume to assignment

* adding non determinitic number of end points

* adding commit review suggestions

* Uncrustify: triggered by comment.

---------

Co-authored-by: Kareem Khazem <karkhaz@amazon.com>
Co-authored-by: Mark Tuttle <tuttle@acm.org>
Co-authored-by: GitHub Action <action@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants