commit | cb16a1c46eee4d9c08d81dce135619acb77f6e92 | [log] [tgz] |
---|---|---|
author | Kent McLeod <kent@kry10.com> | Tue Apr 06 11:27:10 2021 +1000 |
committer | Oliver Scott <oliverwmscott@gmail.com> | Tue Apr 06 13:46:45 2021 +1000 |
tree | 8d956996d0cc478c7e2007560d2407c15cc65af0 | |
parent | f920d75a877406b65dadda6084dc3090506230e6 [diff] |
picoserver: Create settings.cmake Setting LibPicotcp=ON in a settings.cmake will remove picotcp compilation errors when this app configuration is built. Signed-off-by: Kent McLeod <kent@kry10.com>
This repository contains various CAmkES applications, default configurations and testing scripts.
apps/ Example applications configs/ Default configurations test/ Testing scripts
This is not a standalone repository. Checkout the camkes-manifest
repository or go to our website for details.
The applications in this repository are:
adder
: demonstrates the use of dataport wrapper to pass pointers via CAmkES RPC
epit
: demonstrates the use of CAmkES interrupt connector to receive hardware interrupts
exchangestring
: demonstrates how to pass string arguments between components
filter
: demonstrates the use of a component to filter communication
global-imports
:
hierarchical-attributes
:
hierarchical-components
:
keyboard
: demonstrates the use of IO ports and interrupts in a CAmkES component
lockserver
: demonstrates how to use built-in mutex
multiassembly
:
multiclient
: domonstrates multiple clients sharing one connection
multiplier
: demonstrates the use of arrays as arguments
mutex
: demonstrates the use of user-defined connectors in CAmkES
rotate
: demonstrates the use of user-defined types as the arguments of an interface
swapcounter
:
socket
: demonstrates the use of user-defined dataports
structs
: demonstrates the use of struct and array attributes
terminal
: a prototype for a secure terminal system
uart
: demonstrates how to access hardware device memory