Commit Graph

1040 Commits

Author SHA1 Message Date
Fabien Poussin 3ff5a092fc Merge pull request #116 from andresv/qei-tim-used-checks
Add checks to STM32 QEI driver if TIMx is already used
2017-06-05 12:21:51 +02:00
Andres Vahter c5be9cd85b Add checks to QEI if STM32 TIM is already used 2017-06-05 09:25:37 +03:00
Fabien Poussin f6fb9f4c77 Fixes for mx2board.py 2017-05-12 01:02:04 +02:00
Fabien Poussin a5c3ddb053 mx2board fix 2017-05-11 14:40:18 +02:00
Fabien Poussin 97cf275914 Updating mx2board script 2017-05-11 14:33:44 +02:00
Fabien Poussin b7a700d2d9 Adding mx2board script 2017-05-08 17:20:33 +02:00
Fabien Poussin fa9b5ac5ae Merge pull request #115 from marcoveeneman/various_tiva_improvements
Various tiva improvements
2017-04-23 01:52:07 +02:00
marcoveeneman 7f7665e8f2 Fixed .travis.yml after moving the scripts. 2017-04-21 19:07:54 +02:00
marcoveeneman 6226e8f5cc Moved travis scripts 2017-04-21 19:02:48 +02:00
Fabien Poussin d72d463fee Adding build script for CI. 2017-04-21 11:12:11 +02:00
marcoveeneman 2841fd88cd Updated license headers 2017-04-20 19:47:50 +02:00
marcoveeneman cfbd190b1e Fixed Tiva low level driver @file documentation. 2017-04-18 23:17:00 +02:00
marcoveeneman 3e3db4cf24 Improved documentation of the Tiva serial driver. 2017-04-18 23:06:30 +02:00
marcoveeneman e712f914ba Implemented advanced buffering support for the Tiva serial driver. 2017-04-18 22:55:01 +02:00
marcoveeneman 01423b08c2 Changed the flag set when a serial buffer is full. 2017-04-18 22:41:25 +02:00
marcoveeneman 9617145f21 Added driver.mk file for each low level peripheral driver. 2017-04-18 22:20:21 +02:00
marcoveeneman 4226442a0c Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib 2017-04-18 21:31:55 +02:00
marcoveeneman 4cf565a7e8 Merge pull request #1 from marcoveeneman/tiva_travis_ci
Initial Travis CI support.
2017-04-18 21:29:04 +02:00
Fabien Poussin 4c203dba2d Fixed MSP430 build with latest msp-gcc (6.2) 2017-04-14 16:46:28 +02:00
Fabien Poussin 4186e908ee Fixed NRF52 and Win32 demos. 2017-04-14 13:01:28 +02:00
Fabien Poussin 2212cb731f Fixed NRF51 Makefiles 2017-04-14 12:51:10 +02:00
marcoveeneman de1789b783 Initial Travis CI support.
All the Tiva demos and testhal applications are built except the LWIP demo.
2017-04-06 22:58:29 +02:00
Uladzimir Pylinski 97aaabeedd Merge pull request #113 from romainreignier/fix_ch_dependency
Fix ch dependency.
2017-03-01 21:52:33 +03:00
Romain Reignier 8974911eda [testhal] Removed ccache dependency. 2017-02-28 23:00:00 +01:00
Romain Reignier 0b5d913847 [testhal] Fixed path for ChibiOS-RT. 2017-02-28 22:59:45 +01:00
Romain Reignier 15517ffbd0 [DMA2D, LTDC] Removing ch.h dependencies. Fix #111. 2017-02-28 22:59:28 +01:00
Fabien Poussin a4d41047d5 Merge pull request #112 from fpoussin/comparator
Comparator Driver
2017-02-12 03:52:12 +01:00
Fabien Poussin 4ffde4b17e [Comp] Adding interrupt functions, updating example. 2017-02-09 12:30:21 +01:00
Fabien Poussin fd89254b0d [Comp] Adding support for STM32F0. 2017-02-07 16:08:08 +01:00
Fabien Poussin 8b7e318d78 [Comp] Adding more defines 2017-02-07 15:46:43 +01:00
Fabien Poussin 1d10f06ab4 [Comp] Adding init, helper defines. 2017-02-07 15:37:20 +01:00
Fabien Poussin f4687bd298 [Comp] Cleaning example, removing dependencies and adding checks. 2017-02-07 15:20:28 +01:00
Fabien Poussin 7059c87ab4 [COMP] Fixing headers, missing includes. 2017-02-07 10:58:11 +01:00
Fabien Poussin 86428716d5 Adding COMP Driver. 2017-02-06 20:09:28 +01:00
Fabien Poussin 11e949d81b [Timcap/Eeprom] Removing ch.h dependencies. 2017-02-06 13:32:36 +01:00
barthess c09968f967 [STM32, NAND] Fixed #elif without expression 2017-01-24 12:15:04 +03:00
Uladzimir Pylinski 8338d28cc0 Merge pull request #110 from ObKo/usb_hid-improve
usb_hid: cosmetic improvements in report descriptor defines.
2017-01-22 23:39:38 +03:00
barthess 88c55f1aaa FSMC NAND improvements.
1) Implemented 16 bit bus width support
2) Added workaround errata in STM32
2017-01-17 21:10:54 +03:00
Konstantin Oblaukhov c8a9cbd995 usb_hid: HID_REPORT_ID macro. 2017-01-17 16:39:08 +07:00
Konstantin Oblaukhov 9370dc02c7 usb_hid: cosmetic improvements in report descriptor defines. 2017-01-17 11:37:32 +07:00
barthess d2aaea434a USB MSD. Added project files 2017-01-06 11:09:10 +03:00
barthess 3e8fdd762a Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib 2017-01-06 11:06:52 +03:00
barthess 779ea88be7 NAND. Added reset function. 2017-01-06 11:06:40 +03:00
barthess 71a77db50f Fixed typo in ramdisk. 2017-01-06 11:05:08 +03:00
Fabien Poussin 0135ff7dd3 Merge pull request #107 from pl4nkton/stm32_fixes
Stm32 fixes
2017-01-04 10:47:39 +01:00
barthess 52f82fb9cc USB MSD. Cosmetical improvements. 2017-01-04 10:17:04 +03:00
barthess 9b1c3b0122 USB_MSD. Added compile time check about sychronous API. 2017-01-03 10:26:44 +03:00
Fabio Utzig 4b1ccfcd68 Merge pull request #109 from funnydog/kinetis-fixes
Kinetis fixes
2016-12-17 10:49:29 -02:00
Fabio Utzig 453a05641e Merge pull request #108 from funnydog/hal-fixes
hal: fix the compilation of hal_usb_hid.c
2016-12-17 10:48:41 -02:00
funnydog 328f64069d hal: fix the compilation of hal_usb_hid.c
Fix the compilation of hal_usb_hid.c that broke because of the changes
in ibqObjectInit() and obqObjectInit() prototypes.

In hidObjectInit() call these functions with the additional suspend
parameter set to true as done in ChibiOS-RT.
2016-12-13 12:35:58 +01:00