Commits on Source (23)
-
-
-
-
Niccolò Betto authored
Some deprecated options have been updated to the corresponding new ones. Some missing rules were added to fix inconsistencies in the code formatting: * Add new line ad EOF and trim additional ones * Trim empty lines at beginning of blocks * Allow brace-less single line if/else/for/while statements * Align pointer/reference to the type
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
The `sbs.cmake` script was included too early, which caused `enable_language()` to be called before the call to project(), which is illegal by CMake specification.
-
Niccolò Betto authored
Since the C++ standard was never set, some libraries such as libfmt were compiled as C++11, while others like eigen were compiled as C++17.
-
-
Davide Basso authored
Co-Authored-By:
BearToCode <davidebasso03@gmail.com>
-
Operators added: unary + - and ! >> <<
-
-
-
Davide Basso authored
The missing template argument was causing a linking error, with multiple definitions generated. Co-Authored-By:
BearToCode <davidebasso03@gmail.com>
-
-
Giovanni Annaloro authored
The following sensor's drivers have been updated: * bmx160 * l3gd20 * lsm6dsrx
-
Davide Basso authored
-
Niccolò Betto authored
Behavior of the read function when the requested size if larger than the internal queue length has been specified.
-
This function, given a filename sends the content of the file through the USART interface in 1 KB chunks
-
-
-
Showing
- .clang-format 24 additions, 13 deletions.clang-format
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- .vscode/c_cpp_properties.json 23 additions, 0 deletions.vscode/c_cpp_properties.json
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- README.md 7 additions, 1 deletionREADME.md
- cmake/boards.cmake 1 addition, 0 deletionscmake/boards.cmake
- cmake/sbs.cmake 3 additions, 0 deletionscmake/sbs.cmake
- sbs 10 additions, 3 deletionssbs
- src/bsps/stm32f205rc_ciuti/config/miosix_settings.h 2 additions, 2 deletionssrc/bsps/stm32f205rc_ciuti/config/miosix_settings.h
- src/bsps/stm32f205rc_ciuti/core/stage_1_boot.cpp 5 additions, 5 deletionssrc/bsps/stm32f205rc_ciuti/core/stage_1_boot.cpp
- src/bsps/stm32f205rc_ciuti/interfaces-impl/bsp.cpp 15 additions, 16 deletionssrc/bsps/stm32f205rc_ciuti/interfaces-impl/bsp.cpp
- src/bsps/stm32f429zi_con_rig/config/miosix_settings.h 7 additions, 7 deletionssrc/bsps/stm32f429zi_con_rig/config/miosix_settings.h
- src/bsps/stm32f429zi_con_rig/core/stage_1_boot.cpp 5 additions, 5 deletionssrc/bsps/stm32f429zi_con_rig/core/stage_1_boot.cpp
- src/bsps/stm32f429zi_con_rig/interfaces-impl/bsp.cpp 3 additions, 3 deletionssrc/bsps/stm32f429zi_con_rig/interfaces-impl/bsp.cpp
- src/bsps/stm32f429zi_death_stack_v1/config/miosix_settings.h 7 additions, 7 deletionssrc/bsps/stm32f429zi_death_stack_v1/config/miosix_settings.h
- src/bsps/stm32f429zi_death_stack_v1/core/stage_1_boot.cpp 5 additions, 5 deletionssrc/bsps/stm32f429zi_death_stack_v1/core/stage_1_boot.cpp
- src/bsps/stm32f429zi_death_stack_v1/interfaces-impl/bsp.cpp 14 additions, 14 deletionssrc/bsps/stm32f429zi_death_stack_v1/interfaces-impl/bsp.cpp
- src/bsps/stm32f429zi_death_stack_v2/config/miosix_settings.h 7 additions, 7 deletionssrc/bsps/stm32f429zi_death_stack_v2/config/miosix_settings.h
- src/bsps/stm32f429zi_death_stack_v2/core/stage_1_boot.cpp 5 additions, 5 deletionssrc/bsps/stm32f429zi_death_stack_v2/core/stage_1_boot.cpp
- src/bsps/stm32f429zi_death_stack_v2/interfaces-impl/bsp.cpp 16 additions, 16 deletionssrc/bsps/stm32f429zi_death_stack_v2/interfaces-impl/bsp.cpp