aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | EICU. Added const qualifier for driver pointer in some functionsbarthess2015-03-051-3/+3
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2015-03-0515-482/+958
|\|
| * Merge branch 'tiva_pal_driver'marcoveeneman2015-03-0415-482/+958
| |\
| | * Updated mcuconf files of Tiva teshal demos for GPT, I2C and PWM.marcoveeneman2015-03-043-0/+30
| | * Updated Tiva testhal demo for I2C.marcoveeneman2015-03-041-0/+8
| | * Updated Tiva Testhal demos for GPT and PWM.marcoveeneman2015-03-042-18/+9
| | * Removed AHB setting of GPIOG - GPIOJ for the RT-TM4C123G-LAUNCHPAD demo since...marcoveeneman2015-03-031-3/+0
| | * Adapted the RT-TM4C123G-LAUNCHPAD and RT-TM4C1294-LAUNCHPAD demos to configur...marcoveeneman2015-03-032-55/+36
| | * 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
| | * Changed the RT-TM4C1294-LAUNCHPAD demo to initialize the led pins to output p...marcoveeneman2015-03-031-0/+3
| | * 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-035-218/+538
| | * 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
* | Updated .project filesbarthess2015-02-289-33/+33
|/
* FSMC_SRAM haltest. Added memcpy over DMA speed testbarthess2015-02-255-10/+170
* Finished memtest codebarthess2015-02-244-41/+61
* FSMC_SRAM testhal. Added memtest and membench.barthess2015-02-246-71/+517
* Updated makefiles in testhal after ChibiOS update.barthess2015-02-232-2/+0
* Renamed Tiva launch and debug configurations.marcoveeneman2015-02-1712-95/+194
* Merge branch 'tm4c129x_ethernet'marcoveeneman2015-02-1619-87/+5175
|\
| * Added basic demo for TM4C1294 Connected Launchpad with LwIP.marcoveeneman2015-02-1615-9/+3593
| * 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
* | Merge pull request #3 from RoccoMarco/masterUladzimir Pylinski2015-01-2312-0/+3323
|\ \ | |/ |/|
| * Added devices_libRoccoMarco2015-01-1212-0/+3323
* | Merge branch 'tiva_chibistudio'marcoveeneman2015-01-2218-0/+971
|\ \
| * | Added debug and external tool configuration for the TM4C123x PWM testhal.marcoveeneman2015-01-222-0/+62
| * | Added debug and external tool configuration for the TM4C123x I2C testhal.marcoveeneman2015-01-222-0/+62
| * | Added debug and external tool configuration for the TM4C123x GPT testhal.marcoveeneman2015-01-222-0/+62
| * | Added project files for the TM4C123x PWM testhal.marcoveeneman2015-01-222-0/+157
| * | Added project files for the TM4C123x I2C testhal.marcoveeneman2015-01-222-0/+152
| * | Added project files for the TM4C123x GPT testhal.marcoveeneman2015-01-222-0/+157
| * | Added project files for the RT-TM4C1294-LAUNCHPAD demo.marcoveeneman2015-01-222-0/+105