Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Added Tiva I/O mode flags. | marcoveeneman | 2015-02-26 | 2 | -51/+103 | |
| | | | | | | | | | | | | Implemented _pal_lld_setgroupmode. | |||||
* | | | EICU. Timer widht (16-32 bits) now stored in driver field and detected ↵ | barthess | 2015-03-05 | 2 | -6/+26 | |
|/ / | | | | | | | durign startup | |||||
* | | EICU. Cosmetical cleanup | barthess | 2015-03-03 | 2 | -9/+40 | |
| | | ||||||
* | | EICU. Deleted code for "fast" capture. | barthess | 2015-03-03 | 2 | -236/+64 | |
| | | | | | | | | | | | | Reasons: 1) It duplicates functionality of "vanilla" ICU driver 2) Fast and slow modes are mutually exclided in single timer | |||||
* | | EICU. Cosmetical improvements. | barthess | 2015-03-03 | 1 | -11/+11 | |
| | | ||||||
* | | EICU. Cosmetical improvements. | barthess | 2015-03-03 | 2 | -21/+19 | |
| | | ||||||
* | | EICU now able to capture data on all channels | barthess | 2015-03-03 | 3 | -342/+499 | |
| | | ||||||
* | | EICU. Fixed handlign of 32-bit timers. General code cleanup. PWM mode still ↵ | barthess | 2015-03-01 | 4 | -156/+183 | |
| | | | | | | | | untested. | |||||
* | | EICU. Fixed another portion of typos. | barthess | 2015-03-01 | 2 | -2/+2 | |
| | | ||||||
* | | EICU. Fixed some typos. | barthess | 2015-03-01 | 2 | -2/+2 | |
| | | ||||||
* | | Added EICU driver in HAL. Added STM32 backend for EICU. | barthess | 2015-02-28 | 8 | -2/+1721 | |
| | | ||||||
* | | Updated .project files | barthess | 2015-02-28 | 9 | -33/+33 | |
|/ | ||||||
* | FSMC_SRAM haltest. Added memcpy over DMA speed test | barthess | 2015-02-25 | 5 | -10/+170 | |
| | ||||||
* | Finished memtest code | barthess | 2015-02-24 | 4 | -41/+61 | |
| | ||||||
* | FSMC_SRAM testhal. Added memtest and membench. | barthess | 2015-02-24 | 6 | -71/+517 | |
| | ||||||
* | Updated makefiles in testhal after ChibiOS update. | barthess | 2015-02-23 | 2 | -2/+0 | |
| | ||||||
* | Renamed Tiva launch and debug configurations. | marcoveeneman | 2015-02-17 | 12 | -95/+194 | |
| | | | | Fixed wrong SYSCTL access of gpt, i2c and pwm after changing the SYSCTL structure in TM4C123x.h. | |||||
* | Merge branch 'tm4c129x_ethernet' | marcoveeneman | 2015-02-16 | 19 | -87/+5175 | |
|\ | ||||||
| * | Added basic demo for TM4C1294 Connected Launchpad with LwIP. | marcoveeneman | 2015-02-16 | 15 | -9/+3593 | |
| | | ||||||
| * | Added MAC low level driver for the TM4C129x. Tested on the TM4C1294 ↵ | marcoveeneman | 2015-02-16 | 3 | -1/+1259 | |
| | | | | | | | | Connected Launchpad. | |||||
| * | Reverted TM4C129x SYSCTL to old structure. | marcoveeneman | 2015-02-16 | 1 | -77/+323 | |
| | | | | | | | | Added Ethernet peripheral structure for TM4C129x devices. | |||||
* | | Merge pull request #3 from RoccoMarco/master | Uladzimir Pylinski | 2015-01-23 | 12 | -0/+3323 | |
|\ \ | |/ |/| | Added devices_lib | |||||
| * | Added devices_lib | RoccoMarco | 2015-01-12 | 12 | -0/+3323 | |
| | | ||||||
* | | Merge branch 'tiva_chibistudio' | marcoveeneman | 2015-01-22 | 18 | -0/+971 | |
|\ \ | ||||||
| * | | Added debug and external tool configuration for the TM4C123x PWM testhal. | marcoveeneman | 2015-01-22 | 2 | -0/+62 | |
| | | | ||||||
| * | | Added debug and external tool configuration for the TM4C123x I2C testhal. | marcoveeneman | 2015-01-22 | 2 | -0/+62 | |
| | | | ||||||
| * | | Added debug and external tool configuration for the TM4C123x GPT testhal. | marcoveeneman | 2015-01-22 | 2 | -0/+62 | |
| | | | ||||||
| * | | Added project files for the TM4C123x PWM testhal. | marcoveeneman | 2015-01-22 | 2 | -0/+157 | |
| | | | ||||||
| * | | Added project files for the TM4C123x I2C testhal. | marcoveeneman | 2015-01-22 | 2 | -0/+152 | |
| | | | ||||||
| * | | Added project files for the TM4C123x GPT testhal. | marcoveeneman | 2015-01-22 | 2 | -0/+157 | |
| | | | ||||||
| * | | Added project files for the RT-TM4C1294-LAUNCHPAD demo. | marcoveeneman | 2015-01-22 | 2 | -0/+105 | |
| | | | ||||||
| * | | Added debug configuration for the RT-TM4C123G-LAUNCHPAD demo. | marcoveeneman | 2015-01-14 | 1 | -0/+52 | |
| | | | ||||||
| * | | Added external tool configuration for the In-Circuit Debug Interface (ICDI). | marcoveeneman | 2015-01-14 | 1 | -0/+10 | |
| | | | ||||||
| * | | Added project files for the RT-TM4C123G-LAUNCHPAD demo. | marcoveeneman | 2015-01-14 | 2 | -0/+152 | |
| |/ | ||||||
* | | Update README-git.md | Uladzimir Pylinski | 2015-01-17 | 1 | -3/+3 | |
| | | ||||||
* | | Update README-git.md | Uladzimir Pylinski | 2015-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | Update README-git.md | Uladzimir Pylinski | 2015-01-17 | 1 | -0/+2 | |
| | | ||||||
* | | Update README-git.md | Uladzimir Pylinski | 2015-01-17 | 1 | -0/+12 | |
| | | ||||||
* | | Readme files renamed from *.txt to *.md | barthess | 2015-01-17 | 2 | -9/+0 | |
| | | ||||||
* | | Test before possible file rename | barthess | 2015-01-17 | 1 | -0/+9 | |
|/ | ||||||
* | [1-wire] Cosmetical cleanups | barthess | 2014-12-27 | 8 | -102/+191 | |
| | ||||||
* | Added board files for ST_STM32F0308_DISCOVERY board | barthess | 2014-12-27 | 3 | -0/+864 | |
| | ||||||
* | [1-wire] Added testhal for STM32F0xx family | barthess | 2014-12-27 | 14 | -0/+2181 | |
| | ||||||
* | 1-wire. STM32F1xx code tested | barthess | 2014-12-18 | 9 | -432/+155 | |
| | ||||||
* | 1-wire. Added workaround form F1xx MCUs | barthess | 2014-12-14 | 3 | -9/+20 | |
| | ||||||
* | 1-wire. Fixed incorrect debug check | barthess | 2014-12-14 | 1 | -1/+1 | |
| | ||||||
* | 1-wire. Added testhal for STM32F1xx. Not tested in hardware | barthess | 2014-12-08 | 15 | -3/+2514 | |
| | ||||||
* | Onewire. Deleted unneded time measurement unig | barthess | 2014-12-08 | 1 | -12/+1 | |
| | ||||||
* | Testhal improvements | barthess | 2014-12-06 | 16 | -136/+361 | |
| | ||||||
* | 1-wire. Search ROM feature now optional | barthess | 2014-12-06 | 3 | -4/+26 | |
| |