Commit Graph

8 Commits

Author SHA1 Message Date
jpgdubois
4400506292 feat: add ANDI stabilization controller (#3578)
Some checks failed
Issues due date / Add labels to issues (push) Has been cancelled
Doxygen / build (push) Has been cancelled
2026-02-06 22:02:54 +01:00
Michal Podhradsky
606cd4eea2 Crypto updates (#2245)
* Cleaned up GEC code

* Added airborne support for pprzlink 1.0

* Update hacl-c

* Add proper indexing for pprz messages

* Updated airframe config for secure link

* Code style changes and updated code style script

* Bump rustlink

* Compilation fixes
2018-03-17 19:25:23 -07:00
Felix Ruess
cddd494522 prevent globbing in fix_code_style.sh
so you can easily call it with the recursive option, e.g.
./fix_code_style.sh -r "sw/airborne/subsystems/*.c"
2015-03-05 14:01:07 +01:00
Felix Ruess
cd1b8a9f2a fix_code_style limits to 120 chars instead of 100
it would still be good to limit code line length to 100 when writing the code,
but setting this to something larger avoids stupid automatic wrappings that make things less readable...
2014-12-17 02:14:16 +01:00
Felix Ruess
f6c193581e fix_code_style.sh: align pointer with name 2014-11-08 17:33:49 +01:00
Felix Ruess
8cf9da0f1b update fix_code_style.sh script 2014-09-10 23:21:32 +02:00
Felix Ruess
630f2e4ab4 update code style, pointer to type 2014-09-10 17:55:02 +02:00
Felix Ruess
04bd833e76 add initial fix_code_syle.sh script
You need to have astyle installed.
Run with ./fix_code_style.sh <FILENAME>
2014-09-10 15:23:55 +02:00