Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #184 from nanoframework/fix-usbms | Fabien Poussin | 2019-03-06 | 3 | -33/+57 |
|\ | | | | | Fixes for USB MSD | ||||
| * | Fixes for USB MSD | José Simões | 2019-02-27 | 3 | -33/+57 |
| | | | | | | | | | | | | | | | | | | - Fix return value on succesfull scsi_requestsense. - Fix calls to LL SMT32 API for OTG2. - Port changes from ChibiOS fatfs_diskio. - Rework checks to allow simultaneous use of SD Card and USB MSD. Signed-off-by: José Simões <jose.simoes@eclo.solutions> | ||||
* | | Merge pull request #185 from kajusK/pin_reset | Fabien Poussin | 2019-03-06 | 1 | -1/+2 |
|\ \ | |/ |/| | Fixed GPIO_PIN_RESET instead of GPIO_PIN_CLEAR | ||||
| * | Fixed gpio pin reset | Jakub Kaderka | 2019-03-06 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #183 from kajusK/spi | Fabien Poussin | 2019-02-11 | 1 | -0/+10 |
|\ | | | | | Added spi and fixed FSMC alternate setup | ||||
| * | Added spi and fixed FSMC alternate setup | Jakub Kaderka | 2019-02-10 | 1 | -0/+10 |
|/ | |||||
* | Merge pull request #181 from kajusK/pinstate | Fabien Poussin | 2019-01-31 | 1 | -1/+7 |
|\ | | | | | Added ODR setting to mx2board.py | ||||
| * | Added ODR setting to mx2board.py | Jakub Kaderka | 2019-01-28 | 1 | -1/+7 |
| | | |||||
* | | Merge pull request #182 from fpoussin/opa | Fabien Poussin | 2019-01-31 | 6 | -89/+588 |
|\ \ | |/ |/| | Updating OpAmp code with calibration functions, cleaning. | ||||
| * | Updating OpAmp code with calibration functions, cleaning. | Fabien Poussin | 2019-01-31 | 6 | -89/+588 |
|/ | |||||
* | Missing op amp file for non smart build | Fabien Poussin | 2019-01-25 | 1 | -1/+2 |
| | |||||
* | Merge pull request #180 from fpoussin/median | Fabien Poussin | 2019-01-10 | 2 | -0/+171 |
|\ | | | | | Median filter library | ||||
| * | Adding median library | Fabien Poussin | 2019-01-10 | 2 | -0/+171 |
|/ | |||||
* | Merge pull request #178 from AndruPol/master | Fabien Poussin | 2019-01-09 | 39 | -109/+10514 |
|\ | | | | | added NRF52 pwm, icu, i2c, radio esb drivers | ||||
| * | added NRF52 pwm, icu, i2c, radio esb drivers | andru | 2019-01-08 | 39 | -109/+10514 |
| | | |||||
* | | Merge pull request #179 from fpoussin/opamp | Fabien Poussin | 2019-01-09 | 15 | -0/+2783 |
|\ \ | |/ |/| | Opamp driver | ||||
| * | Updated opamp example | Fabien Poussin | 2019-01-08 | 1 | -1/+8 |
| | | |||||
| * | Adding rudimentary OPAMP Driver | Fabien Poussin | 2019-01-08 | 15 | -0/+2776 |
|/ | |||||
* | Merge pull request #177 from kajusK/periph | Fabien Poussin | 2018-12-23 | 1 | -4/+38 |
|\ | | | | | Generate peripheral and channel numbers from signal names | ||||
| * | Fixed single can generation | Jakub Kaderka | 2018-12-22 | 1 | -1/+1 |
| | | |||||
| * | Generate peripherals and channels from signal name | Jakub Kaderka | 2018-12-21 | 1 | -4/+38 |
| | | |||||
| * | Fixed Timer number generation | Jakub Kaderka | 2018-12-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #175 from kajusK/generator | Fabien Poussin | 2018-12-13 | 1 | -1/+5 |
|\ | | | | | Fixed board generation for pins with note in name | ||||
| * | Fixed board generation for pins with note in name | Jakub Kaderka | 2018-12-10 | 1 | -1/+5 |
| | | |||||
* | | Update README.md | Fabien Poussin | 2018-12-04 | 1 | -3/+7 |
| | | |||||
* | | Merge pull request #173 from ObKo/chibios-18.2.x-merged | Fabien Poussin | 2018-12-04 | 244 | -6172/+19884 |
|\ \ | | | | | | | Update NRF5x, KINETIS Makefiles to ChibiOS 18.2.x | ||||
| * | | Fix USB HID driver. | Konstantin Oblaukhov | 2018-11-20 | 1 | -1/+9 |
| | | | |||||
| * | | KINETIS tests and demos updated to ChibiOS 18.2.x. | Konstantin Oblaukhov | 2018-11-20 | 109 | -1764/+12781 |
| | | | |||||
| * | | KINETIS platform update for ChibiOS 18.2.x. | Konstantin Oblaukhov | 2018-11-20 | 33 | -3696/+2420 |
| | | | |||||
| * | | Reorganize KINETIS driver files | Konstantin Oblaukhov | 2018-11-20 | 18 | -21/+21 |
| | | | |||||
| * | | Update all NRF5x makefiles and chconf.h. | Konstantin Oblaukhov | 2018-11-20 | 49 | -554/+4470 |
| | | | | | | | | | | | | Add missing halconf_community.h | ||||
| * | | NRF5x platform - new Makefiles. | Konstantin Oblaukhov | 2018-11-20 | 13 | -106/+153 |
| | | | |||||
| * | | Reorganize NRF5x driver files. | Konstantin K. Oblaukhov | 2018-11-20 | 24 | -30/+30 |
|/ / | |||||
* | | Merge pull request #170 from kajusK/qei | Fabien Poussin | 2018-11-01 | 2 | -1/+2 |
|\| | | | | | Added setting qei to value for stm32 | ||||
| * | Added setting qei to value for stm32 | Jakub Kaderka | 2018-10-16 | 2 | -1/+2 |
| | | |||||
* | | Merge pull request #171 from dflogeras/rccEnableCRC | Fabien Poussin | 2018-11-01 | 1 | -1/+1 |
|\ \ | | | | | | | Fix for rccEnableCRC macro parameter. | ||||
| * | | Fix for rccEnableCRC macro parameter. | Dave Flogeras | 2018-11-01 | 1 | -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-fixes | Fabien Poussin | 2018-10-02 | 1 | -7/+16 |
|\ \ | | | | | | | STM32 USBH LLD Fixes | ||||
| * | | avoid using list_for_each_entry_safe when closing endpoints to prevent ↵ | Austin Morton | 2018-10-01 | 1 | -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 conditions | Austin Morton | 2018-10-01 | 1 | -2/+2 |
| | | | |||||
| * | | implement _ptxfe_int to support ISO and INT out transfers | Austin Morton | 2018-10-01 | 1 | -3/+11 |
|/ / | |||||
* | | Merge pull request #168 from kajusK/master | Fabien Poussin | 2018-09-28 | 1 | -0/+2 |
|\| | |||||
| * | Generate PAL_LINE for named pins | Jakub Kaderka | 2018-09-28 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #167 from ObKo/chibios-18.2.x | Fabien Poussin | 2018-09-27 | 67 | -4776/+2075 |
|\ | |||||
| * | Various tests and demos fixes. | Konstantin Oblaukhov | 2018-09-24 | 7 | -4372/+3 |
| | | |||||
| * | Update chconf.h to RT v5.1. | Konstantin Oblaukhov | 2018-09-24 | 18 | -36/+1620 |
| | | |||||
| * | New style makefiles for demos and tests. | Konstantin Oblaukhov | 2018-09-24 | 20 | -265/+138 |
| | | |||||
| * | Adopt sources to new HAL. | Konstantin Oblaukhov | 2018-09-24 | 8 | -8/+34 |
| | | |||||
| * | Update STM32 platform makefiles, add per-driver makefiles. | Konstantin Oblaukhov | 2018-09-24 | 13 | -71/+178 |
| | | |||||
| * | Smart build for HAL. | Konstantin Oblaukhov | 2018-09-24 | 1 | -24/+102 |
|/ |