Commit Graph

243 Commits

Author SHA1 Message Date
marcoveeneman 230c39fc14 Moved pal testhal makefiles and configuration into folders 2018-03-16 22:00:33 +01: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 f8fbfbd248
Merge pull request #149 from marcoveeneman/improve_tiva_makefiles
Improve tiva makefiles
2018-03-15 12:06:59 +01:00
marcoveeneman 2f799372b1 Removed TESTSRC and TESTINC from some makefiles which didnt use them 2018-03-15 07:35:12 +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
marcoveeneman e75bb117dd Fixed CONFDIR missing in PAL makefiles 2018-03-12 19:25:44 +01:00
marcoveeneman e38bf60447 Aligned Tiva Makefiles 2018-03-12 19:18:39 +01:00
Fabien Poussin aa8c6cc4af
Merge pull request #145 from marcoveeneman/tiva_improvements
Various Tiva improvements
2018-03-08 21:42:35 +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
marcoveeneman be0446c549 Updated all mcuconf.h files to include PAL IRQ settings. 2018-03-07 20:44:42 +01:00
marcoveeneman b08f095a7e Removed EXT testhal application 2018-03-02 18:55:41 +01:00
marcoveeneman e7478cb78d Added multi target testhal application for PAL driver. 2018-03-02 00:11:46 +01:00
marcoveeneman bf1167e3c6 Updated all halconf.h files 2018-02-27 20:52:58 +01:00
marcoveeneman a59f29723c Updated all chconf.h files 2018-02-27 20:46:18 +01:00
marcoveeneman a71feeacc3 Removed duplicate OpenOCD on ICDI launch configurations.
Starting from ChibiOS 17.6.4 and ChibiOS 18.2.0 OpenOCD launch configuration will be placed under ($CHIBIOS)/tools/eclipse/debug/
2018-02-12 18:41:28 +01:00
marcoveeneman a08a28e32d Fixed I2C and UART testhal demos 2017-11-24 22:26:11 +01:00
marcoveeneman ec4b244c51
Merge pull request #125 from marcoveeneman/tiva_add_uart
Add Tiva UART driver.
2017-11-23 21:37:24 +01:00
marcoveeneman e683963b76 Added chconf version tag 2017-10-24 23:07:33 +02: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
marcoveeneman 5b90306c97 Added testhal applcation for Tiva UART driver. 2017-09-10 19:46:13 +02:00
Fabien Poussin bec3eada37 Merge branch 'master' into usbh_devel 2017-08-08 17:29:28 +02:00
marcoveeneman e04751c836 Merge pull request #120 from marcoveeneman/tiva_add_adc
Tiva add ADC driver
2017-08-08 16:23:00 +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
marcoveeneman 4e08d013d0 Improved ADC testhal application. 2017-07-03 22:24:23 +02:00
marcoveeneman 884dbaeabc Improved ADC driver and ADC testhal application. 2017-07-03 22:24:07 +02:00
marcoveeneman ffd9d3fd90 Initial ADC driver and testhal application for TM4C123x. 2017-07-03 22:23:55 +02: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
marcoveeneman 2841fd88cd Updated license headers 2017-04-20 19:47:50 +02:00