Paul Bartell

Results 25 comments of Paul Bartell

@viccpp . Very true. The FreeRTOS [coreHTTP](https://github.com/FreeRTOS/coreHTTP) library that depends on http-parser targets C90 compilers.

@phelter Thanks for the suggestion. I like the idea of an injectable configuration target "FreeRTOS::Kernel::Config" or something similar. You can always add something like: ``` target_link_libraries( freertos_kernel PRIVATE project_config )...

> [paulbartell#10](https://github.com/paulbartell/FreeRTOS-Kernel/pull/10) is an initial attempt to use uncrustify for formatting. > > Not sure if a pre-commit hook is the best path forward, since that can be pretty annoying...

> > The uncrustify pre-commit hook needs some configuration so that it acts as one would expect. Namely, it needs to only run on files that have changed and operate...

> Unless there is absolute necessity, HTTP parser should not be updated. It should be also tested before updating. The change itself is very minimal and is just to quiet...

@sbertin-telular Thanks for the report. I will take a look.

@omarandlorraine Thanks for the feature request. We're happy to review any contributions in the form of a Pull Request. Is there a particular development board you plan to target?

I'm suggesting that we provide a AF_PACKET/IPPROTO_RAW socket interface in addition to the existing option.

Looks reasonable. Can we easily target other mps2 SoCs with the same project?

Hey there @holden-zenith . We're happy to take your contribution, just open a PR. @AniruddhaKanhere and @htibosch would be the best people to discuss design plans with.