Courtney3141

Results 43 issues of Courtney3141

This PR is an extension of the sDDF PR here (https://github.com/au-ts/sddf/pull/423). This PR removes all `export override` directives from our makefiles, as discussed here #337. It was found that `export...

This PR is an extension of the sDDF PR here (https://github.com/au-ts/sddf/pull/423). This PR removes all `export override` directives from our makefiles, as discussed here #337. It was found that `export...

This PR uses the sDDF LWIP library to interface between sDDF and LWIP in both micropython and NFS components. This significantly reduces the repeated code in both these components and...

This PR removes all `export override` directives from our makefiles, as discussed here #337. It was found that `export override` is not syntactically correct in older versions of GNU make,...

This pull request aims to provide an example of a preferred style of documentation. Firstly, it adds a `docs` directory to the repo, which contains developer targeted documentation for using...

This PR adds multicore support to the echo server example. To build for SMP, first a core configuration file must be created associating a core value to each PD in...

enhancement

While creating a multicore echo server, I stumbled across a problem with the makefiles effecting all versions of GNU make (found on version 3.81, but also occurs on version 4.41)....

bug
question

I already have an open PR for fixing this in the network subsystem, PR #408. I'll ensure to add this in the developer docs and design docs. I'll also make...

For the serial subsystem, it makes sense to have a different number of clients capable of input and output: not all clients which are capable of output will need input....

The firewall system needs to support NAT and port forwarding.

enhancement
firewall