Fabien Poussin
ed39bf01d8
USB_HOST fix
2019-03-07 12:55:39 +01:00
Fabien Poussin
6076bdf27d
Updating OpAmp code with calibration functions, cleaning.
2019-01-31 17:52:13 +01:00
Fabien Poussin
05faf884a4
Updated opamp example
2019-01-08 20:15:28 +01:00
Fabien Poussin
91e635b08a
Adding rudimentary OPAMP Driver
2019-01-08 20:02:45 +01:00
Konstantin Oblaukhov
6f018973ca
Various tests and demos fixes.
2018-09-24 20:33:31 +07:00
Konstantin Oblaukhov
933415a3b9
Update chconf.h to RT v5.1.
2018-09-24 20:32:45 +07:00
Konstantin Oblaukhov
2db0e3fd78
New style makefiles for demos and tests.
2018-09-24 20:31:28 +07:00
Fabien Poussin
272ee7c0d3
Fixed STM32F7 MSD testhal
2018-03-15 16:35:44 +01:00
Fabien Poussin
0a83c4adda
Fixed STM32F4 FSMC examples
2018-03-15 14:46:29 +01:00
Fabien Poussin
3add406135
Merge branch 'master' into update_tests
2018-03-15 12:51:14 +01:00
Fabien Poussin
424c7a2717
Fixed most testhal examples for STM32, updated configs using script. Fixed deprecated MS2ST calls.
2018-03-14 20:15:13 +01:00
Romain Reignier
6c3554ef81
testhal: stm32: update to latest ChibiOS API
2018-03-12 21:20:46 +01:00
Fabien Poussin
f113e89354
Updating chconf.h for STM32 testhal
2018-03-08 20:29:02 +01:00
Fabien Poussin
ae7a4d40b8
Fixes for STM32F0 testhal
2018-03-08 20:14:13 +01:00
Kimmo Lindholm
630043a63f
USB_MSD: Fix testhal according to msdStart() API change
2017-10-13 20:57:58 +03:00
Fabio Utzig
f392dfa223
Add version tags
...
Signed-off-by: Fabio Utzig <utzig@apache.org>
2017-10-09 10:12:59 -03:00
Fabien Poussin
bec3eada37
Merge branch 'master' into usbh_devel
2017-08-08 17:29:28 +02:00
Diego Ismirlian
2fb40b504f
USBH: Fix compile with FATFS 0.12b
2017-08-07 18:50:39 -03:00
Diego Ismirlian
d72557da5a
Merge branch 'master' of https://github.com/dismirlian/ChibiOS-Contrib into usbh_devel
2017-08-07 17:56:00 -03:00
Fabien Poussin
fa733674e6
Merge pull request #122 from dismirlian/usbh_devel
...
USBH: Various improvo
2017-08-07 16:34:34 +02:00
Diego Ismirlian
c0cadbbe7b
USBH: added default control request timeout parameter
2017-07-31 18:43:44 -03:00
Diego Ismirlian
06dc7fbb1e
USBH: testhal MSD: abort read on error
2017-07-31 10:27:30 -03:00
Diego Ismirlian
2e2e10417e
USBH: testhal example: add delay for VBUS stabilization
2017-07-13 16:46:26 -03:00
Diego Ismirlian
c044306ad0
USBH: Add flexibility to the enumeration process
2017-07-13 16:45:31 -03:00
Diego Ismirlian
6b7161b90a
USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.h
2017-07-09 19:42:36 -03:00
Diego Ismirlian
89ecbb7daa
USBH: Cleanup example for out-of-tree driver
2017-07-09 18:36:07 -03:00
Diego Ismirlian
025ca5345a
USBH: Added mechanism for out-of-tree class driver enumeration
2017-07-09 18:30:46 -03:00
Diego Ismirlian
c900c951a3
USBH: MSD: Rework to prevent race conditions on unload
2017-07-04 19:09:39 -03:00
Fabien Poussin
830f09e2b7
Fixes for USB host example to compile on 4.0.x
2017-06-07 11:55:09 +02:00
Diego Ismirlian
f82de84347
USBH: Fix compile for test/example
2017-06-06 15:25:37 -03:00
Diego Ismirlian
50dda7cff2
Add UVC driver and test/example
2017-06-06 15:21:37 -03:00
Diego Ismirlian
a6898a525f
Tabs to whitespaces in USBH testhal
2017-06-06 10:34:37 -03:00
Diego Ismirlian
e1357dab69
Update USBH testhal example/test
...
- Added HID driver test
- Added IWDG handling (avoid resets!)
2017-06-06 09:28:27 -03:00
Diego Ismirlian
5bc62c93e0
Add HID class driver
2017-06-05 10:53:59 -03:00
Diego Ismirlian
835bb887c0
Add AOA (Android Accessory) class driver
2017-06-05 10:38:05 -03:00
Diego Ismirlian
5ecaf7722b
USB Host fixes
...
- Cleaned up alignment macros for GCC & IAR
- Corrected EP halt and Clear halt behaviours
- Initialization of class drivers by USB Host main driver
- Minor cosmetic fixes
- Updated USB_HOST testhal app
2017-06-05 10:18:45 -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
Fabien Poussin
4ffde4b17e
[Comp] Adding interrupt functions, updating example.
2017-02-09 12:30:21 +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
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
barthess
d2aaea434a
USB MSD. Added project files
2017-01-06 11:09:10 +03:00
barthess
52f82fb9cc
USB MSD. Cosmetical improvements.
2017-01-04 10:17:04 +03:00
Nicolas Reinecke
ff515eec71
make stm32 usb host testhal compile
2016-11-08 23:17:48 +01:00
Nicolas Reinecke
00f18c55cc
whitespace
2016-11-08 21:07:23 +01:00