index
:
avr/qmk/ChibiOS-Contrib
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testhal
Commit message (
Expand
)
Author
Age
Files
Lines
*
USBH: testhal: fix compile warning
Diego Ismirlian
2017-10-29
2
-3
/
+3
*
USBH: testhal example: improve support for multiple FAT devices
Diego Ismirlian
2017-08-08
2
-6
/
+7
*
Merge branch 'master' into usbh_devel
Fabien Poussin
2017-08-08
10
-1
/
+1599
|
\
|
*
Merge pull request #120 from marcoveeneman/tiva_add_adc
marcoveeneman
2017-08-08
9
-0
/
+1598
|
|
\
|
|
*
Improved ADC testhal application.
marcoveeneman
2017-07-03
1
-1
/
+5
|
|
*
Improved ADC driver and ADC testhal application.
marcoveeneman
2017-07-03
1
-7
/
+7
|
|
*
Initial ADC driver and testhal application for TM4C123x.
marcoveeneman
2017-07-03
9
-0
/
+1594
|
*
|
Merge pull request #122 from dismirlian/usbh_devel
Fabien Poussin
2017-08-07
6
-8
/
+281
|
|
\
\
|
|
|
/
|
|
/
|
*
|
|
USBH: Fix compile with FATFS 0.12b
Diego Ismirlian
2017-08-07
4
-246
/
+18
*
|
|
Merge branch 'master' of https://github.com/dismirlian/ChibiOS-Contrib into u...
Diego Ismirlian
2017-08-07
3
-14
/
+15
|
\
|
|
|
|
/
|
/
|
|
*
Fixes for USB host example to compile on 4.0.x
Fabien Poussin
2017-06-07
3
-14
/
+15
*
|
USBH: added default control request timeout parameter
Diego Ismirlian
2017-07-31
1
-0
/
+1
*
|
USBH: testhal MSD: abort read on error
Diego Ismirlian
2017-07-31
1
-1
/
+2
*
|
USBH: testhal example: add delay for VBUS stabilization
Diego Ismirlian
2017-07-13
1
-0
/
+1
*
|
USBH: Add flexibility to the enumeration process
Diego Ismirlian
2017-07-13
1
-2
/
+2
*
|
USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.h
Diego Ismirlian
2017-07-09
2
-2
/
+5
*
|
USBH: Cleanup example for out-of-tree driver
Diego Ismirlian
2017-07-09
3
-5
/
+5
*
|
USBH: Added mechanism for out-of-tree class driver enumeration
Diego Ismirlian
2017-07-09
5
-1
/
+264
*
|
USBH: MSD: Rework to prevent race conditions on unload
Diego Ismirlian
2017-07-04
1
-6
/
+10
|
/
*
USBH: Fix compile for test/example
Diego Ismirlian
2017-06-06
1
-1
/
+1
*
Add UVC driver and test/example
Diego Ismirlian
2017-06-06
2
-12
/
+353
*
Tabs to whitespaces in USBH testhal
Diego Ismirlian
2017-06-06
2
-411
/
+411
*
Update USBH testhal example/test
Diego Ismirlian
2017-06-06
1
-0
/
+80
*
Add HID class driver
Diego Ismirlian
2017-06-05
1
-0
/
+11
*
Add AOA (Android Accessory) class driver
Diego Ismirlian
2017-06-05
2
-12
/
+119
*
USB Host fixes
Diego Ismirlian
2017-06-05
11
-5257
/
+85
*
Updated license headers
marcoveeneman
2017-04-20
12
-12
/
+12
*
Fixed NRF51 Makefiles
Fabien Poussin
2017-04-14
10
-29
/
+28
*
[testhal] Removed ccache dependency.
Romain Reignier
2017-02-28
1
-2
/
+2
*
[testhal] Fixed path for ChibiOS-RT.
Romain Reignier
2017-02-28
1
-1
/
+1
*
[Comp] Adding interrupt functions, updating example.
Fabien Poussin
2017-02-09
3
-21
/
+101
*
[Comp] Adding more defines
Fabien Poussin
2017-02-07
1
-1
/
+1
*
[Comp] Adding init, helper defines.
Fabien Poussin
2017-02-07
1
-2
/
+2
*
[Comp] Cleaning example, removing dependencies and adding checks.
Fabien Poussin
2017-02-07
2
-39
/
+30
*
[COMP] Fixing headers, missing includes.
Fabien Poussin
2017-02-07
1
-1
/
+14
*
Adding COMP Driver.
Fabien Poussin
2017-02-06
7
-0
/
+1664
*
[Timcap/Eeprom] Removing ch.h dependencies.
Fabien Poussin
2017-02-06
1
-1
/
+1
*
FSMC NAND improvements.
barthess
2017-01-17
2
-7
/
+1
*
USB MSD. Added project files
barthess
2017-01-06
2
-19
/
+22
*
USB MSD. Cosmetical improvements.
barthess
2017-01-04
1
-0
/
+5
*
testhal: handle USB_EVENT_(RESET|UNCONFIGURED) in KINETIS demos
funnydog
2016-12-13
6
-10
/
+22
*
testhal: add missing sduWakeupHookI() call to KINETIS usb_serial demos
funnydog
2016-12-13
5
-0
/
+30
*
Merge pull request #100 from marcoveeneman/tiva-improvements
marcoveeneman
2016-11-21
6
-43
/
+44
|
\
|
*
Replaced port+pad by line in the demos and testhal.
marcoveeneman
2016-10-30
6
-43
/
+44
*
|
Fix KINETIS USB_SERIAL testhal compilation.
funnydog
2016-11-15
5
-5
/
+5
*
|
make stm32 usb host testhal compile
Nicolas Reinecke
2016-11-08
6
-452
/
+333
*
|
whitespace
Nicolas Reinecke
2016-11-08
3
-15
/
+15
*
|
update stm32 testhal / demo headers
Nicolas Reinecke
2016-11-08
19
-81
/
+169
*
|
Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib
barthess
2016-10-31
13
-29
/
+115
|
\
|
|
*
Merge pull request #96 from marcoveeneman/tiva-use-tivaware
marcoveeneman
2016-10-30
13
-29
/
+115
|
|
\
[next]