index
:
avr/qmk/ChibiOS
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
os
/
hal
/
ports
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved AIC to work with both secure and non secure mode.
Rocco Marco Guglielmi
2017-09-17
2
-3
/
+17
*
Added SAMA_HAL_IS_SECURE switch
Rocco Marco Guglielmi
2017-09-17
1
-0
/
+9
*
Added Matrix clock enable in SAMA/SAMA5D2x/hal_lld.c
Rocco Marco Guglielmi
2017-09-17
1
-0
/
+11
*
Style fixes
Rocco Marco Guglielmi
2017-09-16
1
-2
/
+2
*
AVR: Update the USB lld file according to the new endpoint enumeration.
Theodore Ateba
2017-09-16
2
-1
/
+10
*
AVR: Add PAL line support in ATTiny lld.
Theodore Ateba
2017-09-16
2
-0
/
+187
*
AVR: Add PAL line support in XMEGA lld.
Theodore Ateba
2017-09-16
2
-2
/
+187
*
Improved clock tree configuration for SAMA5
Rocco Marco Guglielmi
2017-09-16
1
-1
/
+5
*
Add PAL line support in PAL lld for AVR port.
Theodore Ateba
2017-09-13
2
-0
/
+199
*
Cosmetic changes in SAMA clock init
Rocco Marco Guglielmi
2017-09-13
1
-15
/
+5
*
Fixed GPIO port index calculation.
Giovanni Di Sirio
2017-09-11
3
-6
/
+6
*
Moved wakeup logic in LLD.
Giovanni Di Sirio
2017-09-09
2
-16
/
+34
*
Added wakeup bit clear on interrupt.
Giovanni Di Sirio
2017-09-09
1
-0
/
+3
*
Tentative implementation of USB host wake-up API.
gdisirio
2017-09-09
3
-7
/
+32
*
Added USARTv1 driver
edolomb
2017-09-04
3
-0
/
+827
*
Included USARTv1 Driver
edolomb
2017-09-04
1
-0
/
+1
*
Added pmc functions for UARTx
edolomb
2017-09-04
1
-1
/
+70
*
Added clock definition for UARTx
edolomb
2017-09-04
1
-0
/
+9
*
Fixed bug #880.
Giovanni Di Sirio
2017-09-03
1
-1
/
+1
*
Fixed a problem in PAL callbacks STM32 LLDs.
Giovanni Di Sirio
2017-09-03
3
-19
/
+22
*
SPI driver improvements.
Giovanni Di Sirio
2017-09-03
4
-14
/
+62
*
Made PAL callback and wait APIs independent from each other.
Giovanni Di Sirio
2017-09-02
15
-81
/
+92
*
Correct code style and comment on USB driver files.
Theodore Ateba
2017-09-02
2
-4
/
+27
*
Correct comment on Serial driver files.
Theodore Ateba
2017-09-02
2
-4
/
+4
*
Correct code style and comment on ST driver files.
Theodore Ateba
2017-09-02
2
-5
/
+4
*
Correct code style and comment on PWM driver files.
Theodore Ateba
2017-09-02
2
-58
/
+60
*
Correct code style and comment on ICU driver files.
Theodore Ateba
2017-09-02
2
-24
/
+24
*
Correct code style and comment on GPT driver files.
Theodore Ateba
2017-09-02
2
-4
/
+10
*
Correct the comment on SPI driver files.
Theodore Ateba
2017-09-02
2
-4
/
+4
*
Correct the I2C driver code style and comment.
Theodore Ateba
2017-09-02
2
-4
/
+9
*
Correct comment in PAL driver files.
Theodore Ateba
2017-09-02
2
-4
/
+6
*
Correct comment.
Theodore Ateba
2017-09-02
2
-8
/
+7
*
Change commnet, remove empty line.
Theodore Ateba
2017-09-02
2
-11
/
+8
*
PAL synchronous API.
Giovanni Di Sirio
2017-09-02
6
-24
/
+69
*
PAL callbacks added to STM32F103
Giovanni Di Sirio
2017-09-02
9
-527
/
+518
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10525 35acf78f-673a-041...
Giovanni Di Sirio
2017-09-02
22
-1672
/
+926
*
PAL callbacks added to STM32F373
Giovanni Di Sirio
2017-09-02
8
-944
/
+352
*
Fixed SPI interruption enable, driver restart with different configuration.
Theodore Ateba
2017-09-01
2
-117
/
+83
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10521 35acf78f-673a-041...
Giovanni Di Sirio
2017-09-01
5
-5
/
+277
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10519 35acf78f-673a-041...
Giovanni Di Sirio
2017-09-01
9
-591
/
+261
*
Callbacks handling added to STM32 GPIOv2, added F3 support to PAL callbacks d...
Giovanni Di Sirio
2017-09-01
7
-270
/
+369
*
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10514 35acf78f-673a-041...
Giovanni Di Sirio
2017-08-31
3
-4
/
+8
*
Shared ISR handler missing files.
Giovanni Di Sirio
2017-08-31
2
-0
/
+527
*
Common ISR handler prototype for STM32L4xx.
Giovanni Di Sirio
2017-08-31
5
-525
/
+9
*
PAL callbacks implementation for STM32, not complete yet.
Giovanni Di Sirio
2017-08-30
2
-1
/
+173
*
Tentative fix for anomalous TC event from STM32 USARTv1 driver.
Giovanni Di Sirio
2017-08-28
1
-4
/
+4
*
Minor changes in hal_spi_lld driver
edolomb
2017-08-28
1
-8
/
+0
*
Added SPIv1 driver
edolomb
2017-08-28
3
-0
/
+657
*
Included SPIv1 Driver
edolomb
2017-08-28
1
-1
/
+1
*
Added pmc functions for SPIx
edolomb
2017-08-28
1
-0
/
+29
[next]