Paul Bartell

Results 15 issues of Paul Bartell

Add dummy "LAST" items to each enum to mask the gcc "comma at end of enumerator list" warning and allow building with -Werror.

Fixes #1811 Use the same alpn identifier definitions for all demos. By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

Add support for the libp11 openssl engine and p11-kit to the openssl_posix.c transport interface implementation. By submitting this pull request, I confirm that my contribution is made under the terms...

Description ----------- Convert all files in this repository to LF (unix) line endings. Set text=auto for all files to ensure that files have correct line endings upon checkin. Refer to...

Add some additional linters from the pre-commit project. Specifically enable these checks on files that have changed as part of a pull-request: - trailing-whitespace (remove trailing whitespace from lines) -...

Remove Co-routines from FreeRTOS-Kernel. Description ----------- Remove the co-routines implementation from FreeRTOS-Kernel since this code is no longer maintained or widely used. Related Forum post: ----------- https://forums.freertos.org/t/about-coroutine/11716/2 By submitting this...

Improve mqtt performance by using a non-blocking socket to connect coreMQTT to the MQTT broker.

Remove macro-defined string constants that are used in a limited number of places or are obvious.

Fix gcc warnings in http_parser and core_http_client.c. Update ci.yml to use the latest ubuntu image and -Werror and -fsanitize.