index
:
avr/qmk/ChibiOS
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
*
Fixed bug #835.
Giovanni Di Sirio
2017-05-28
6
-20
/
+37
*
Fixed bug #839.
Giovanni Di Sirio
2017-05-27
1
-0
/
+11
*
Add an AVR SPI test hal program.
tfateba
2017-05-14
6
-0
/
+1704
*
Align all AVR testhal and demo mcuconf.h files.
tfateba
2017-04-28
6
-640
/
+690
*
Update AVR mcuconf.h file by adding PCINT driver system settings.
tfateba
2017-04-25
6
-0
/
+90
*
Fixed bug #832.
Giovanni Di Sirio
2017-04-23
1
-52
/
+52
*
RX test is now done using packet-aligned buffers.
Giovanni Di Sirio
2017-04-23
3
-107
/
+107
*
Tentative fix for missing RX events.
Giovanni Di Sirio
2017-04-16
1
-52
/
+52
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10113 35acf78f-673a-041...
Giovanni Di Sirio
2017-02-28
2
-4
/
+4
*
Fixed Eclipse metadata.
Giovanni Di Sirio
2017-02-07
3
-3
/
+3
*
Fixed bug #817.
Giovanni Di Sirio
2017-02-06
4
-8
/
+12
*
Remove Makefile.ch and Mafile.nil
tfateba
2017-01-14
3
-731
/
+23
*
Update the testhal/AVR/PWM with the new ChibiOS architecture.
tfateba
2017-01-14
3
-49
/
+86
*
Update AVR testhal GPT and fixed #error invalid configuration file.
tfateba
2017-01-04
5
-70
/
+116
*
Fixed Bug #803
Rocco Marco Guglielmi
2016-12-26
4
-4
/
+8
*
Fixed Compilation errors and update testhal/AVR/I2C/ files.
tfateba
2016-12-04
3
-38
/
+77
*
Remove the i2c activation from the EXT AVR testhal template.
tfateba
2016-12-04
1
-1
/
+1
*
Update testhal/AVR/ADC mcuconf.h file.
tfateba
2016-12-04
1
-0
/
+10
*
Added CAN3 support to the STM32 CANv1 driver.
Giovanni Di Sirio
2016-11-21
6
-0
/
+12
*
Updated STM32L4xx/USB_CDC demo
Rocco Marco Guglielmi
2016-11-19
2
-8
/
+4
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9899 35acf78f-673a-0410...
Giovanni Di Sirio
2016-11-04
1
-1
/
+1
*
Tentative USB suspend fix.
gdisirio
2016-11-03
10
-42
/
+104
*
Fixed small ident, readme file and Makefile.
tfateba
2016-11-01
2
-12
/
+8
*
Add test program for AVR ADC hal.
tfateba
2016-11-01
6
-0
/
+1709
*
Added EXT driver
Fabio Utzig
2016-10-23
6
-0
/
+1692
*
Fixed an harmless warning.
Giovanni Di Sirio
2016-10-11
2
-1
/
+2
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9851 35acf78f-673a-0410...
Giovanni Di Sirio
2016-10-04
16
-15
/
+67
*
STM32F0 WDG demo added.
Giovanni Di Sirio
2016-10-04
10
-1
/
+1552
*
Mass removing of EX demos from testhal directory.
Rocco Marco Guglielmi
2016-09-30
147
-29972
/
+0
*
Updated LIS302DL and LIS3DSH demos
Rocco Marco Guglielmi
2016-09-30
4
-6
/
+6
*
Improved LSM303DLHC driver and related demos: improved bias and sensitivity h...
Rocco Marco Guglielmi
2016-09-29
8
-34
/
+41
*
Improved L3GD20 driver and related demo: improved sensitivity and bias handling.
Rocco Marco Guglielmi
2016-09-28
6
-10
/
+10
*
Improved LSM6DS0 driver and related demo: added multiple register read/write.
Rocco Marco Guglielmi
2016-09-28
2
-13
/
+8
*
Improved LIS3MDL driver and related demo: added multiple register read/write.
Rocco Marco Guglielmi
2016-09-27
3
-11
/
+11
*
Improved HTS221 driver and related demo: added multiple register read/write.
Rocco Marco Guglielmi
2016-09-27
2
-2
/
+2
*
Improved LPS25H driver and related demo: added multiple register read/write.
Rocco Marco Guglielmi
2016-09-27
1
-1
/
+1
*
Improved LPS25H driver and related demo: added multiple register read/write.
Rocco Marco Guglielmi
2016-09-27
2
-3
/
+3
*
Improved HTS221 driver
Rocco Marco Guglielmi
2016-09-27
1
-1
/
+1
*
Added demo for ST HTS221
Rocco Marco Guglielmi
2016-09-27
9
-0
/
+1794
*
Fixed wrong readme in ChibiOS/EX related demos
Rocco Marco Guglielmi
2016-09-27
2
-7
/
+7
*
Fixed wrong masks in EX related STM32L4xx demos
Rocco Marco Guglielmi
2016-09-25
2
-4
/
+4
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9801 35acf78f-673a-0410...
Rocco Marco Guglielmi
2016-09-25
1
-0
/
+0
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9798 35acf78f-673a-0410...
Rocco Marco Guglielmi
2016-09-25
1
-0
/
+52
*
Added support for LPS25H.
Rocco Marco Guglielmi
2016-09-25
10
-0
/
+1739
*
Fixes in EX demos
Rocco Marco Guglielmi
2016-09-25
7
-11
/
+19
*
Updated LSM6DS0 driver and related STM32 Nucleo F401RE demo
Rocco Marco Guglielmi
2016-09-22
6
-64
/
+10
*
Updated STM32L4xx-I2C-LSM6DS0 demo and added a new demo for STM32 Nucleo-64 F...
Rocco Marco Guglielmi
2016-08-31
13
-56
/
+2167
*
Fixes in LIS3MDL driver, added a new demo for STM32 Nucleo-64 F401RE
Rocco Marco Guglielmi
2016-08-31
10
-1
/
+1772
*
Fixed typo in STM32F4xx-I2C-LIS3MDL makefile
Rocco Marco Guglielmi
2016-08-31
1
-1
/
+1
*
Added automatic number of channels initialization for ADCv2.
Giovanni Di Sirio
2016-08-26
2
-3
/
+3
[next]