Commit Graph

1147 Commits

Author SHA1 Message Date
Andrea Zoppi 0179e6fc83 Merge branch 'master' into tribuf 2015-07-05 22:51:13 +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
barthess 95da8798dd Added SDRAM teshtal. Not tested in hardware 2015-06-30 23:53:35 +03:00
barthess b7175b4510 Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib 2015-06-30 23:34:18 +03:00
barthess f08d5a7f03 SDRAM testhal. Fixed Makefile. 2015-06-30 23:34:01 +03:00
barthess 0d221ea971 Deleted empty strings at the end of file 2015-06-30 23:32:26 +03: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
Uladzimir Pylinski 984997f8fa Merge pull request #9 from TexZK/ltdc_dma2d
LTDC and DMA2D ported to ChibiOS/RT 3
2015-06-28 22:36:07 +03:00
barthess 4e98ee4b12 Added -Wundef key into Makefiles 2015-06-28 22:22:01 +03:00
barthess b7ca6b32d0 Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib 2015-06-28 17:18:53 +03:00
barthess 1181dc9c2e Memtest code moved to 'various' directory 2015-06-28 17:18:39 +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
Andrea Zoppi ee1353a305 Old definitions removed 2015-06-27 18:32:58 +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
Uladzimir Pylinski 57d8d8f549 Merge pull request #8 from bigjohnson/master
Added STM32F103xC.ld STM32F103x8.ld linker scripts
2015-06-12 20:10:23 +03:00
Aberto Panu 973a02c80a Added STM32F103xC memory setup 2015-06-12 09:52:47 +02:00
Aberto Panu f611284793 Added STM32F103x8 memory setup 2015-06-12 09:51:38 +02:00
barthess fce100680e Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib 2015-06-02 19:55:16 +03:00
barthess 06640e31ce EICU. Fixed incorrect frequency calculation.
Timers 9, 10, 11 connected to APB2 but constant in driver
initialization code was taken for APB1.
2015-06-02 15:53:58 +03:00
barthess 82973c099e Fixed copypaste error in comment 2015-06-02 11:15:04 +03:00
Uladzimir Pylinski a6a7dec0da Merge pull request #7 from utzig/add-nrf51822-support
Add nrf51822 support
2015-05-16 14:12:39 +03:00
Fabio Utzig 2ba20d691d Remove ChibiOS mentions from copyright 2015-05-15 21:25:46 -03: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 69d70de9b7 Add PAL configuration 2015-05-15 21:04:52 -03:00
Fabio Utzig 443c13d878 Demo with extra thread for blinker using PAL 2015-05-15 20:45:44 -03:00
Fabio Utzig 57f582abae Add some GPIO pin definitions 2015-05-15 20:45:02 -03:00
Fabio Utzig 621e7198d7 Remove GPIO pin initialization 2015-05-15 20:44:37 -03:00
Fabio Utzig 4ac0b638b9 Add basic PAL driver 2015-05-15 20:44:03 -03:00
Fabio Utzig aa43fd6554 Use sleep/wakeup for serial driver top-half 2015-05-14 23:07:10 -03:00
Fabio Utzig 3a0eb96f70 Enable test thread 2015-05-14 23:05:55 -03:00
Fabio Utzig 776fc29107 Fix some issues with serial driver 2015-05-14 22:12:57 -03:00
Fabio Utzig a0bcfe1518 Add basic serial testing demo 2015-05-13 22:19:48 -03:00
Fabio Utzig c37554ca20 Add initial serial driver 2015-05-13 22:19:05 -03:00
Fabio Utzig 006b6a93d0 Add LED blinker demo 2015-05-13 20:30:40 -03:00
Fabio Utzig 825c8ea30b Add TIMER0 based ticker for OS 2015-05-13 20:30:12 -03:00
Fabio Utzig f0bcca7b46 Don't hang boot 2015-05-13 20:29:45 -03:00
Fabio Utzig d594ac327c Fix port params 2015-05-13 20:29:02 -03:00
Fabio Utzig c1427ae07d Add basic board support 2015-05-12 22:08:57 -03:00
Fabio Utzig 18c1b38d55 Rename linker script 2015-05-12 22:07:41 -03:00
Fabio Utzig 5afd99de17 Add basic HAL/ST drivers 2015-05-12 22:06:39 -03:00
Fabio Utzig 9b1feee2e7 Remove PAL, add ST 2015-05-12 22:05:23 -03:00
Fabio Utzig 07f508a514 Fix paths and MCU 2015-05-12 22:04:43 -03:00
Fabio Utzig a0110bc179 Merge master 2015-05-10 17:51:59 -03:00
barthess e4c2e8adf8 Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib 2015-05-08 00:04:15 +03:00