Commit Graph

203 Commits

Author SHA1 Message Date
Fabio Utzig 341cad14a9 [KINETIS] A lot of updates 2016-03-28 20:37:57 -03:00
Fabio Utzig 778340c653 Merge pull request #45 from utzig/kinetis
[KINETIS] Move from main repo to contrib
2016-03-28 20:21:08 -03:00
barthess 53684030c9 QUEUES flags deleted from chconf.h files 2016-03-28 17:48:43 +03:00
flabbergast ac8960f1a8 [KINETIS] Update demos (for HAL changes). 2016-03-22 20:15:49 +00:00
Fabio Utzig c63d6a5908 [KINETIS] Add remaining demos and fix configs 2016-03-15 22:57:55 -03:00
Fabio Utzig b67ecdfeca [KINETIS] Move from main repo to contrib 2016-03-07 12:33:00 -03:00
barthess 2c7dc44fad Added WDG switch to halconf.h files 2016-01-13 10:21:50 +03:00
marcoveeneman 653a9616ba Tiva. Demo. Fixed lwip related changes in RT-TM4C1294-LAUNCHPAD-LWIP demo. 2015-11-18 21:55:39 +01:00
barthess c457b4d7d1 Fixed copypaste typo in comments 2015-10-15 10:17:53 +03:00
barthess a2f9bc469a FSMC code cleanup 2015-10-14 17:46:40 +03:00
barthess 74065b233a Fixed rest of paths in build scripts. 2015-08-24 16:26:22 +03:00
Uladzimir Pylinski 1baa777a7e Merge pull request #23 from fpoussin/master
Makefile paths rework
2015-08-24 15:19:16 +03:00
Fabien Poussin 586a8a2b29 Modified makefiles to incorporate changes 2015-08-20 18:20:46 +02:00
Stephen Caudle e2da880b5f Cleanup nRF51 serial driver
Use values from bitfields header. Also convert notify1 function to be
non-blocking, which seems to be how most of the other serial drivers are
implemented.
2015-08-10 22:44:44 -04:00
Fabio Utzig 956028f345 [NRF51] Update openocd config file (0.9.0 has nrf51 target) 2015-07-26 19:57:00 -03:00
TexZK 5270aa500f Added descriptions and code simplified 2015-07-08 21:57:53 +02:00
TexZK 3f88eaa27a Added shell commands to control triple buffer demo 2015-07-07 23:53:21 +02:00
TexZK 3ac6c61184 TriBuf demos updated and working 2015-07-06 21:05:20 +02:00
Andrea Zoppi 246e4cc26b Added HW demo for triple buffer [WIP] 2015-07-05 22:47:27 +02:00
TexZK 1283a5068d Added TriBuf files and demo [WIP] 2015-07-04 17:29:41 +02:00
Uladzimir Pylinski f16e69497b Merge pull request #10 from TexZK/ltdc_dma2d
Removed dependency on ST library for SDRAM
2015-06-29 00:19:37 +03:00
Andrea Zoppi 58f5fd1d72 Removed dependency on ST library for SDRAM 2015-06-28 22:53:44 +02:00
barthess d66299ff75 Minor improvements in DMA2D demo 2015-06-28 23:25:36 +03:00
Andrea Zoppi b872d9409c Minor changes 2015-06-27 18:34:33 +02:00
Andrea Zoppi 0229440fba ILI9341 driver moved to devices_lib 2015-06-27 18:34:23 +02:00
TexZK 542d79ef90 LTDC and DMA2D ported to ChibiOS/RT 3
+ LTDC and DMA2D peripheral drivers
+ LTDC and DMA2D demo project
2015-06-24 21:24:45 +02:00
Fabio Utzig db3b8fb3f0 Remove ChibiOS mentions from copyright 2015-05-15 21:23:46 -03:00
Fabio Utzig e384ef32db Add readme 2015-05-15 21:15:40 -03:00
Fabio Utzig 343042d9d2 Add tx/rx pin configuration to SerialConfig 2015-05-15 21:08:53 -03:00
Fabio Utzig 443c13d878 Demo with extra thread for blinker using PAL 2015-05-15 20:45:44 -03:00
Fabio Utzig 3a0eb96f70 Enable test thread 2015-05-14 23:05:55 -03:00
Fabio Utzig a0bcfe1518 Add basic serial testing demo 2015-05-13 22:19:48 -03:00
Fabio Utzig 006b6a93d0 Add LED blinker demo 2015-05-13 20:30:40 -03:00
Fabio Utzig 07f508a514 Fix paths and MCU 2015-05-12 22:04:43 -03:00
Fabio Utzig e3824bd314 Add missing chconf.h 2015-04-29 20:03:37 -03:00
Fabio Utzig dff7bf1b09 Add initial demo for WVSHARE BLE400 2015-04-29 20:03:18 -03:00
Fabio Utzig 7aae03409b Rename demo directory 2015-04-29 19:52:34 -03:00
Fabio Utzig 7ea6fb8e07 Add initial openocd config file 2015-04-28 20:41:14 -03:00
marcoveeneman 50398ec98e Tiva. Fixed wrong define of TIVA_ST_USE_WIDE_TIMER in mcuconf.h for TM4C129x demos. 2015-04-16 22:38:12 +02:00
marcoveeneman 6ed850b0a5 Tiva. Fixed makefile for RT-TM4C1294-LAUNCHPAD-LWIP demo. 2015-04-16 21:16:10 +02:00
marcoveeneman 23c2cabf28 Tiva. Updated makefiles for Tiva demos and testhal. 2015-04-16 19:19:03 +02:00
marcoveeneman 81b87913b4 Removed AHB setting of GPIOG - GPIOJ for the RT-TM4C123G-LAUNCHPAD demo since this device only has GPIOA - GPIOF. 2015-03-03 23:09:08 +01:00
marcoveeneman c6d7c1f7dc Adapted the RT-TM4C123G-LAUNCHPAD and RT-TM4C1294-LAUNCHPAD demos to configure the used pins at runtime and moved the TestThread execution before the blink threads are started. 2015-03-03 23:07:15 +01:00
marcoveeneman df58a5cdb6 Changed the RT-TM4C1294-LAUNCHPAD demo to initialize the led pins to output push-pull. 2015-03-03 22:24:56 +01:00
marcoveeneman 555d45f70a Implemented AHB access for GPIOA - GPIOJ for TM4C123x devices. On TM4C129x devices the AHB is the only used bus for GPIO.
Replaced the nops after starting the gpio peripheral clocks with a busy wait until all GPIO peripherals are ready.
Added Sub-Family identifier for TM4C123x devices.
2015-03-03 21:15:21 +01:00
marcoveeneman 2463abdd1b Renamed Tiva launch and debug configurations.
Fixed wrong SYSCTL access of gpt, i2c and pwm after changing the SYSCTL structure in TM4C123x.h.
2015-02-17 21:25:12 +01:00
marcoveeneman 7b73ccd1d0 Added basic demo for TM4C1294 Connected Launchpad with LwIP. 2015-02-16 21:49:29 +01:00
marcoveeneman 8c608abb1d Added project files for the RT-TM4C1294-LAUNCHPAD demo. 2015-01-22 21:16:35 +01: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
marcoveeneman 9b75fa8c5a Added Tiva demos. 2014-10-13 23:02:16 +02:00
barthess cdf516d31b Added 'demos' and 'os' subdirectories 2014-10-05 14:27:49 +03:00