History log of /seL4-camkes-master/projects/global-components/components/GPIOMUXServer/templates/GPIOServer-client.template.c
Revision Date Author Comments
# c84eb20c 20-Jul-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: Fix compiler warnings

- Add missing return statements
- Add missing const modifiers
- Initialize variables correctly
- Remove unused variables
- Correct incorrect type definitions
- Use correct printf format string types


# ff3d96f5 04-May-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

GPIOMUXServer: Refactor client-server interface

Use the connector definitions to control interface configuration and
initialization.

Provide an ADL API for creating the GPIOServer client-server interface
in any component.

Provide an ADL API for creating the MUXServer client-server interface in
any component.