aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
Commit message (Expand)AuthorAgeFilesLines
...
| * Added Tiva UDMA ISR names and numbers to TM4C123x tiva_isr.hmarcoveeneman2015-03-171-0/+7
| * Renamed Tiva GPIOA SSI pins to their function (RX, TX and CLK) in TI_TM4C123G...marcoveeneman2015-03-171-40/+40
* | EICU. Updated authors.barthess2015-03-134-1/+17
* | EICU. Low level driver moved to TIMv1 directorybarthess2015-03-133-1/+2
* | EICU. Temporal code moved to main chibios repo.barthess2015-03-131-72/+0
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib into HEADbarthess2015-03-132-32/+391
|\ \
| * | EICU. Added support of single channel timers.barthess2015-03-132-12/+371
| * | EICU improvements.barthess2015-03-122-20/+20
* | | EICU. Minor improvementsbarthess2015-03-131-4/+3
|/ /
* | EICU. Added const qualifier for driver pointer in some functionsbarthess2015-03-051-3/+3
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2015-03-056-409/+862
|\|
| * Merge branch 'tiva_pal_driver'marcoveeneman2015-03-046-409/+862
| |\
| | * Changed the Tiva board.h files so all pins are configured as GPIOs and tri-st...marcoveeneman2015-03-032-47/+47
| | * Added missing PAL_TIVA_DEN_ENABLE for PAL_MODE_INPUT in Tiva devices.marcoveeneman2015-03-031-1/+2
| | * Added missing drive strength enable for PAL_MODE_OUTPUT_OPENDRAIN in Tiva dev...marcoveeneman2015-03-031-0/+1
| | * Implemented PAL_MODE_* defines for Tiva devices.marcoveeneman2015-03-031-0/+74
| | * Implemented AHB access for GPIOA - GPIOJ for TM4C123x devices. On TM4C129x de...marcoveeneman2015-03-034-218/+525
| | * Restructured Tiva pal_lld.hmarcoveeneman2015-02-261-98/+105
| | * Added missing static keyword for Tiva gpio_init function.marcoveeneman2015-02-261-1/+1
| | * Fixed incorrect and missing GPIO pin unlocking for JTAG and NMI pins in pal_l...marcoveeneman2015-02-261-1/+7
| | * Changed the Tiva pal driver RCGCGPIO enable mask name.marcoveeneman2015-02-261-2/+5
| | * Fixed wrong bit mask in Tiva pal driver.marcoveeneman2015-02-261-35/+37
| | * Added Tiva I/O mode flags.marcoveeneman2015-02-262-51/+103
* | | EICU. Timer widht (16-32 bits) now stored in driver field and detected durign...barthess2015-03-052-6/+26
|/ /
* | EICU. Cosmetical cleanupbarthess2015-03-032-9/+40
* | EICU. Deleted code for "fast" capture.barthess2015-03-032-236/+64
* | EICU. Cosmetical improvements.barthess2015-03-031-11/+11
* | EICU. Cosmetical improvements.barthess2015-03-032-21/+19
* | EICU now able to capture data on all channelsbarthess2015-03-033-342/+499
* | EICU. Fixed handlign of 32-bit timers. General code cleanup. PWM mode still u...barthess2015-03-014-156/+183
* | EICU. Fixed another portion of typos.barthess2015-03-012-2/+2
* | EICU. Fixed some typos.barthess2015-03-012-2/+2
* | Added EICU driver in HAL. Added STM32 backend for EICU.barthess2015-02-288-2/+1721
|/
* Finished memtest codebarthess2015-02-241-2/+2
* Renamed Tiva launch and debug configurations.marcoveeneman2015-02-174-95/+194
* Added basic demo for TM4C1294 Connected Launchpad with LwIP.marcoveeneman2015-02-164-9/+17
* Added MAC low level driver for the TM4C129x. Tested on the TM4C1294 Connected...marcoveeneman2015-02-163-1/+1259
* Reverted TM4C129x SYSCTL to old structure.marcoveeneman2015-02-161-77/+323
* [1-wire] Cosmetical cleanupsbarthess2014-12-271-30/+29
* Added board files for ST_STM32F0308_DISCOVERY boardbarthess2014-12-273-0/+864
* 1-wire. STM32F1xx code testedbarthess2014-12-182-73/+127
* 1-wire. Added workaround form F1xx MCUsbarthess2014-12-141-6/+17
* 1-wire. Fixed incorrect debug checkbarthess2014-12-141-1/+1
* Onewire. Deleted unneded time measurement unigbarthess2014-12-081-12/+1
* 1-wire. Search ROM feature now optionalbarthess2014-12-062-2/+19
* 1-wire. Improved commentsbarthess2014-12-062-48/+142
* Added onewire driverbarthess2014-12-064-1/+1085
* Fixed copyrightsbarthess2014-12-0612-42/+14
* Added hooks for community sourcebarthess2014-11-163-1/+142
* FSMC. SDRAM. Fixed bug with registers' memory layoutbarthess2014-10-312-12/+10