aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards
Commit message (Collapse)AuthorAgeFilesLines
* + Added board files and example for STM32F411-Discovery boardTim Rheinfels2019-11-033-0/+1636
|
* added NRF52 pwm, icu, i2c, radio esb driversandru2019-01-083-0/+253
|
* KINETIS tests and demos updated to ChibiOS 18.2.x.Konstantin Oblaukhov2018-11-209-0/+36
|
* Update all NRF5x makefiles and chconf.h.Konstantin Oblaukhov2018-11-205-0/+19
| | | | Add missing halconf_community.h
* New style makefiles for demos and tests.Konstantin Oblaukhov2018-09-242-0/+8
|
* Merge pull request #158 from walkerstop/mikeFabien Poussin2018-05-073-0/+566
|\ | | | | Kinetis MK66F18 and PJRC Teensy 3.6 support
| * Merge branch 'master' into mikeMichael Walker2018-05-0220-153/+932
| |\
| * | More correctionsMichael Walker2018-05-012-554/+561
| | |
| * | Attempt at Teensy 3.6 supportMichael Walker2018-04-303-0/+559
| | |
* | | Merge pull request #156 from wiml/k64_supportFabien Poussin2018-05-053-0/+465
|\ \ \ | |_|/ |/| | Kinetis K64 and PJRC Teensy3.5 support
| * | Board definitions for the PJRC Teensy 3.5, based on the Kinetis K64.Wim Lewis2018-01-063-0/+465
| | |
* | | Merge branch 'master' into update_testsFabien Poussin2018-03-152-0/+8
|\ \ \
| * | | Added shared variables to startup, board and platform makefilesmarcoveeneman2018-03-102-0/+8
| | | |
* | | | boards: Update board BARTHESS to newer APIRomain Reignier2018-03-121-18/+171
|/ / /
* / / Fixes for STM32F0 testhalFabien Poussin2018-03-081-9/+153
|/ /
* | 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