Commit Graph

1069 Commits

Author SHA1 Message Date
barthess 9cde3a71c4 Test before possible file rename 2015-01-17 16:02:23 +03:00
marcoveeneman 6917afd20d Added debug configuration for the RT-TM4C123G-LAUNCHPAD demo. 2015-01-14 23:02:58 +01:00
marcoveeneman 4532c817db Added external tool configuration for the In-Circuit Debug Interface (ICDI). 2015-01-14 23:02:20 +01:00
marcoveeneman 0c29d6eb35 Added project files for the RT-TM4C123G-LAUNCHPAD demo. 2015-01-14 22:49:13 +01:00
RoccoMarco 0c8c329686 Added devices_lib 2015-01-12 12:45:03 +01:00
barthess 0c93d40779 [1-wire] Cosmetical cleanups 2014-12-27 22:18:30 +03:00
barthess 82b8855e83 Added board files for ST_STM32F0308_DISCOVERY board 2014-12-27 22:18:30 +03:00
barthess 73b9a82a0b [1-wire] Added testhal for STM32F0xx family 2014-12-27 22:18:03 +03:00
barthess 073d4d467f 1-wire. STM32F1xx code tested 2014-12-18 00:21:28 +03:00
barthess 99505cdea6 1-wire. Added workaround form F1xx MCUs 2014-12-14 14:14:45 +03:00
barthess 97be1351af 1-wire. Fixed incorrect debug check 2014-12-14 14:13:11 +03:00
barthess 6030b0a06a 1-wire. Added testhal for STM32F1xx. Not tested in hardware 2014-12-08 22:39:55 +03:00
barthess 911e7ef827 Onewire. Deleted unneded time measurement unig 2014-12-08 20:40:00 +03:00
barthess ac3088abef Testhal improvements 2014-12-06 22:24:45 +03:00
barthess 96bf25d2de 1-wire. Search ROM feature now optional 2014-12-06 21:29:08 +03:00
barthess 61263b2e91 1-wire. Improved comments 2014-12-06 21:10:14 +03:00
barthess e16807c687 1-wire. Added testhal for stm32f4 discovery 2014-12-06 20:19:06 +03:00
barthess 12da9781a0 Added onewire driver 2014-12-06 20:16:37 +03:00
barthess 4ab64b4e4e Fixed copyrights 2014-12-06 20:15:59 +03:00
barthess 95a760ac77 Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib 2014-11-16 13:52:04 +03:00
barthess 42c6e0d7d6 Merge branch 'fsmc' 2014-11-16 13:51:25 +03:00
barthess 809e59f6c3 Added hooks for community source 2014-11-16 13:51:14 +03:00
barthess eb7d78a7e9 FSMC. Fixed references in eclipse project files 2014-11-16 13:50:40 +03:00
barthess 70465e063d Merge branch 'fsmc' 2014-11-16 11:44:48 +03:00
barthess ed62d9e4d4 FSMC. SDRAM. Fixed bug with registers' memory layout 2014-10-31 03:28:04 +03:00
barthess 1f97428d5d FSMC. SDRAM. Fixed some typos 2014-10-31 02:51:00 +03:00
barthess 1c50a03cfd FSMC. SDRAM. Added safety mask for SDRTR register 2014-10-25 15:54:24 +03:00
barthess e874067224 FSMC. SDRAM. Fixed delay code 2014-10-25 15:46:31 +03:00
barthess 3af04b9ee5 FSMC. SDRAM. Improved stop function 2014-10-25 15:39:21 +03:00
barthess b47ddce74d FSMC. SDRAM driver cleanup. Needs review. 2014-10-25 15:26:29 +03:00
barthess e9f9ddaa12 FSMC. SDRAM architecture reworked. Needs review. 2014-10-24 21:46:17 +03:00
barthess 5f231b6aaf FSMC. SDRAM. Style cleanup 2014-10-22 10:33:02 +03:00
barthess e52b67e87f Fixed eclipse project files 2014-10-21 22:23:46 +03:00
barthess 8dabb3b8f5 Added SDRAM support via FSMC 2014-10-19 23:58:48 +03:00
Uladzimir Pylinski 3c9ff8aace Update README-git.txt 2014-10-19 20:39:55 +03:00
Uladzimir Pylinski b35150ee1b Update README-git.txt 2014-10-19 20:37:46 +03:00
Uladzimir Pylinski 09dc3fb5d0 Update README-git.txt 2014-10-19 20:35:29 +03:00
Uladzimir Pylinski 6d51b2dc83 Update README-git.txt 2014-10-19 20:31:18 +03:00
Uladzimir Pylinski d12be58551 Merge pull request #1 from barthess/feature
Updated README-git.txt
2014-10-19 18:32:47 +03:00
barthess 0907deb9d9 Updated README-git.txt 2014-10-19 17:57:27 +03:00
barthess 78dcca3a31 Updated .gitignore 2014-10-18 17:21:23 +03:00
barthess 721c48bc97 FSMC. Build fixed after code moving from SVN 2014-10-18 17:20:29 +03:00
barthess fb205a7d6d Updated .gitignore 2014-10-18 17:20:00 +03:00
barthess 7355cbd461 Added fsmc code 2014-10-18 16:34:12 +03:00
Uladzimir Pylinski f38c226f26 Update README-git.txt 2014-10-18 15:47:17 +03:00
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
marcoveeneman 6d5f529f28 Fixed missing peripheral declarations in tm4c123x.h and tm4c129x.h 2014-10-14 22:02:27 +02:00
marcoveeneman 98305a8a23 Added Tiva TM4C123x GPT, I2C and PWM examples to the testhal. 2014-10-13 23:15:40 +02:00
marcoveeneman 2d4c6cc171 Added nil and rt port makefiles for Tiva. 2014-10-13 23:13:43 +02:00
marcoveeneman 14ab037bc8 Added 'testhal' subdirectory. 2014-10-13 23:05:00 +02:00