- Jul 24, 2024
-
-
Federico Mandelli authored
-
Federico Mandelli authored
-
- Jul 17, 2024
-
-
Federico Mandelli authored
-
- Jul 16, 2024
-
-
Federico Mandelli authored
-
Federico Mandelli authored
-
- Jul 15, 2024
-
-
Davide Mor authored
-
Angelo Prete authored
-
- Jul 14, 2024
-
-
Niccolò Betto authored
Helps with detecting endless sensor initialization.
-
- Jul 11, 2024
-
-
Davide Mor authored
-
Davide Mor authored
-
- Jul 09, 2024
-
-
Davide Mor authored
-
Davide Mor authored
-
Davide Mor authored
-
- Jul 07, 2024
-
-
Emilio Corigliano authored
-
- Jul 03, 2024
-
-
Davide Mor authored
-
- Allow recursive dependencies in separate files - Allow circular dependencies by allowing incomplete types: - Use type erasure instead of `dynamic_cast` - Use type name in the dependency map instead of `typeid` - Introduce `IntectableBase` for linear inheritance of `Injectable` types - Use SFINAE instead of static assertions to improve IDE errors
-
- Jul 01, 2024
-
-
Davide Mor authored
-
- Jun 25, 2024
-
-
Niccolò Betto authored
-
Davide Mor authored
-
- Jun 15, 2024
-
-
- Jun 14, 2024
-
-
Davide Mor authored
-
-
-
Davide Mor authored
-
- Jun 13, 2024
-
-
- May 20, 2024
-
-
Davide Mor authored
-
Davide Mor authored
-
- May 09, 2024
-
-
-
Davide Mor authored
-
-
-
- Apr 26, 2024
-
-
Emilio Corigliano authored
The pins for the usart1 and usart2 were inverted
-
- Apr 24, 2024
-
-
Niccolò Betto authored
Disallow the CPU from going to sleep in the idle thread as JTAG debuggers lose communication with the device if it enters sleep mode
-
Niccolò Betto authored
Wrappers of - `miosix::getTick()` - `miosix::Thread::sleepUntil()` - `miosix::Thread::IRQenableIrqAndTimedWaitMs` have been created in the `Boardcore::Kernel` namespace.
-
Niccolò Betto authored
-
Niccolò Betto authored
In order to reduce the number of patches we make to the Miosix kernel, we're moving to calling Miosix USART IRQ handlers instead of accessing static port objects directly, which would require marking them for external linkage. With this commit we are dropping support for USART ports higher than 3 when using the Miosix USART driver. For higher port counts, the boardcore driver must be used.
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
Also fix some cppcheck warnings.
-