Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix incompatible USBH VMTs | Paul Roukema | 2018-08-05 | 3 | -2/+8 | |
| |/ | ||||||
* | | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib | Diego Ismirlian | 2018-08-20 | 89 | -1933/+39095 | |
|\| | ||||||
| * | Fix STM32 LLD CRCv1 large data bug in DMA mode | Unknown | 2018-07-12 | 2 | -5/+21 | |
| | | | | | | | | | | * STM32 DMA can only handle 65535 bytes per transfer so larger data sets have to split up to be correctly handled when using DMA | |||||
| * | Issue #162: QEI driver macros not defined error fixed | Vitaly Repetenko | 2018-06-19 | 1 | -2/+2 | |
| | | ||||||
| * | Adding missing interrupt vector for SDHC on MK66F18 MCU | Michael Walker | 2018-05-08 | 1 | -0/+4 | |
| | | ||||||
| * | Merge pull request #158 from walkerstop/mike | Fabien Poussin | 2018-05-07 | 21 | -3/+24761 | |
| |\ | | | | | | | Kinetis MK66F18 and PJRC Teensy 3.6 support | |||||
| | * | Fix MK66F18 compilation for the following HALs: Serial, I2C, EXT, ADC, GPT, ↵ | Michael Walker | 2018-05-07 | 7 | -4637/+8218 | |
| | | | | | | | | | | | | PWM, SPI | |||||
| | * | Correct register definitions for MK66F18 for LPTMR and FlexRAM | Michael Walker | 2018-05-03 | 2 | -42/+57 | |
| | | | ||||||
| | * | Always use IRC48M clock for USB on MK66F18 | Michael Walker | 2018-05-02 | 1 | -0/+3 | |
| | | | ||||||
| | * | Always use IRC48M clock for USB on MK66F18 | Michael Walker | 2018-05-02 | 1 | -5/+6 | |
| | | | ||||||
| | * | Disable MPU by default | Michael Walker | 2018-05-02 | 1 | -0/+5 | |
| | | | ||||||
| | * | Merge branch 'master' into mike | Michael Walker | 2018-05-02 | 2 | -6/+2 | |
| | |\ | ||||||
| | * \ | Merge branch 'master' into mike | Michael Walker | 2018-05-02 | 271 | -18115/+82091 | |
| | |\ \ | ||||||
| | * | | | More corrections | Michael Walker | 2018-05-01 | 3 | -557/+566 | |
| | | | | | ||||||
| | * | | | disable voltage inrush regulator | Michael Walker | 2018-05-01 | 2 | -3/+12 | |
| | | | | | ||||||
| | * | | | iasdfa | Michael Walker | 2018-05-01 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | support Teensy 3.6 | Michael Walker | 2018-05-01 | 1 | -1/+7 | |
| | | | | | ||||||
| | * | | | Update | Michael Walker | 2018-05-01 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' into mike | Michael Walker | 2018-05-01 | 7 | -3/+36 | |
| | |\ \ \ | ||||||
| | * | | | | Attempt at Teensy 3.6 support | Michael Walker | 2018-04-30 | 19 | -1/+21205 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #157 from walkerstop/master | Fabien Poussin | 2018-05-05 | 4 | -2/+6 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | Kinetis compilation errors with latest code from ChibiOS master branch | |||||
| | * | | | | Remove duplicate code already in upstream master and add include dir | Michael Walker | 2018-05-02 | 2 | -6/+2 | |
| | | |_|/ | | |/| | | ||||||
| | * | | | Remove duplication | Michael Walker | 2018-05-02 | 1 | -19/+0 | |
| | | | | | ||||||
| | * | | | Merge remote-tracking branch 'upstream/master' | Michael Walker | 2018-05-02 | 272 | -18097/+82171 | |
| | |\ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | Enable Kinesis on newer ChibiOS | Michael Walker | 2018-05-01 | 7 | -3/+36 | |
| | | |/ | | |/| | ||||||
| * | | | Merge pull request #156 from wiml/k64_support | Fabien Poussin | 2018-05-05 | 11 | -0/+9518 | |
| |\ \ \ | | | | | | | | | | | Kinetis K64 and PJRC Teensy3.5 support | |||||
| | * | | | Board definitions for the PJRC Teensy 3.5, based on the Kinetis K64. | Wim Lewis | 2018-01-06 | 3 | -0/+465 | |
| | | | | | ||||||
| | * | | | Basic support for the (Motorola/Freescale/NXP) Kinetis MK64FX512 chip, | Wim Lewis | 2018-01-06 | 8 | -0/+9053 | |
| | | | | | | | | | | | | | | | | | | | | partially copied from the existing K20 support. | |||||
| * | | | | Renaming PID struct typedef to avoid conflicts | Fabien Poussin | 2018-03-25 | 2 | -38/+38 | |
| | | | | | ||||||
| * | | | | Adding basic PID demo. | Fabien Poussin | 2018-03-22 | 2 | -5/+5 | |
| | | | | | ||||||
| * | | | | Cleaning PID lib. | Fabien Poussin | 2018-03-22 | 2 | -41/+44 | |
| | | | | | ||||||
| * | | | | Adding PID library | Fabien Poussin | 2018-03-22 | 2 | -0/+269 | |
| | |_|/ | |/| | | ||||||
| * | | | Fixes for #138 | Fabien Poussin | 2018-03-20 | 2 | -26/+24 | |
| | | | | ||||||
| * | | | Fixed some more warnings | marcoveeneman | 2018-03-16 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Merge branch 'master' into update_tests | Fabien Poussin | 2018-03-15 | 15 | -23/+70 | |
| |\ \ \ | ||||||
| | * \ \ | Merge pull request #148 from romainreignier/add_stm32L4 | Fabien Poussin | 2018-03-15 | 1 | -0/+21 | |
| | |\ \ \ | | | | | | | | | | | | | platform: add support for STM32L4 family | |||||
| | | * | | | platform: add support for STM32L4 family | Romain Reignier | 2018-03-12 | 1 | -0/+21 | |
| | | | | | | ||||||
| | * | | | | Merge pull request #149 from marcoveeneman/improve_tiva_makefiles | Fabien Poussin | 2018-03-15 | 9 | -18/+44 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Improve tiva makefiles | |||||
| | | * | | | | Fixed warnings triggered by -Wundef compile option | marcoveeneman | 2018-03-12 | 3 | -18/+18 | |
| | | | | | | | ||||||
| | | * | | | | Fixed wrong variable name for ASM files | marcoveeneman | 2018-03-10 | 2 | -6/+6 | |
| | | | | | | | ||||||
| | | * | | | | Added shared variables to startup, board and platform makefiles | marcoveeneman | 2018-03-10 | 6 | -0/+26 | |
| | | | | | | | ||||||
| | * | | | | | Fixed most testhal examples for STM32, updated configs using script. Fixed ↵ | Fabien Poussin | 2018-03-14 | 11 | -21/+21 | |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | deprecated MS2ST calls. | |||||
| | * | | | | Keep track of STM32 RCC API | Romain Reignier | 2018-03-11 | 3 | -25/+25 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RCC API changed in 01/2018 so apply the changes. Note that ae7a4d40b84d8afc999691577210696f16e682f6 partially fixed the changes in QEI module but some were missing. So update the other modules too. | |||||
| * | | | | lib_sci: FIX 'for' loop initial declarations are only allowed in C99 or C11 mode | Romain Reignier | 2018-03-12 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | boards: Update board BARTHESS to newer API | Romain Reignier | 2018-03-12 | 1 | -18/+171 | |
| | | | | | ||||||
| * | | | | fatfs: update to latest ChibiOS changes | Romain Reignier | 2018-03-12 | 2 | -11/+11 | |
| | | | | | ||||||
| * | | | | hal_usbh: update to new Time macros | Romain Reignier | 2018-03-12 | 4 | -14/+14 | |
| | | | | | ||||||
| * | | | | hal_fsmc: update to new RCC API | Romain Reignier | 2018-03-12 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | hal: stm32: Keep track of latest STM32 RCC API | Romain Reignier | 2018-03-12 | 3 | -25/+25 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | RCC API changed in 01/2018 so apply the changes. Note that ae7a4d40b84d8afc999691577210696f16e682f6 partially fixed the changes in QEI module but some were missing. So update the other modules too. | |||||
| * | | | Merge pull request #145 from marcoveeneman/tiva_improvements | Fabien Poussin | 2018-03-08 | 12 | -1711/+1238 | |
| |\ \ \ | | | | | | | | | | | Various Tiva improvements |