Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Finished memtest code | barthess | 2015-02-24 | 1 | -2/+2 |
| | |||||
* | Renamed Tiva launch and debug configurations. | marcoveeneman | 2015-02-17 | 4 | -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 | 8 | -87/+1599 |
|\ | |||||
| * | Added basic demo for TM4C1294 Connected Launchpad with LwIP. | marcoveeneman | 2015-02-16 | 4 | -9/+17 |
| | | |||||
| * | 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. | ||||
* | | Added devices_lib | RoccoMarco | 2015-01-12 | 12 | -0/+3323 |
|/ | |||||
* | [1-wire] Cosmetical cleanups | barthess | 2014-12-27 | 1 | -30/+29 |
| | |||||
* | Added board files for ST_STM32F0308_DISCOVERY board | barthess | 2014-12-27 | 3 | -0/+864 |
| | |||||
* | 1-wire. STM32F1xx code tested | barthess | 2014-12-18 | 2 | -73/+127 |
| | |||||
* | 1-wire. Added workaround form F1xx MCUs | barthess | 2014-12-14 | 1 | -6/+17 |
| | |||||
* | 1-wire. Fixed incorrect debug check | barthess | 2014-12-14 | 1 | -1/+1 |
| | |||||
* | Onewire. Deleted unneded time measurement unig | barthess | 2014-12-08 | 1 | -12/+1 |
| | |||||
* | 1-wire. Search ROM feature now optional | barthess | 2014-12-06 | 2 | -2/+19 |
| | |||||
* | 1-wire. Improved comments | barthess | 2014-12-06 | 2 | -48/+142 |
| | |||||
* | Added onewire driver | barthess | 2014-12-06 | 4 | -1/+1085 |
| | |||||
* | Fixed copyrights | barthess | 2014-12-06 | 12 | -42/+14 |
| | |||||
* | Added hooks for community source | barthess | 2014-11-16 | 3 | -1/+142 |
| | |||||
* | FSMC. SDRAM. Fixed bug with registers' memory layout | barthess | 2014-10-31 | 2 | -12/+10 |
| | |||||
* | FSMC. SDRAM. Fixed some typos | barthess | 2014-10-31 | 2 | -2/+2 |
| | |||||
* | FSMC. SDRAM. Added safety mask for SDRTR register | barthess | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | FSMC. SDRAM. Fixed delay code | barthess | 2014-10-25 | 1 | -2/+2 |
| | |||||
* | FSMC. SDRAM. Improved stop function | barthess | 2014-10-25 | 1 | -12/+22 |
| | |||||
* | FSMC. SDRAM driver cleanup. Needs review. | barthess | 2014-10-25 | 2 | -218/+55 |
| | |||||
* | FSMC. SDRAM architecture reworked. Needs review. | barthess | 2014-10-24 | 4 | -240/+119 |
| | |||||
* | FSMC. SDRAM. Style cleanup | barthess | 2014-10-22 | 5 | -107/+153 |
| | |||||
* | Added SDRAM support via FSMC | barthess | 2014-10-19 | 2 | -0/+646 |
| | |||||
* | FSMC. Build fixed after code moving from SVN | barthess | 2014-10-18 | 3 | -7/+7 |
| | |||||
* | Added fsmc code | barthess | 2014-10-18 | 13 | -0/+3707 |
| | |||||
* | Changed some peripheral register structures in tm4c123x.h and tm4c129x.h to ↵ | marcoveeneman | 2014-10-16 | 8 | -956/+612 |
| | | | | | | | 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. | ||||
* | Fixed missing peripheral declarations in tm4c123x.h and tm4c129x.h | marcoveeneman | 2014-10-14 | 2 | -12/+44 |
| | |||||
* | Added nil and rt port makefiles for Tiva. | marcoveeneman | 2014-10-13 | 4 | -0/+56 |
| | |||||
* | Added Tiva HAL files. | marcoveeneman | 2014-10-13 | 25 | -0/+11336 |
| | |||||
* | Added Tiva board files. | marcoveeneman | 2014-10-13 | 6 | -0/+1550 |
| | |||||
* | Added Tiva linker script files and cmparams.h. | marcoveeneman | 2014-10-13 | 8 | -0/+364 |
| | |||||
* | Added 'demos' and 'os' subdirectories | barthess | 2014-10-05 | 1 | -0/+0 |