Go to file
marcoveeneman 0214eb9bcc Changed some peripheral register structures in tm4c123x.h and tm4c129x.h to reduce the amount of duplicated text.
Updated gpt_lld, i2c_lld, pal_lld, pwm_lld, serial_lld, hal_lld register access to the changed peripheral register structures.
Replaced old interrupt numbers from tm4c123x.h and tm4c129x.h in serial_lld.c with the new interrupt number defines from tiva_isr.h.
2014-10-16 20:59:31 +02:00
demos Added Tiva demos. 2014-10-13 23:02:16 +02:00
ext ext directory populated with files 2014-10-05 15:29:52 +03:00
os Changed some peripheral register structures in tm4c123x.h and tm4c129x.h to reduce the amount of duplicated text. 2014-10-16 20:59:31 +02:00
testhal Added Tiva TM4C123x GPT, I2C and PWM examples to the testhal. 2014-10-13 23:15:40 +02:00
.gitignore
AUTHORS.txt Updated AUTHORS.txt 2014-10-13 22:54:38 +02:00
README-git.txt Added draft README for git users 2014-10-11 14:59:57 +03:00
README.txt Update README.txt 2014-10-11 15:07:44 +03:00

README.txt

ChibiOS-Contrib
===============
Code under this directory is not part of the core ChibiOS project 
and the copyright is retained by the original authors. See copyright
notes in file headers.

Code is maintained via Github https://github.com/ChibiOS/ChibiOS-Contrib
Feel free to send pull request there.