Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | FSMC code cleanup | barthess | 2015-10-14 | 20 | -30/+22 | |
| | | ||||||
| * | Merge pull request #26 from doceme/nrf51-gpt | Fabio Utzig | 2015-10-06 | 3 | -1/+626 | |
| |\ | | | | | | | Add GPT driver for nRF51 | |||||
| | * | Add GPT driver for nRF51 | Stephen Caudle | 2015-09-27 | 3 | -1/+626 | |
| | | | ||||||
* | | | 1-wire driver improvements. | barthess | 2016-01-24 | 2 | -59/+74 | |
|/ / | ||||||
* | | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2015-09-28 | 3 | -1/+458 | |
|\| | ||||||
| * | Add missing braces and fix copyright | Stephen Caudle | 2015-09-14 | 1 | -1/+2 | |
| | | ||||||
| * | Add ADC driver for nRF51 | Stephen Caudle | 2015-08-31 | 3 | -1/+457 | |
| | | ||||||
* | | Memtest. Changed way to specify memtest data width | barthess | 2015-09-28 | 2 | -28/+24 | |
|/ | ||||||
* | Merge I2C driver | Fabio Utzig | 2015-08-30 | 5 | -2/+723 | |
|\ | ||||||
| * | Add I2C support for nRF51 | Stephen Caudle | 2015-08-20 | 5 | -2/+723 | |
| | | ||||||
* | | Fixed rest of paths in build scripts. | barthess | 2015-08-24 | 6 | -11/+11 | |
| | | ||||||
* | | Merge pull request #23 from fpoussin/master | Uladzimir Pylinski | 2015-08-24 | 10 | -54/+54 | |
|\ \ | |/ |/| | Makefile paths rework | |||||
| * | Changed the way files are included to a more convenient way. | Fabien Poussin | 2015-08-20 | 10 | -54/+54 | |
| | | ||||||
* | | Merge pull request #16 from doceme/nrf51-cleanup-serial | Fabio Utzig | 2015-08-20 | 2 | -72/+138 | |
|\ \ | |/ |/| | Cleanup nRF51 serial driver | |||||
| * | Cleanup nRF51 serial driver | Stephen Caudle | 2015-08-10 | 2 | -72/+138 | |
| | | | | | | | | | | | | 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. | |||||
* | | Update code from code feedback | Michael Spradling | 2015-08-16 | 3 | -83/+84 | |
| | | ||||||
* | | Add CRC Driver | Michael Spradling | 2015-08-16 | 10 | -1/+1564 | |
|/ | | | | | | | | | | | | | | | | | | | | | | This patch includes a high level and two low level drivers. The high level driver is enabled with flag HAL_USE_CRC The low level drivers include: * Hardware CRC for the STM32 cortex processor lines.(when supported) * Enabled with flag STM32_CRC_USE_CRC1 * DMA is enabled with CRC_USE_DMA * SYNC api will use DMA, but put calling thread to sleep * ASYNC api enabled. * DMA Disabled * SYNC api spin while calculating CRC * ASYNC api disabled * Software CRC (3 modes) * CRCSW_CRC32_TABLE - Enables crc32 with lookup table. * CRCSW_CRC16_TABLE - Enables crc16 with lookup tables. * CRCSW_PROGRAMMBLE - Enables any crc done with computation. * Can calculate any crc configuration. * CRC_USE_DMA obviously not support with software CRC | |||||
* | Add EXT driver for nRF51 | Stephen Caudle | 2015-08-09 | 6 | -1/+501 | |
| | ||||||
* | Merge pull request #19 from doceme/nrf51-spi | Fabio Utzig | 2015-08-06 | 4 | -1/+609 | |
|\ | | | | | Add SPI support for nRF51 | |||||
| * | Add SPI support for nRF51 | Stephen Caudle | 2015-07-27 | 4 | -1/+609 | |
| | | ||||||
* | | Improved FSMC. | barthess | 2015-08-04 | 5 | -21/+37 | |
| | | | | | | | | SRAM configuration is much more flexible now. | |||||
* | | Memtest improvements | barthess | 2015-08-04 | 2 | -7/+29 | |
| | | ||||||
* | | Merge pull request #20 from RoccoMarco/master | Uladzimir Pylinski | 2015-08-02 | 1 | -7/+7 | |
|\ \ | | | | | | | minor fixes on max7219.h | |||||
| * | | minor fixes on max7219.h | Rocco Marco Guglielmi | 2015-08-02 | 1 | -7/+7 | |
| | | | ||||||
* | | | Merge branch 'tiva_i2c_fix' | marcoveeneman | 2015-07-29 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Tiva. I2C. Fixed bug where number of bytes read is 2 more then requested. ↵ | marcoveeneman | 2015-04-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | This only occurs when the number of bytes to read is 3 or more. | |||||
* | | | Merge pull request #18 from doceme/nrf51-board | Fabio Utzig | 2015-07-27 | 1 | -32/+32 | |
|\ \ \ | | | | | | | | | Update nRF51 Waveshare board file | |||||
| * | | | Update nRF51 Waveshare board file | Stephen Caudle | 2015-07-26 | 1 | -32/+32 | |
| | | | | ||||||
* | | | | nRF51: Remove unnecessary direction setting | Stephen Caudle | 2015-07-26 | 1 | -6/+0 | |
|/ / / | ||||||
* | | | Cleanup nRF51 PAL driver | Stephen Caudle | 2015-07-25 | 2 | -101/+71 | |
| | | | ||||||
* | | | Add nRF51 bitfield header file | Stephen Caudle | 2015-07-23 | 2 | -0/+7090 | |
| | | | ||||||
* | | | Added descriptions and code simplified | TexZK | 2015-07-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Added shell commands to control triple buffer demo | TexZK | 2015-07-07 | 1 | -1/+3 | |
| | | | ||||||
* | | | TriBuf demos updated and working | TexZK | 2015-07-06 | 1 | -2/+3 | |
| | | | ||||||
* | | | Added TriBuf files and demo [WIP] | TexZK | 2015-07-04 | 2 | -0/+436 | |
| | | | ||||||
* | | | Merge pull request #10 from TexZK/ltdc_dma2d | Uladzimir Pylinski | 2015-06-29 | 2 | -5/+5 | |
|\ \ \ | | | | | | | | | Removed dependency on ST library for SDRAM | |||||
| * | | | Removed dependency on ST library for SDRAM | Andrea Zoppi | 2015-06-28 | 2 | -5/+5 | |
| | | | | ||||||
* | | | | Minor improvements in DMA2D demo | barthess | 2015-06-28 | 3 | -54/+0 | |
| | | | | ||||||
* | | | | Merge pull request #9 from TexZK/ltdc_dma2d | Uladzimir Pylinski | 2015-06-28 | 9 | -5/+9396 | |
|\| | | | | | | | | | | | LTDC and DMA2D ported to ChibiOS/RT 3 | |||||
| * | | | Minor changes | Andrea Zoppi | 2015-06-27 | 4 | -229/+234 | |
| | | | | ||||||
| * | | | ILI9341 driver moved to devices_lib | Andrea Zoppi | 2015-06-27 | 3 | -3/+1014 | |
| | | | | ||||||
| * | | | Old definitions removed | Andrea Zoppi | 2015-06-27 | 3 | -61/+1 | |
| | | | | ||||||
| * | | | LTDC and DMA2D ported to ChibiOS/RT 3 | TexZK | 2015-06-24 | 6 | -2/+8437 | |
| | | | | | | | | | | | | | | | | | | | | + LTDC and DMA2D peripheral drivers + LTDC and DMA2D demo project | |||||
* | | | | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2015-06-28 | 2 | -0/+100 | |
|\| | | | ||||||
| * | | | Added STM32F103xC memory setup | Aberto Panu | 2015-06-12 | 1 | -0/+50 | |
| | | | | ||||||
| * | | | Added STM32F103x8 memory setup | Aberto Panu | 2015-06-12 | 1 | -0/+50 | |
| | | | | ||||||
* | | | | Memtest code moved to 'various' directory | barthess | 2015-06-28 | 2 | -0/+359 | |
|/ / / | ||||||
* | | | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2015-06-02 | 17 | -3/+2862 | |
|\ \ \ | ||||||
| * | | | EICU. Fixed incorrect frequency calculation. | barthess | 2015-06-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Timers 9, 10, 11 connected to APB2 but constant in driver initialization code was taken for APB1. | |||||
| * | | | Fixed copypaste error in comment | barthess | 2015-06-02 | 1 | -1/+1 | |
| | | | |