-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add generate.sh
file to generated fed templates
#215
Add generate.sh
file to generated fed templates
#215
Conversation
Memory usage after merging this PR will be: Memory Reportaction_empty_test_c
action_microstep_test_c
action_overwrite_test_c
action_test_c
deadline_test_c
delayed_conn_test_c
event_payload_pool_test_c
event_queue_test_c
nanopb_test_c
port_test_c
reaction_queue_test_c
request_shutdown_test_c
startup_test_c
tcp_channel_test_c
timer_test_c
|
Benchmark results after merging this PR: Benchmark resultsPerformance:PingPongUc: PingPongC: ReactionLatencyUc: ReactionLatencyC: Memory usage:PingPongUc: PingPongC: ReactionLatencyUc: ReactionLatencyC: |
Lets try this route. I took the liberty to rename the script to |
* WIP * Add beginnings of RIOT Makefile * Implement LFC templates for RIOT (#210) * Implement LFC templates for RIOT * Remove makefile from coap-federated example * Refactor string formatting a little * Fix RIOT makefile generation --------- Co-authored-by: erlingrj <[email protected]> * Add `generate.sh` file to generated fed templates (#215) * Generate generate.sh files to invoke lfc from a federate * Spotless --------- Co-authored-by: erlingrj <[email protected]> * generate.sh -> run_lfc.sh * Split generated CMake into Include.cmake and CMakeLists.txt * Fix shell script * Sanitize input to lf_build_generated_code * Updates * Fix riot test * Fix riot example * Run formatter * FIx merge * Debug CI * correct path to enc * Formatting * Test gen-fed-templates in CI * CI * CI * Dont do RIOT yet because of CI issue * CI * Formating * Delete mistakenly committed files --------- Co-authored-by: Lasse Rosenow <[email protected]> Co-authored-by: Lasse Rosenow <[email protected]>
As somewhat discussed in #213 this is a proposal on how we could generate
gereate.sh
files to generatesrc-gen
sources π΅βπ«