Andrés Sánchez Pascual
Andrés Sánchez Pascual
Signed-off-by: Andres Sanchez ## Summary This pull request add support of mcuboot secure booting for nucleo h743zi board. The implementation copies the work done by @pkarashchenko for the samv7 board...
When downloading images in mcuboot_agent application from a URL with a GET command it would be a good feature to add a function that lets you send board custom headers...
### Defect detected __Static_assert_ defined in C11. ### Error log Compilation raises the following compilation error in this line: [https://github.com/mcu-tools/mcuboot/blob/main/boot/bootutil/include/bootutil/image.h#L163-L164]([](https://github.com/mcu-tools/mcuboot/blob/main/boot/bootutil/include/bootutil/image.h#L163-L164)) ``` mcuboot/boot/bootutil/include/bootutil/image.h:163:15: error: expected constructor, destructor, or type conversion before...
In C, when you don't include , the compiler treats static_assert as a keyword that maps to _Static_assert. Using static_assert is preferred because the same code will work in both...
### Defect detected __Static_assert_ defined in C11. ### Error log Compilation raises the following compilation error in this line: [https://github.com/mcu-tools/mcuboot/blob/main/boot/bootutil/include/bootutil/image.h#L163-L164]([](https://github.com/mcu-tools/mcuboot/blob/main/boot/bootutil/include/bootutil/image.h#L163-L164)) ``` mcuboot/boot/bootutil/include/bootutil/image.h:163:15: error: expected constructor, destructor, or type conversion before...
## Title: Proposal to Enhance C Preprocessor Redefinition Strings Generation ### Objective: This proposal suggests an extension to enhance the functionality of generating C Preprocessor redefinition strings without quotation marks...
**RATIONALE:** This PR makes a first porting of memfault-sdk for the Nuttx platform. It implements the necessary platform specific functions to compiling the following memfault components: - Core - Utils...
This PR is part of #403 Not ready to merge. Missing endpoint tests. Note: this continues work started in https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/pull/155 ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/blob/master/docs/contributing.md)....
### Is your feature request related to a problem? Please describe. OAuth2SecurityScheme for OAuth2PasswordBearer is not yet implemented for python