- Apr 17, 2025
-
-
Fabrizio Monti authored
-
Fabrizio Monti authored
-
- Apr 15, 2025
-
-
Fabrizio Monti authored
[DMA] Updated mappings for STM32F407xx and STM32F767xx: streams used by miosix are different between the 2 boards, now the driver takes this thing into consideration.
-
- Apr 08, 2025
-
-
Fabrizio Monti authored
-
Fabrizio Monti authored
-
Fabrizio Monti authored
-
Fabrizio Monti authored
-
Fabrizio Monti authored
[DMA] Added documentation and small code refactoring (removed unnecessary member variable and made DMAStreamId constant inside DMAStream).
-
Fabrizio Monti authored
-
Fabrizio Monti authored
- Moved irqNumberMapping and mapPeripherals initialization inside DMADefs.cpp. - Added support to STM32F429xx. - Updated copyright and authors.
-
Fabrizio Monti authored
[DMA] DMAStreams are now allocated inside the std::map, without requiring new and delete operators and reducing the use of pointers.
-
Fabrizio Monti authored
-
Fabrizio Monti authored
-
Fabrizio Monti authored
-
Fabrizio Monti authored
-
Fabrizio Monti authored
-
Fabrizio Monti authored
-
Fabrizio Monti authored
[DMA] Updated IRQ handlers, commenting the ones already defined in miosix and disabling the corresponding streams.
-
Fabrizio Monti authored
Interrupts were not working because irq numbers where not assinged correctly. Also, the irq handlers where not visible to miosix, being hidden by the namespace Boardcore.
-
-
- Apr 07, 2025
-
-
- Mar 11, 2025
-
-
Ettore Pane authored
-
- Mar 10, 2025
-
-
Niccolò Betto authored
-
- Mar 04, 2025
-
-
- Mar 03, 2025
-
-
- Feb 10, 2025
-
-
Niccolò Betto authored
* Remove usage of TIM5 (used by Miosix) * Introduce usage of TIM2 (previously used by TimestampTimer, not the case anymore since the update to Miosix 2.7) * Repurpose unused sensor CS pins to additional timers Some servos will now share the same timer (but different channels), meaning the same frequency must be used for such cases.
-
- Jan 25, 2025
-
-
- Jan 23, 2025
-
-
-
-
This function, given a filename sends the content of the file through the USART interface in 1 KB chunks
-
- Jan 18, 2025
-
-
Niccolò Betto authored
Behavior of the read function when the requested size if larger than the internal queue length has been specified.
-
- Jan 17, 2025
-
-
Davide Basso authored
-
Giovanni Annaloro authored
The following sensor's drivers have been updated: * bmx160 * l3gd20 * lsm6dsrx
-
- Dec 30, 2024
-
-
- Dec 29, 2024
-
-
Davide Basso authored
The missing template argument was causing a linking error, with multiple definitions generated. Co-Authored-By:
BearToCode <davidebasso03@gmail.com>
-
- Dec 19, 2024
-
-
-
-
Operators added: unary + - and ! >> <<
-
- Dec 17, 2024
-
-
Davide Basso authored
Co-Authored-By:
BearToCode <davidebasso03@gmail.com>
-