Commit Graph

  • 24ba37ddfd Fixed breaking bug in printable dario 2024-03-15 17:19:26 +01:00
  • 40b71e2d68 Added DMA support for ADC dario 2024-03-15 13:00:23 +01:00
  • 5f0c180521 CAN via Interrupt CarlWachter 2024-04-30 13:41:57 +02:00
  • a12593051e I2C with debugging statements dario 2024-04-26 13:46:19 +02:00
  • ec945a7ca1 Some debugging dario 2024-04-24 16:19:50 +02:00
  • fa9a75c0db Fixed weird compiler warning for I2C dario 2024-04-23 01:07:37 +02:00
  • 48cb90c64b Added address scan and verification for STM32 I2C dario 2024-04-20 16:05:39 +02:00
  • 3fe276f19d added a delay check and updated README Iveta 2024-04-20 15:58:36 +03:00
  • 7f5d918c96 Merge pull request 'Added easier GPIO pin API' (#25) from feature/simpler-gpio into main dario 2024-04-19 13:54:43 +00:00
  • 67e7d88a5b Added easier GPIO pin API dario 2024-04-18 00:01:14 +02:00
  • 68a6733dac Updated and working SPI for ESP32 dario 2024-04-15 22:50:57 +02:00
  • f29cd6eff2 Updated SPI for ESP32 dario 2024-04-13 19:31:13 +02:00
  • c843aaf33f Updated I2C for ESP32 and added mutex protection for printable serial dario 2024-04-13 17:45:53 +02:00
  • 7cc6108a40 Merge pull request 'adc-dma' (#22) from adc-dma into main carlwachter 2024-03-16 14:27:29 +00:00
  • 9f0defa24f Fixed breaking bug in printable dario 2024-03-15 17:19:26 +01:00
  • 1fc34fa574 Added DMA support for ADC dario 2024-03-15 13:00:23 +01:00
  • 56de6ac3e2 Fixed arduino i2c fill implementation dario 2024-02-12 14:45:26 +01:00
  • 027484ef5e ESP32 support and changes to SPI to support ESP32 dario 2024-02-12 14:25:54 +01:00
  • 713e7b0da9 Fixed printable uart and removed obsolete printf file dario 2024-02-12 13:41:49 +01:00
  • 3be8893849 Removed old files dario 2024-02-12 13:24:05 +01:00
  • 00e9eae43a Moved pprintable serial to arduino directory. dario 2024-02-12 13:23:25 +01:00
  • 5d1fef1b53 Fixed gpio pin implementation and SPI chip select dario 2024-02-09 20:34:18 +01:00
  • ec83b7026e Implemented SPI for Arduino and a few fixes dario 2024-02-09 16:11:48 +01:00
  • 53335281d7 Resolved marge conflicts dario 2024-02-09 14:40:09 +01:00
  • 7e822c3698 Updated gitignore dario 2023-11-26 19:18:35 +01:00
  • 4c4b7de304 Renamed debugging folder back to debug dario 2023-11-26 19:16:45 +01:00
  • 9d312ba0c8 Renamed debug folder to debugging to avoid gitignore nonsense dario 2023-11-26 18:39:09 +01:00
  • 3150ad000b added debug printing for arduino dario 2023-11-26 18:37:50 +01:00
  • 63c8d06525 Resolved conflicts in Printable classes dario 2024-02-09 14:35:47 +01:00
  • 4490c68ee3 First sta-Core rework to work for Arduino dario 2024-02-09 14:33:05 +01:00
  • 7f451cd868 First implementations for Arduino dario 2024-02-09 14:30:51 +01:00
  • 8901abdb9c Added CAN to ASEAG CarlWachter 2024-01-30 15:24:38 +01:00
  • e8f7261030 Completed getPendingRxFifos @CarlWachter 2024-01-04 16:54:53 +01:00
  • 22dd70cb70 CAN bus completion of abstract class @CarlWachter 2023-10-25 15:57:52 +02:00
  • 436e7a7336 fixed SPIDevice overloading issue Iveta 2024-01-28 11:10:11 +02:00
  • a3e345bbcb Merge pull request 'Added uart handle to F411 config' (#19) from F411-config into main carlwachter 2024-01-24 16:44:10 +00:00
  • 65155392be added initial flash wrapper implementation flash Lars Wilko Sentse 2024-01-24 14:38:15 +01:00
  • 7bdeb9a850 Added uart handle to F411 config dario 2024-01-18 13:25:27 +01:00
  • e249963b4b Merge pull request 'Updated: Doxygen Documentation' (#18) from doxygen into main dario 2024-01-08 15:17:50 +00:00
  • c4036343b9 Doxygen: Timer start CarlWachter 2024-01-08 14:03:07 +01:00
  • 16b9e6135c Updated: Doxygen Documentation @CarlWachter 2024-01-06 17:17:40 +01:00
  • b3ed26e288 Merge pull request 'USART via SWD or ASEAG debug' (#17) from uart-init into main dario 2024-01-07 22:18:26 +00:00
  • 4a52fd40d2 Fixed issues and renamed define @CarlWachter 2024-01-06 15:58:17 +01:00
  • 475b268883 USART via SWD or ASEAG debug @CarlWachter 2024-01-06 15:18:45 +01:00
  • be1cabdad1 Merge pull request 'F407-support' (#16) from F407-support into main carlwachter 2024-01-06 10:30:01 +00:00
  • 901f1b6cef F407-support dario 2024-01-05 23:48:10 +01:00
  • 0aa0995c70 Merge pull request 'debug-printf' (#13) from debug-printf into main carlwachter 2023-12-01 06:23:30 +00:00
  • bc6283404a Increased the buffer size for formatting to correct size dario 2023-11-29 20:18:24 +01:00
  • a4ca79bdad Fixed some mistakes in debug printf dario 2023-11-22 19:16:32 +01:00
  • f8b3bc1e47 Added formatted printing dario 2023-11-21 21:34:07 +01:00
  • 4f1db202ee Updated gitignore dario 2023-11-26 19:18:35 +01:00
  • a95fc2a0ab Renamed debugging folder back to debug dario 2023-11-26 19:16:45 +01:00
  • dbe25b0cc4 Renamed debug folder to debugging to avoid gitignore nonsense dario 2023-11-26 18:39:09 +01:00
  • 89d440ea20 added debug printing for arduino dario 2023-11-26 18:37:50 +01:00
  • 645cbe09f0 Renamed some variables because Arduino.h is terrible as always dario 2023-11-23 09:44:24 +01:00
  • 99a097b012 Merged debug-printf into arduino-support dario 2023-11-23 09:02:04 +01:00
  • d785e4b5ec First sta-Core rework to work for Arduino dario 2023-11-23 08:53:39 +01:00
  • fb17c11903 Fixed some mistakes in debug printf dario 2023-11-22 19:16:32 +01:00
  • 2a79b47d6a Added formatted printing dario 2023-11-21 21:34:07 +01:00
  • 7cec0aafdf Intructions to enable format printing for floats CarlWachter 2023-11-21 14:34:59 +01:00
  • 3d89e67fb3 Added mutex acquire() with timeout mutex-timeout CarlWachter 2023-11-21 14:08:32 +01:00
  • 32ff235822 First implementations for Arduino dario 2023-11-05 15:55:45 +01:00
  • 5edc9a1f91 Merge pull request 'Bitshifted the address for STM32I2CDevice' (#10) from i2c-bitshift into main stable carlwachter 2023-11-04 18:44:08 +00:00
  • 71170d4cea Bitshifted the address for STM32I2CDevice dario 2023-11-04 15:21:58 +01:00
  • 4da1f0bb7d Merge pull request 'Added isRunning to timer' (#6) from timer-isRunning into main carlwachter 2023-09-27 12:12:35 +00:00
  • 1498bcc449 Added isRunning to timer CarlWachter 2023-09-18 20:44:26 +02:00
  • 4dc625f6e9 Merge pull request 'Added Support for Timers and Events' (#4) from adding-events into main carlwachter 2023-09-14 20:53:23 +00:00
  • 751435d946 Timer support added @CarlWachter 2023-09-12 14:27:40 +02:00
  • 53b583d56e Added Events @CarlWachter 2023-09-12 13:40:39 +02:00
  • 8e93db1817 Merge pull request 'raspi-support' (#2) from raspi-support into main carlwachter 2023-08-23 07:32:17 +00:00
  • 34c92626a1 Last clean-up; removed config.hpp dario 2023-08-20 17:55:40 +02:00
  • 3259a98f11 Merge branch 'raspi-support' of ssh://git.intern.spaceteamaachen.de:22222/ALPAKA/sta-core into raspi-support dario 2023-08-20 17:39:17 +02:00
  • 4c157bbe52 Moved simultaneous reading and writing into SPI; removed it from I2C and UART dario 2023-08-20 17:38:48 +02:00
  • 558a574793 fixes for raspi i2c support Dario 2023-08-15 17:01:32 +01:00
  • d1d43870f4 Merge branch 'raspi-support' of ssh://git.intern.spaceteamaachen.de:22222/ALPAKA/sta-core into raspi-support Dario 2023-08-14 21:08:23 +01:00
  • 017c07a077 Added changes for Raspi I2C Dario 2023-08-14 21:04:23 +01:00
  • 8ffba482de Fixes to make I2C work for SMT32 dario 2023-08-10 22:54:18 +02:00
  • 266cc46a09 Added ADC implementation for STM32 dvdb97 2023-07-16 21:17:14 +02:00
  • 0d02d57cbb Small fixes for smt32 support dvdb97 2023-07-16 12:02:45 +02:00
  • 2265131b3f added skelettons for stm32 dac and adc Dario 2023-07-15 16:41:29 +01:00
  • 5e04b2cfcb Added printable prinf and template printable Dario 2023-07-15 16:11:07 +01:00
  • 6da6666559 Big assert / debug clean up Dario 2023-07-12 14:05:51 +01:00
  • 27350f71b8 Merge branch 'raspi-support' of ssh://git.intern.spaceteamaachen.de:22222/ALPAKA/sta-core into raspi-support dvdb97 2023-07-12 13:33:55 +02:00
  • 96d94edc52 First reworks for debugging dvdb97 2023-07-12 13:33:34 +02:00
  • 8c5f0a3f29 Added first implementations for Arduino dvdb97 2023-07-02 11:56:11 +02:00
  • e7ddbbf365 Fixed broken imports after dir structure rework & added stm32 i2c dvdb97 2023-06-24 15:44:56 +02:00
  • 6b4acfd27b Added I2C support for raspi & first rework of debugging Dario 2023-06-23 15:50:54 +01:00
  • 3cf2173433 Added fixes to the SPI implementation, removed debugging Dario 2023-05-23 21:05:31 +01:00
  • 4eb1053ffd Modified GpioPin to offer PinState reading Dario 2023-05-16 22:19:08 +01:00
  • 38bdbbe526 Added some buxfixes to spi code Dario 2023-05-16 21:15:53 +01:00
  • 0bc924bba2 Updated debug printing for raspi + added persistent_open setting for raspi spi Dario 2023-05-16 14:58:09 +01:00
  • 21cb870014 first attempst to handle endianness dvdb97 2023-05-16 08:31:39 +02:00
  • 9894fff86e Added SPI implementation based on Linux library dvdb97 2023-05-16 00:05:07 +02:00
  • d2806f1651 Added gpio pin implementation for raspi dvdb97 2023-05-09 21:24:55 +01:00
  • b2a92ea87e Added hal.hpp for raspi dvdb97 2023-05-09 18:17:57 +01:00
  • c5e4fd39ec Reformatted class I2cDevice to match SPIDevice fixes dvdb97 2023-05-06 15:44:29 +02:00
  • 13af941187 Merge branch 'merge-stm32' into 'main' Henrik Stickann 2023-04-22 11:21:16 +00:00
  • 4d7283cc69 Remove VSCode settings Henrik Stickann 2023-04-22 13:08:33 +02:00
  • 6f77eeaa7a Merge branch 'merge-stm32' of gitlab.com:sta-git/avionics/stm32/libs/sta-core into merge-stm32 Henrik Stickann 2023-04-22 13:06:31 +02:00
  • d4bb7cce88 Update Doxyfile to version 1.9.6 Henrik Stickann 2023-04-22 13:06:25 +02:00