aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
Commit message (Expand)AuthorAgeFilesLines
...
* Add low level driver directory and platfor for AVR MEGA.Theodore Ateba2017-08-1635-0/+0
* Added acknowledgement of PIT and AIC interrupt.isiora2017-08-141-2/+2
* Changed ST interrupt priority to 0, the lowest one.isiora2017-08-141-1/+1
* Fixed disable/enable macro.isiora2017-08-141-4/+4
* Fixed PLLA_MUL.isiora2017-08-141-1/+1
* Added a macro to acknowledge the current interrupt.isiora2017-08-141-0/+8
* Remove the not implemented TIM lld files.Theodore Ateba2017-08-136-1922/+0
* Remove the not implemented USART lld files.Theodore Ateba2017-08-132-566/+0
* Update AVR tiny platform path according the new architecture and correct comm...Theodore Ateba2017-08-131-6/+6
* Update the platform name and comments.Theodore Ateba2017-08-131-3/+3
* Change the ATTiny GPIO files path according the new architecture and correct ...Theodore Ateba2017-08-133-7/+8
* Change the ATTiny TIM files path according the new architecture and correct c...Theodore Ateba2017-08-133-12/+12
* Change the ATTiny USART files path according the new architecture and correct...Theodore Ateba2017-08-133-7/+7
* Update the AVR Tiny Architecture.Theodore Ateba2017-08-1322-2/+2
* Fixed Bug #870Rocco Marco Guglielmi2017-08-131-1/+1
* Fixed number of vectors for newer devices.Giovanni Di Sirio2017-08-121-1/+1
* Added PIT implementation for ATSAMA5D2 (Still incomplete)Rocco Marco Guglielmi2017-08-112-0/+50
* Minor changes in sama_pmc helper headerRocco Marco Guglielmi2017-08-111-3/+3
* Minor changes in AIC pseudo driver.Rocco Marco Guglielmi2017-08-112-29/+39
* Added platform file aic.cedolomb2017-08-111-1/+1
* Added aic headeredolomb2017-08-111-0/+2
* Added macros Enabled/Disabled write protectionedolomb2017-08-112-6/+24
* Fixed Bug #869Rocco Marco Guglielmi2017-08-114-144/+155
* Moved peripheral id definitions in sama5d2x.h.isiora2017-08-111-154/+0
* Added PID 64-78isiora2017-08-111-4/+35
* Changed name of functionsedolomb2017-08-112-20/+16
* Revertedisiora2017-08-101-3/+2
* Movedisiora2017-08-101-0/+0
* Movedisiora2017-08-101-0/+0
* Added SAMA Advanced Interrupt Controller aicedolomb2017-08-101-2/+2
* Added aicInit() functionedolomb2017-08-101-0/+1
* add aic initedolomb2017-08-101-0/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10382 35acf78f-673a-041...edolomb2017-08-101-8/+8
* Add SAMA advanced interrupt controlleredolomb2017-08-102-0/+260
* Improved SAMA registryRocco Marco Guglielmi2017-08-091-61/+124
* Added sama_pmc and improved clock initRocco Marco Guglielmi2017-08-093-10/+173
* Add Mattair Tech, MT Atmel AVR XMega 44-pin USB development board.Theodore Ateba2017-08-093-0/+159
* Add AVR XMega PAL low level driver files.Theodore Ateba2017-08-093-0/+480
* Add AVR XMega system tick low level driver files.Theodore Ateba2017-08-093-0/+281
* Add AVR XMega hall and platform files.Theodore Ateba2017-08-093-0/+144
* Fixed typoRocco Marco Guglielmi2017-08-081-1/+1
* Added SAMA5D2x registryRocco Marco Guglielmi2017-08-082-0/+121
* Complete clock tree initialization for ATSAMA5D2.Rocco Marco Guglielmi2017-08-073-23/+115
* iMPROVED clock tree management for ATSAMA5D2 (Still uncomplete)Rocco Marco Guglielmi2017-08-071-30/+48
* Added clock tree management for ATSAMA5D2 (Still uncomplete)Rocco Marco Guglielmi2017-08-064-12/+245
* Started Clock tree development on SAMA5 portRocco Marco Guglielmi2017-08-053-9/+149
* Added to the Makefiles the ability to change the default build, dependencies ...Giovanni Di Sirio2017-08-0211-11/+77
* Fixed Bug #868Rocco Marco Guglielmi2017-08-011-7/+7
* Remove the PCINT support from EXT driver because of a lot of conflicts. The P...Theodore Ateba2017-07-312-855/+264
* Created hierarchy to add SAMA5 support.Rocco Marco Guglielmi2017-07-298-0/+482