- Apr 24, 2023
-
-
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
[I2C] Now FAST_PLUS possible only in F7 and introduced of MAX_SPEED, fixed documentation and improved tests
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
-
-
-
- Now SCLDEL and SDADEL are set depending on the mode - Fixed reload issue, now NBYTES is changed appropriately - Now testing also reload
-
-
- also solved a source of deadlock
-
For the repeated start, we have to keep the AUTOEND flag reset for both the transactions before and after the reStart. Not doing so would lead to a premature STOP condition and the failure of the reStart
-
- Created a different file for the f7 driver implementation - Added the support for FAST_PLUS speed mode for 1Mbps communication - For now timing register values hardcoded for each speed mode (considering I2CCLK = 48MHz); to be changed - Now test for f7 test also the FAST_PLUS speed mode
-
Alberto Nidasio authored
But we have bought a 32.768MHz crystal instead of a 32.768KHz one, so we'll test it again when we change it
-
Alberto Nidasio authored
-
Alberto Nidasio authored
[vscode] Simplified c_cpp_properties.cpp and added stm32f767_nucleo and stm32f769_discovery profiles
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
-
- Apr 21, 2023
-
-
Matteo Pignataro authored
-
- Apr 16, 2023
-
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
Alberto Nidasio authored
-
- Apr 15, 2023
-
-
Matteo Pignataro authored
-
- Apr 03, 2023
-
-
Matteo Pignataro authored
-
- Mar 27, 2023
-
-
EmilioCorigliano authored
-
- Mar 24, 2023
-
-
- Mar 18, 2023
-
-
* Lock the mutex before checking for the amount of tasks in `enableTask` and `disableTask` * Lock the scheduler prior to starting it, to avoid populating the agenda more than one time
-