Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | qei driver: change copyright | Nicolas Reinecke | 2016-05-15 | 4 | -6/+6 | |
| | | ||||||
| * | add qei testhal projects | Nicolas Reinecke | 2016-05-08 | 20 | -0/+3388 | |
| | | ||||||
| * | add STM32 qei (quadrature encoder interface) driver | Nicolas Reinecke | 2016-05-08 | 11 | -1/+995 | |
| | | | | | | | | | | | | | | Code from tinito in forum thread: http://forum.chibios.org/phpbb/viewtopic.php?f=14&t=685 Updated to chibios trunk. | |||||
* | | Merge pull request #74 from sdalu/palline | Fabio Utzig | 2016-05-09 | 3 | -12/+150 | |
|\ \ | | | | | | | PAL Line | |||||
| * | | Added Analogue Line A0..A5 | Stephane D'Alu | 2016-05-09 | 1 | -0/+13 | |
| | | | ||||||
| * | | added IO pins/lines definition (following STM32 model) | Stephane D'Alu | 2016-05-09 | 2 | -0/+86 | |
| | | | ||||||
| * | | added PAL_LINE support | Stephane D'Alu | 2016-05-09 | 1 | -12/+51 | |
|/ / | | | | | | | follow template order | |||||
* | | Merge pull request #70 from awygle/msp430x | awygle | 2016-05-08 | 15 | -515/+3402 | |
|\ \ | | | | | | | Added SPI driver and test code to MSP430X port | |||||
| * | | Added SPI driver and test code to MSP430X port | Andrew Wygle | 2016-05-08 | 15 | -515/+3402 | |
| |/ | | | | | | | | | | | | | A DMA-driven SPI driver and fairly comprehensive test code for SPI on the MSP430X port. Required some cleanup to the DMA and Serial drivers as well. Includes some reformatting to be more in line with ChibiOS coding standards. | |||||
* | | Merge pull request #69 from sdalu/pwm | Fabio Utzig | 2016-05-08 | 8 | -1/+1828 | |
|\ \ | | | | | | | PWM support for nRF51 | |||||
| * | | old C style | Stephane D'Alu | 2016-05-05 | 1 | -1/+2 | |
| | | | ||||||
| * | | Added PWM testhal | Stephane D'Alu | 2016-05-05 | 5 | -0/+1181 | |
| | | | ||||||
| * | | PWM driver | Stephane D'Alu | 2016-05-05 | 3 | -1/+646 | |
| | | | ||||||
* | | | Merge pull request #71 from flabbergast/kinetis | Fabio Utzig | 2016-05-08 | 12 | -28/+213 | |
|\ \ \ | |_|/ |/| | | [KINETIS] PAL driver: implement PAL_LINE. | |||||
| * | | [KINETIS] PAL driver: implement PAL_LINE. | flabbergast | 2016-05-08 | 12 | -28/+213 | |
|/ / | ||||||
* / | Merge pull request #68 from awygle/msp430x | awygle | 2016-05-04 | 27 | -19/+4356 | |
|/ | | | MSP430X DMA Support, EXP430FR6989 Demo + Makefile Updates | |||||
* | Merge pull request #55 from marcoveeneman/tiva-wdg-driver | marcoveeneman | 2016-05-02 | 100 | -77/+2411 | |
|\ | | | | | Tiva WDG driver | |||||
| * | Tiva. Updated Tiva makefiles to be compatible with the main repository. | marcoveeneman | 2016-04-28 | 11 | -22/+41 | |
| | | ||||||
| * | Tiva. WDG. Changed fixed load value to the system clock in the demo. | marcoveeneman | 2016-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Mass license update. | marcoveeneman | 2016-04-28 | 83 | -56/+494 | |
| | | ||||||
| * | Disabled SPI support in halconf.h and added some comments in main.c | marcoveeneman | 2016-04-11 | 2 | -2/+6 | |
| | | ||||||
| * | Tiva. WDG. Added watchdog driver to tm4c129 platform.mk. | marcoveeneman | 2016-04-06 | 1 | -1/+2 | |
| | | ||||||
| * | Tiva. WDG. Added missing declarations for watchdog peripherals. | marcoveeneman | 2016-04-06 | 1 | -1/+3 | |
| | | ||||||
| * | Tiva. WDG. Added testhal demo for Watchdog driver. | marcoveeneman | 2016-04-06 | 9 | -0/+1439 | |
| | | ||||||
| * | Tiva. WDG. Added watchdog low level driver. | marcoveeneman | 2016-04-06 | 3 | -1/+430 | |
| | | ||||||
| * | Tiva. WDG. Added missing declarations for watchdog peripherals. | marcoveeneman | 2016-04-06 | 1 | -1/+3 | |
| | | ||||||
* | | Merge pull request #67 from flabbergast/kinetis | Fabio Utzig | 2016-05-01 | 1 | -3/+5 | |
|\ \ | | | | | | | [KINETIS] Fix KL26Z/I2C/Makefile. | |||||
| * | | [KINETIS] Fix KL26Z/I2C/Makefile. | flabbergast | 2016-05-01 | 1 | -3/+5 | |
| | | | ||||||
* | | | Merge pull request #66 from pl4nkton/stm32_fixes | Uladzimir Pylinski | 2016-05-01 | 60 | -515/+1278 | |
|\ \ \ | |/ / |/| | | Stm32 fixes | |||||
| * | | testhal/STM32/f4/EICU: remove ccache | Nicolas Reinecke | 2016-05-01 | 1 | -3/+2 | |
| | | | ||||||
| * | | fix warnings in STM32 projects because of missing configs | Nicolas Reinecke | 2016-05-01 | 10 | -4/+125 | |
| | | | ||||||
| * | | remove symlinks | Nicolas Reinecke | 2016-05-01 | 2 | -2/+0 | |
| | | | ||||||
| * | | update stm32 demo and testhal projects to upstream chibios | Nicolas Reinecke | 2016-05-01 | 39 | -415/+1060 | |
| | | | ||||||
| * | | fix comment | Nicolas Reinecke | 2016-05-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | f4 platform.mk: reoder hardware | Nicolas Reinecke | 2016-05-01 | 1 | -5/+5 | |
| | | | ||||||
| * | | fix whitespace | Nicolas Reinecke | 2016-05-01 | 5 | -77/+77 | |
| | | | ||||||
| * | | fix typos in mcu conf | Nicolas Reinecke | 2016-05-01 | 6 | -9/+9 | |
|/ / | ||||||
* | | Merge pull request #65 from pl4nkton/add_stm32f1xx_port | Uladzimir Pylinski | 2016-04-29 | 2 | -0/+18 | |
|\ \ | | | | | | | FSMC. Added stm32f1xx port. | |||||
| * | | FSMC: fix build on stm32f1x and stm32f3 | Nicolas Reinecke | 2016-04-29 | 1 | -0/+4 | |
| | | | | | | | | | | | | STM32F1,3 has no fsmc reset function so make it optional | |||||
| * | | add stm32f1xx port | Nicolas Reinecke | 2016-04-28 | 1 | -0/+14 | |
| | | | ||||||
* | | | Merge pull request #64 from sdalu/aSm | Fabio Utzig | 2016-04-28 | 3 | -5/+9 | |
|\ \ \ | |/ / |/| | | sync with ChibiOS master for ASMXSRC | |||||
| * | | sync with ChibiOS master for ASMXSRC | Stephane D'Alu | 2016-04-28 | 3 | -5/+9 | |
|/ / | ||||||
* | | Merge pull request #62 from flabbergast/i2c | Fabio Utzig | 2016-04-27 | 14 | -380/+1600 | |
|\ \ | | | | | | | [KINETIS] I2C update (timeouts, KL27Z) | |||||
| * | | [KINETIS] Add I2C workaround for KL27Z. | flabbergast | 2016-04-25 | 2 | -3/+74 | |
| | | | ||||||
| * | | [KINETIS] Fix I2C clock divisor computation. | flabbergast | 2016-04-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | [KINETIS] I2C driver: implement timeout. | flabbergast | 2016-04-25 | 2 | -6/+32 | |
| | | | ||||||
| * | | [KINETIS] Slightly rewrite and comment i2c driver. | flabbergast | 2016-04-25 | 1 | -56/+143 | |
| | | | ||||||
| * | | [KINETIS] Consolidate KL2x I2C CMSIS defs. | flabbergast | 2016-04-24 | 5 | -319/+83 | |
| | | | ||||||
| * | | [KINETIS] Add FRDM-KL26Z/I2C demo. | flabbergast | 2016-04-24 | 7 | -2/+1274 | |
| | | | ||||||
| * | | [KINETIS] Rename I2Cx.S1 to I2Cx.S for KL26Z. | flabbergast | 2016-04-24 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | For some strange reason Freescale refers to this I2C register as 'S1' on KL26Z and as 'S' on all other Kinetises (K20x, KL2xZ). To avoid horrible #ifs in the driver, use 'S' also on KL26Z. |