Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16 from doceme/nrf51-cleanup-serial | Fabio Utzig | 2015-08-20 | 3 | -74/+140 |
|\ | | | | | Cleanup nRF51 serial driver | ||||
| * | Cleanup nRF51 serial driver | Stephen Caudle | 2015-08-10 | 3 | -74/+140 |
| | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #22 from M1Sports20/master | Uladzimir Pylinski | 2015-08-17 | 18 | -1/+3199 |
|\ \ | |/ |/| | Add CRC Driver | ||||
| * | Update code from code feedback | Michael Spradling | 2015-08-16 | 3 | -83/+84 |
| | | |||||
| * | Add CRC Driver | Michael Spradling | 2015-08-16 | 18 | -1/+3198 |
|/ | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Merge pull request #21 from doceme/nrf51-ext | Fabio Utzig | 2015-08-10 | 11 | -1/+1689 |
|\ | | | | | Add EXT driver for nRF51 | ||||
| * | Add EXT driver for nRF51 | Stephen Caudle | 2015-08-09 | 11 | -1/+1689 |
|/ | |||||
* | Merge pull request #19 from doceme/nrf51-spi | Fabio Utzig | 2015-08-06 | 10 | -1/+1843 |
|\ | | | | | Add SPI support for nRF51 | ||||
| * | Add SPI support for nRF51 | Stephen Caudle | 2015-07-27 | 10 | -1/+1843 |
| | | |||||
* | | Improved FSMC. | barthess | 2015-08-04 | 9 | -42/+66 |
| | | | | | | | | 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 |
| | | | | |||||
* | | | | Merge pull request #17 from doceme/nrf51-pal-mode | Fabio Utzig | 2015-07-27 | 1 | -6/+0 |
|\ \ \ \ | |/ / / |/| | | | nRF51: Remove unnecessary direction setting | ||||
| * | | | nRF51: Remove unnecessary direction setting | Stephen Caudle | 2015-07-26 | 1 | -6/+0 |
|/ / / | |||||
* | | | Merge pull request #15 from utzig/nrf51-update-ocd-config | Fabio Utzig | 2015-07-26 | 1 | -11/+2 |
|\ \ \ | | | | | | | | | [NRF51] Update openocd config file (0.9.0 has nrf51 target) | ||||
| * | | | [NRF51] Update openocd config file (0.9.0 has nrf51 target) | Fabio Utzig | 2015-07-26 | 1 | -11/+2 |
| | | | | |||||
* | | | | Merge pull request #14 from doceme/nrf51-cleanup-pal | Fabio Utzig | 2015-07-26 | 4 | -101/+7161 |
|\ \ \ \ | | | | | | | | | | | nRF51 Cleanup PAL | ||||
| * | | | | 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 |
|/ / / / | |||||
* / / / | Update README.md | barthesstestaccount1 | 2015-07-23 | 1 | -1/+0 |
|/ / / | | | | | | | Test commit | ||||
* | | | Merge pull request #12 from TexZK/master | Uladzimir Pylinski | 2015-07-09 | 27 | -2/+4406 |
|\ \ \ | | | | | | | | | Triple buffer handler | ||||
| * | | | Added descriptions and code simplified | TexZK | 2015-07-08 | 4 | -32/+41 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'ChibiOS/master' into tribuf | TexZK | 2015-07-07 | 15 | -0/+6070 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | EICU. Testhal. Initial working code. | barthess | 2015-07-07 | 15 | -0/+6070 |
| | | | | |||||
| * | | | Added shell commands to control triple buffer demo | TexZK | 2015-07-07 | 9 | -1365/+1681 |
| | | | | |||||
| * | | | TriBuf demos updated and working | TexZK | 2015-07-06 | 8 | -857/+899 |
| | | | | |||||
| * | | | Merge branch 'master' into tribuf | Andrea Zoppi | 2015-07-05 | 8 | -94/+423 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Added SDRAM teshtal. Not tested in hardware | barthess | 2015-06-30 | 8 | -70/+401 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2015-06-30 | 15 | -3272/+299 |
|\ \ \ \ | |||||
* | | | | | SDRAM testhal. Fixed Makefile. | barthess | 2015-06-30 | 1 | -16/+22 |
| | | | | | |||||
* | | | | | Deleted empty strings at the end of file | barthess | 2015-06-30 | 1 | -8/+0 |
| | | | | | |||||
| | * | | | Added HW demo for triple buffer [WIP] | Andrea Zoppi | 2015-07-05 | 15 | -0/+2354 |
| | | | | | |||||
| | * | | | Added TriBuf files and demo [WIP] | TexZK | 2015-07-04 | 11 | -0/+1683 |
| |/ / / | |||||
| * | | | Merge pull request #10 from TexZK/ltdc_dma2d | Uladzimir Pylinski | 2015-06-29 | 15 | -3272/+299 |
|/| | | | | | | | | | | | Removed dependency on ST library for SDRAM | ||||
| * | | | Removed dependency on ST library for SDRAM | Andrea Zoppi | 2015-06-28 | 15 | -3273/+300 |
| | | | | |||||
* | | | | Minor improvements in DMA2D demo | barthess | 2015-06-28 | 4 | -5/+5 |
| | | | | |||||
* | | | | Merge pull request #9 from TexZK/ltdc_dma2d | Uladzimir Pylinski | 2015-06-28 | 34 | -23/+19499 |
|\| | | | | | | | | | | | LTDC and DMA2D ported to ChibiOS/RT 3 | ||||
| * | | | Minor changes | Andrea Zoppi | 2015-06-27 | 5 | -244/+253 |
| | | | | |||||
| * | | | ILI9341 driver moved to devices_lib | Andrea Zoppi | 2015-06-27 | 4 | -1015/+1016 |
| | | | | |||||
| * | | | Old definitions removed | Andrea Zoppi | 2015-06-27 | 3 | -61/+1 |
| | | | | |||||
| * | | | LTDC and DMA2D ported to ChibiOS/RT 3 | TexZK | 2015-06-24 | 33 | -20/+19546 |
| | | | | | | | | | | | | | | | | | | | | + LTDC and DMA2D peripheral drivers + LTDC and DMA2D demo project | ||||
* | | | | Added -Wundef key into Makefiles | barthess | 2015-06-28 | 17 | -7/+117 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2015-06-28 | 2 | -0/+100 |
|\| | | | |||||
| * | | | Merge pull request #8 from bigjohnson/master | Uladzimir Pylinski | 2015-06-12 | 2 | -0/+100 |
| |\ \ \ | | | | | | | | | | | Added STM32F103xC.ld STM32F103x8.ld linker scripts | ||||
| | * | | | Added STM32F103xC memory setup | Aberto Panu | 2015-06-12 | 1 | -0/+50 |
| | | | | |