Commit Graph

608 Commits

Author SHA1 Message Date
barthess b7cefd6fac Testhal. Directory with hardware independant code renamed to 'common'. 2016-10-18 12:08:34 +03:00
barthess 555f301da2 1-Wire. Duplicated code from testhal apllications moved to separate directory. 2016-10-18 12:02:55 +03:00
barthess bd47894d62 USB_MSD. Comment clean up. 2016-10-18 10:37:55 +03:00
barthess 6e8fa7ae46 Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib 2016-10-18 10:37:12 +03:00
barthess 9263bcd5a4 1-Wire. Fixed demos' name 2016-10-18 10:37:02 +03:00
Uladzimir Pylinski aeb83bf0db Merge pull request #95 from tixiv/onewire-fix
Set sampling channel PWM output to disabled so the IO pin is free.
2016-10-18 10:35:29 +03:00
barthess 709addd02d Updated include guards 2016-10-17 17:23:16 +03:00
barthess f7325f6490 Deleted broken Eclipse debug launchers 2016-10-17 16:32:48 +03:00
barthess ae0a3ca9de USB_MSD. Initial commit. 2016-10-17 15:53:08 +03:00
Peter d3185fa5b3 set sampling channel PWM output to disabled so the pin can be used
otherwise
2016-08-28 18:09:28 +02:00
barthess cc82c5c5c0 Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib 2016-08-18 11:26:13 +03:00
barthess 3c3bf8cb1c [STM32 NAND] Updated testhal. 2016-08-18 11:26:04 +03:00
barthess 80b50d3935 [STM32 NAND] Code cleanup. 2016-08-18 11:25:08 +03:00
awygle 66ee156aa4 Merge pull request #81 from awygle/adc
MSP430X ADC12 Support
2016-08-17 00:15:02 -05:00
barthess e1601e0a7d [STM32 NAND] Deleted ugly hack with EXTI interrupt instead of NAND one 2016-08-16 18:00:59 +03:00
barthess eff62993d3 [STM32 NAND] Deleted unused defines. 2016-08-16 16:20:47 +03:00
marcoveeneman b153796a5d Merge pull request #94 from marcoveeneman/tiva-improvements
Tiva smart build support
2016-08-11 09:24:52 +02:00
marcoveeneman 1853428c80 Implemented smart build for Tiva platform. 2016-08-09 20:42:31 +02:00
Fabio Utzig 569aa39fba Merge pull request #91 from sdalu/nrf52832
Nrf52832
2016-07-17 21:30:35 -03:00
Fabio Utzig bf620a05ed Merge pull request #92 from flabbergast/kinetis
[KINETIS] Add saved_state to USB driver.
2016-07-17 17:07:41 -03:00
flabbergast db3057e1fc [KINETIS] Add saved_state to USB driver. 2016-07-17 20:49:48 +01:00
barthess c7afdebe33 Added room for STM32F7x 2016-07-14 13:18:21 +03:00
Stephane D'Alu 194e5ec59c PSEL renamed in nrf52 2016-07-11 23:17:26 +02:00
Stephane D'Alu 8eabdabb05 moved i2c to LLD 2016-07-11 23:09:07 +02:00
Stephane D'Alu 5923ee5d50 moved spi to LLD 2016-07-11 22:42:52 +02:00
Stephane D'Alu 89b707fd7c changed asm to __asm. (is it right?) 2016-07-11 22:42:25 +02:00
Stephane D'Alu 539338100f deal with write buffer 2016-07-11 22:11:27 +02:00
Stephane D'Alu 52107b2ccb moved QEI to LLD 2016-07-10 21:46:46 +02:00
Stephane D'Alu e5430a6f71 todo 2016-07-10 19:30:42 +02:00
Stephane D'Alu 316118b648 removed prototype for undefined function nrf51_clock_init 2016-07-10 19:19:30 +02:00
Stephane D'Alu 321ec844af moved GPT to LLD 2016-07-10 19:15:46 +02:00
Stephane D'Alu 5d1b4d1d77 Use OUT instead of IN to when toggling pad 2016-07-10 19:13:29 +02:00
Stephane D'Alu da4f05804d added missing chconf.h 2016-07-10 14:53:54 +02:00
Stephane D'Alu ee20f1a67b shell commands for info and watchdog 2016-07-10 14:12:04 +02:00
Stephane D'Alu 49afe683a0 assert that watchdog can't be restarted 2016-07-10 14:10:58 +02:00
Stephane D'Alu 9cf4f9dfc7 moved wdg to LLD 2016-07-10 13:35:31 +02:00
Stephane D'Alu 7e8e69551f moved wdg to LLD 2016-07-10 13:35:08 +02:00
Stephane D'Alu e5da7dbd39 use anonymous struct, fixed used og wrong vector interrupt 2016-07-10 13:31:49 +02:00
Stephane D'Alu 7150786277 fixed pause behaviour (paused if set to 0 not 1) 2016-07-10 12:50:42 +02:00
Stephane D'Alu 8feec2e235 removed useless field power_on_write 2016-07-10 12:08:54 +02:00
Stephane D'Alu c35a4f9d62 added missing config files for nrf52 demo 2016-07-10 12:06:53 +02:00
Stephane D'Alu 6423c3dabe moved rng to LLD directory.
removed rng power control (doesn't exist in nrf52, wasn't documented in nrf51)
renamed peripheral to start at 0
2016-07-10 12:04:39 +02:00
Stephane D'Alu 3db81f7f03 adding note on RTC0 and TIMER0 as systicks 2016-07-10 11:15:20 +02:00
Stephane D'Alu e0d39de32f Use RTC1 as default system ticks as PPI has pre-programmed channels for RTC0 2016-07-10 11:11:50 +02:00
Stephane D'Alu 5259158d17 renamed NRF51_* to NRF5_* 2016-07-10 10:48:04 +02:00
Stephane D'Alu ba393d3ae1 correct clock speed 2016-07-10 10:47:45 +02:00
Stephane D'Alu 1908537785 use constantes 2016-07-10 00:23:12 +02:00
Stephane D'Alu 7557cbac22 serie -> series 2016-07-10 00:10:48 +02:00
Stephane D'Alu a6fa2d3dd9 Merge branch 'master' into nrf52832 2016-07-09 23:59:37 +02:00
Stephane D'Alu 5805e10f74 NRF52832 implementation 2016-07-09 23:57:48 +02:00