aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards
Commit message (Collapse)AuthorAgeFilesLines
* Updated license headersmarcoveeneman2017-04-204-4/+4
|
* Merge pull request #105 from sdalu/microbit_padFabio Utzig2016-11-221-4/+4
|\ | | | | corrected pad naming
| * corrected pad namingStephane D'Alu2016-11-201-4/+4
| |
* | Merge pull request #100 from marcoveeneman/tiva-improvementsmarcoveeneman2016-11-212-2/+36
|\ \ | |/ |/| Tiva improvements
| * Added checks and defines for device revisions.marcoveeneman2016-10-302-2/+4
| | | | | | | | This can be used for errata workarounds in the drivers.
| * Defined lines in board files.marcoveeneman2016-10-302-0/+32
| |
* | Merge pull request #102 from sdalu/microbitFabio Utzig2016-11-163-0/+243
|\ \ | |/ |/| BBC micro:bit board
| * BBC micro:bit boardStephane D'Alu2016-11-163-0/+243
| |
* | Merge pull request #96 from marcoveeneman/tiva-use-tivawaremarcoveeneman2016-10-302-79/+10
|\ \ | | | | | | Tiva port use TivaWare
| * | Added TivaWare device type to board files and removed old defines.marcoveeneman2016-08-242-79/+10
| |/
* | Merge pull request #81 from awygle/adcawygle2016-08-174-28/+10
|\ \ | | | | | | MSP430X ADC12 Support
| * | Adds ADC12 support to MSP430X port.Andrew Wygle2016-06-054-28/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for the MSP430X's 12-bit ADC peripheral, as well as reasonably complete testing of same. Also includes fixes for several bugs and cleanup of the DMA peripheral, which used ch calls rather than osal calls and was unclear about what contexts its methods could be called from.
* | | [STM32 NAND] Deleted ugly hack with EXTI interrupt instead of NAND onebarthess2016-08-161-14/+4
| |/ |/|
* | renamed NRF51_* to NRF5_*Stephane D'Alu2016-07-101-2/+2
| |
* | NRF52832 implementationStephane D'Alu2016-07-091-3/+3
| |
* | NRF52 boardStephane D'Alu2016-07-083-0/+294
| |
* | renamed port to NRF5 to make room for NRF52832 chipStephane D'Alu2016-07-081-1/+1
| |
* | Adding Analog input/ref pinsStephane D'Alu2016-05-292-0/+60
|/
* [KINETIS] Fixes for kernel-less builds.flabbergast2016-05-201-1/+0
|
* Added Analogue Line A0..A5Stephane D'Alu2016-05-091-0/+13
|
* added IO pins/lines definition (following STM32 model)Stephane D'Alu2016-05-092-0/+86
|
* [KINETIS] PAL driver: implement PAL_LINE.flabbergast2016-05-087-11/+159
|
* Merge pull request #68 from awygle/msp430xawygle2016-05-044-8/+282
| | | MSP430X DMA Support, EXP430FR6989 Demo + Makefile Updates
* Merge pull request #55 from marcoveeneman/tiva-wdg-drivermarcoveeneman2016-05-024-4/+4
|\ | | | | Tiva WDG driver
| * Mass license update.marcoveeneman2016-04-284-4/+4
| |
* | [KINETIS] Add FRDM-KL26Z/I2C demo.flabbergast2016-04-241-2/+4
| |
* | Merge pull request #59 from flabbergast/oshchipFabio Utzig2016-04-193-0/+149
|\ \ | | | | | | Add OSHchip board (NRF51 based)
| * | [NRF51] Add OSHChip_V1.0 board files.flabbergast2016-04-143-0/+149
| | |
* | | define CTS/RTS for BLE400 boardStephane D'Alu2016-04-161-0/+2
|/ /
* / Initial MSP430X Port.Andrew Wygle2016-04-083-0/+180
|/ | | | | | This port includes hal, pal, serial, and st drivers. It supports both large and small model code and data for MSP430X-class CPUs. It has only been tested on the EXP430FR5969 LaunchPad board.
* [KINETIS] Update boards.flabbergast2016-03-2216-48/+1220
| | | | | Add FRDM-KL26Z, Teensy LC and 3.1. Update definitions for FRDM-KL25Z, MCHCK, Teensy 3.0.
* [KINETIS] Fix board definitions (move to contrib).flabbergast2016-03-214-8/+8
|
* [KINETIS] Move from main repo to contribFabio Utzig2016-03-0712-0/+921
|
* Ensure ram is onStephane D'Alu2016-02-161-0/+12
|
* Merge pull request #33 from sdalu/rtcFabio Utzig2016-02-152-2/+3
|\ | | | | RTC for System Ticks
| * nrf51 has a cristalStephane D'Alu2016-02-051-0/+1
| |
| * moved from HFCLK TIMER to RTC LFCLKStephane D'Alu2016-02-052-2/+2
| |
* | ease dev with flash/debug targetStephane D'Alu2016-02-051-0/+6
|/
* removed commented linesStephane D'Alu2016-02-021-5/+0
|
* NRF51 DK boardStephane D'Alu2016-02-023-0/+147
|
* Merge I2C driverFabio Utzig2015-08-301-1/+2
|\
| * Add I2C support for nRF51Stephen Caudle2015-08-201-1/+2
| |
* | Fixed rest of paths in build scripts.barthess2015-08-241-2/+2
| |
* | Changed the way files are included to a more convenient way.Fabien Poussin2015-08-204-8/+8
|/
* Add EXT driver for nRF51Stephen Caudle2015-08-091-0/+2
|
* Add SPI support for nRF51Stephen Caudle2015-07-271-0/+5
|
* Update nRF51 Waveshare board fileStephen Caudle2015-07-261-32/+32
|
* Add PAL configurationFabio Utzig2015-05-151-6/+49
|
* Add some GPIO pin definitionsFabio Utzig2015-05-151-6/+11
|
* Add basic board supportFabio Utzig2015-05-123-0/+88
|