| Commit message (Expand) | Author | Age | Files | Lines |
* | moved rng to LLD directory. | Stephane D'Alu | 2016-07-10 | 1 | -1/+1 |
* | renamed NRF51_* to NRF5_* | Stephane D'Alu | 2016-07-10 | 6 | -13/+13 |
* | Merge pull request #87 from sdalu/qei | Uladzimir Pylinski | 2016-07-08 | 2 | -1/+19 |
|\ |
|
| * | Merge branch 'master' into qei | Stephane D'Alu | 2016-07-07 | 12 | -45/+24 |
| |\ |
|
| * | | added qeiAdjustI. added new field and checking in STM32 | Stephane D'Alu | 2016-07-07 | 2 | -1/+19 |
* | | | corrected makefile | Stephane D'Alu | 2016-07-07 | 1 | -4/+2 |
* | | | code cleanup, fixed testhal | Stephane D'Alu | 2016-07-07 | 3 | -32/+60 |
| |/
|/| |
|
* | | Merge pull request #86 from marcoveeneman/master | marcoveeneman | 2016-07-05 | 12 | -45/+24 |
|\ \
| |/
|/| |
|
| * | Tiva. Fixed and added missing debug and external tool configurations. | marcoveeneman | 2016-05-11 | 5 | -5/+5 |
| * | Tiva. Fixed project files of testhal and demos. | marcoveeneman | 2016-05-11 | 7 | -40/+19 |
* | | Added USB HID driver to community HAL | Jonathan Struebel | 2016-06-18 | 11 | -0/+2064 |
* | | 1-wire improvements. | barthess | 2016-05-31 | 3 | -24/+24 |
* | | 1-wire. Data acqusition code in test application rewritten in more safe way | barthess | 2016-05-30 | 3 | -9/+9 |
* | | Fixed project file for 1-wire for STM32F0x | barthess | 2016-05-30 | 1 | -4/+4 |
* | | Merge pull request #77 from sdalu/pwm_ppi | Fabio Utzig | 2016-05-29 | 2 | -3/+11 |
|\ \ |
|
| * | | allow use of GPIOTE/PPI to drive gpio pin (without callback) | Stephane D'Alu | 2016-05-18 | 2 | -3/+11 |
| |/ |
|
* | | Merge pull request #72 from pl4nkton/add_qei_driver | Uladzimir Pylinski | 2016-05-16 | 20 | -0/+3388 |
|\ \
| |/
|/| |
|
| * | qei testhal: copyright | Nicolas Reinecke | 2016-05-15 | 2 | -2/+2 |
| * | add qei testhal projects | Nicolas Reinecke | 2016-05-08 | 20 | -0/+3388 |
* | | Merge pull request #70 from awygle/msp430x | awygle | 2016-05-08 | 8 | -97/+1743 |
|\ \ |
|
| * | | Added SPI driver and test code to MSP430X port | Andrew Wygle | 2016-05-08 | 8 | -97/+1743 |
| |/ |
|
* | | Merge pull request #69 from sdalu/pwm | Fabio Utzig | 2016-05-08 | 5 | -0/+1181 |
|\ \ |
|
| * | | Added PWM testhal | Stephane D'Alu | 2016-05-05 | 5 | -0/+1181 |
* | | | [KINETIS] PAL driver: implement PAL_LINE. | flabbergast | 2016-05-08 | 4 | -17/+17 |
| |/
|/| |
|
* | | Merge pull request #68 from awygle/msp430x | awygle | 2016-05-04 | 6 | -0/+1527 |
|/ |
|
* | Merge pull request #55 from marcoveeneman/tiva-wdg-driver | marcoveeneman | 2016-05-02 | 34 | -17/+1761 |
|\ |
|
| * | Tiva. Updated Tiva makefiles to be compatible with the main repository. | marcoveeneman | 2016-04-28 | 6 | -14/+27 |
| * | 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 | 24 | -6/+294 |
| * | Disabled SPI support in halconf.h and added some comments in main.c | marcoveeneman | 2016-04-11 | 2 | -2/+6 |
| * | Tiva. WDG. Added testhal demo for Watchdog driver. | marcoveeneman | 2016-04-06 | 9 | -0/+1439 |
* | | Merge pull request #67 from flabbergast/kinetis | Fabio Utzig | 2016-05-01 | 1 | -3/+5 |
|\ \ |
|
| * | | [KINETIS] Fix KL26Z/I2C/Makefile. | flabbergast | 2016-05-01 | 1 | -3/+5 |
* | | | 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 | 6 | -4/+60 |
* | | | remove symlinks | Nicolas Reinecke | 2016-05-01 | 2 | -2/+0 |
* | | | update stm32 demo and testhal projects to upstream chibios | Nicolas Reinecke | 2016-05-01 | 27 | -187/+740 |
* | | | fix comment | Nicolas Reinecke | 2016-05-01 | 1 | -1/+1 |
* | | | fix whitespace | Nicolas Reinecke | 2016-05-01 | 3 | -73/+73 |
* | | | fix typos in mcu conf | Nicolas Reinecke | 2016-05-01 | 6 | -9/+9 |
|/ / |
|
* | | Merge pull request #62 from flabbergast/i2c | Fabio Utzig | 2016-04-27 | 6 | -0/+1270 |
|\ \ |
|
| * | | [KINETIS] Add FRDM-KL26Z/I2C demo. | flabbergast | 2016-04-24 | 6 | -0/+1270 |
* | | | [KINETIS] Mass update Makefile (license & asm changes). | flabbergast | 2016-04-24 | 25 | -52/+101 |
* | | | [KINETIS] Update Makefiles: cortex-m0 to cortex-m0plus. | flabbergast | 2016-04-24 | 10 | -10/+10 |
* | | | [KINETIS] Update Makefiles to use shell.mk. | flabbergast | 2016-04-24 | 5 | -24/+29 |
|/ / |
|
* | | Updated Makefiles for STM32 according to | barthess | 2016-04-23 | 22 | -76/+459 |
* | | [KINETIS] Moved time variable definition in blinker thread | Jonathan Struebel | 2016-04-18 | 2 | -4/+4 |
* | | Merge pull request #56 from flabbergast/flabbergast | Fabio Utzig | 2016-04-13 | 2 | -394/+71 |
|\ \ |
|
| * | | [KINETIS] Update ld script in TEENSY_LC/EEPROM_EMU demo. | flabbergast | 2016-04-11 | 2 | -394/+71 |
* | | | Merge branch 'master' into fix-nrf51-port | Fabio Utzig | 2016-04-10 | 5 | -293/+259 |
|\| | |
|