aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | KINETIS platform update for ChibiOS 18.2.x.Konstantin Oblaukhov2018-11-2033-3696/+2420
| | | |
| | * | Reorganize KINETIS driver filesKonstantin Oblaukhov2018-11-2018-21/+21
| | | |
| | * | Update all NRF5x makefiles and chconf.h.Konstantin Oblaukhov2018-11-2049-554/+4470
| | | | | | | | | | | | | | | | Add missing halconf_community.h
| | * | NRF5x platform - new Makefiles.Konstantin Oblaukhov2018-11-2013-106/+153
| | | |
| | * | Reorganize NRF5x driver files.Konstantin K. Oblaukhov2018-11-2024-30/+30
| |/ /
| * | Merge pull request #170 from kajusK/qeiFabien Poussin2018-11-012-1/+2
| |\| | | | | | | Added setting qei to value for stm32
| | * Added setting qei to value for stm32Jakub Kaderka2018-10-162-1/+2
| | |
| * | Merge pull request #171 from dflogeras/rccEnableCRCFabien Poussin2018-11-011-1/+1
| |\ \ | | | | | | | | Fix for rccEnableCRC macro parameter.
| | * | Fix for rccEnableCRC macro parameter.Dave Flogeras2018-11-011-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was removed in commit ae7a4d40b84d8afc999691577210696f16e682f6#diff-7ddaa5ecc31109f41b7801dea2660b47 But I think is still necessary as the underlying rccEnableAHB macros take parameter 'lp'. It seems to work for the F0xx series, because its rccEnableAHB ignores the 'lp'. It is required when I tried to use the CRC driver on a family that does require the 'lp' parameter in the lower level macros.
| * | Merge pull request #169 from apmorton/usbh-fixesFabien Poussin2018-10-021-7/+16
| |\ \ | | | | | | | | STM32 USBH LLD Fixes
| | * | avoid using list_for_each_entry_safe when closing endpoints to prevent ↵Austin Morton2018-10-011-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | potential infinite loop list_for_each_entry_safe is only safe when the current entry is being removed. If other entries in the list could potentially be removed it can result in an infinite loop. Because usbh_lld_ep_close blocks on each urb during iteration, it may give up its lock on the system and allow an interrupt to remove a different urb from the list, resulting in an infinite loop when the thread resumes.
| | * | fix some compiler warnings around USBH_DEBUG_ENABLE conditionsAustin Morton2018-10-011-2/+2
| | | |
| | * | implement _ptxfe_int to support ISO and INT out transfersAustin Morton2018-10-011-3/+11
| |/ /
| * | Merge pull request #168 from kajusK/masterFabien Poussin2018-09-281-0/+2
| |\|
| | * Generate PAL_LINE for named pinsJakub Kaderka2018-09-281-0/+2
| |/
| * Merge pull request #167 from ObKo/chibios-18.2.xFabien Poussin2018-09-2767-4776/+2075
| |\
| | * Various tests and demos fixes.Konstantin Oblaukhov2018-09-247-4372/+3
| | |
| | * Update chconf.h to RT v5.1.Konstantin Oblaukhov2018-09-2418-36/+1620
| | |
| | * New style makefiles for demos and tests.Konstantin Oblaukhov2018-09-2420-265/+138
| | |
| | * Adopt sources to new HAL.Konstantin Oblaukhov2018-09-248-8/+34
| | |
| | * Update STM32 platform makefiles, add per-driver makefiles.Konstantin Oblaukhov2018-09-2413-71/+178
| | |
| | * Smart build for HAL.Konstantin Oblaukhov2018-09-241-24/+102
| |/
* | USBH test correctionsDiego Ismirlian2018-09-023-9/+11
| |
* | FATFS: update diskio to match FATFS versionDiego Ismirlian2018-08-201-6/+6
| |
* | Merge branch 'master' of https://github.com/MegabytePhreak/ChibiOS-ContribDiego Ismirlian2018-08-205-19/+20
|\ \
| * | Update USB_HOST testhal project for latest ChibiOSPaul Roukema2018-08-052-17/+12
| | |
| * | Fix incompatible USBH VMTsPaul Roukema2018-08-053-2/+8
| |/
* | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2018-08-20296-13371/+63995
|\|
| * Merge pull request #165 from lechndo/bug_#161_STM32_CRC_DMA_size_limitFabien Poussin2018-07-132-5/+21
| |\ | | | | | | Fix #161: STM32 LLD CRCv1 large data bug in DMA mode
| | * Fix STM32 LLD CRCv1 large data bug in DMA modeUnknown2018-07-122-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
| * Merge pull request #163 from vrepetenko/ISSUE162_QEI_DRIVERFabien Poussin2018-06-201-2/+2
| |\ | | | | | | Issue #162: QEI driver macros not defined error fixed
| | * Issue #162: QEI driver macros not defined error fixedVitaly Repetenko2018-06-191-2/+2
| |/
| * Merge pull request #159 from walkerstop/sdhcfixFabien Poussin2018-05-171-0/+4
| |\ | | | | | | Adding missing interrupt vector for SDHC on MK66F18 MCU
| | * Adding missing interrupt vector for SDHC on MK66F18 MCUMichael Walker2018-05-081-0/+4
| |/
| * Merge pull request #158 from walkerstop/mikeFabien Poussin2018-05-0721-3/+24761
| |\ | | | | | | Kinetis MK66F18 and PJRC Teensy 3.6 support
| | * Fix MK66F18 compilation for the following HALs: Serial, I2C, EXT, ADC, GPT, ↵Michael Walker2018-05-077-4637/+8218
| | | | | | | | | | | | PWM, SPI
| | * Correct register definitions for MK66F18 for LPTMR and FlexRAMMichael Walker2018-05-032-42/+57
| | |
| | * Always use IRC48M clock for USB on MK66F18Michael Walker2018-05-021-0/+3
| | |
| | * Always use IRC48M clock for USB on MK66F18Michael Walker2018-05-021-5/+6
| | |
| | * Disable MPU by defaultMichael Walker2018-05-021-0/+5
| | |
| | * Merge branch 'master' into mikeMichael Walker2018-05-022-6/+2
| | |\
| | * \ Merge branch 'master' into mikeMichael Walker2018-05-02645-37643/+123342
| | |\ \
| | * | | More correctionsMichael Walker2018-05-013-557/+566
| | | | |
| | * | | disable voltage inrush regulatorMichael Walker2018-05-012-3/+12
| | | | |
| | * | | iasdfaMichael Walker2018-05-011-0/+3
| | | | |
| | * | | support Teensy 3.6Michael Walker2018-05-011-1/+7
| | | | |
| | * | | UpdateMichael Walker2018-05-011-0/+1
| | | | |
| | * | | Merge branch 'master' into mikeMichael Walker2018-05-017-3/+36
| | |\ \ \
| | * | | | Attempt at Teensy 3.6 supportMichael Walker2018-04-3019-1/+21205
| | | | | |
| * | | | | Merge pull request #157 from walkerstop/masterFabien Poussin2018-05-054-2/+6
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | Kinetis compilation errors with latest code from ChibiOS master branch