aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base
Commit message (Collapse)AuthorAgeFilesLines
* Changes to example makefiles and other files for ChibiOS due to changes in ↵inmarket2014-04-123-1/+6
| | | | ChibiOS-2.6.x
* Turn on PWM audio output for Olimex SAM7EX256 board.inmarket2014-03-304-5/+88
|
* Updates to GADC to use new simpler gfx queued bufferring.inmarket2014-03-201-1/+6
| | | | NOTE: code is still buggy (or the one and only driver is buggy).
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-116-14/+14
| | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.
* First GAUDOUT work. Still incomplete but compiling.inmarket2014-02-273-4/+4
| | | | Also moved drivers/gaudin to drivers/audio as most audio codecs support input and output in a single device.
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-194-9/+20
|
* Add Win32 GAUDIN driver.inmarket2013-12-222-2/+2
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-219-24/+24
|
* Embest board file fixJoel Bodenmann2013-12-071-1/+1
|
* cleanup Olimex-STM32-LCD board fileJoel Bodenmann2013-11-251-10/+0
|
* Olimex-STM32-LCD board files updateJoel Bodenmann2013-11-252-13/+40
|
* Updates to mouse and makefile for Mikromedia STM32-M4 board.inmarket2013-11-243-90/+43
|
* Olimex-STM32-LCD board file fixJoel Bodenmann2013-11-121-4/+2
|
* Embest-STM32-DMSTF4BB board file fixJoel Bodenmann2013-11-121-4/+2
|
* Marlin board file fixJoel Bodenmann2013-11-121-4/+2
|
* FireBull-STM32F103-FB board file fixJoel Bodenmann2013-11-121-5/+2
|
* docsJoel Bodenmann2013-11-101-0/+1
|
* added forgotten filesJoel Bodenmann2013-11-106-0/+660
|
* cleanupsJoel Bodenmann2013-11-102-0/+4
|
* fixed some boards file namesJoel Bodenmann2013-11-106-660/+0
|
* added Olimex-STM32-LCDJoel Bodenmann2013-11-108-0/+535
|
* added Marlin boardJoel Bodenmann2013-11-108-0/+1665
|
* fixed Embest boardJoel Bodenmann2013-11-105-0/+0
|
* fixed Embest boardJoel Bodenmann2013-11-102-2/+2
|
* added FireBull-STM32F103-FB boardJoel Bodenmann2013-11-108-0/+371
|
* added readme.txtJoel Bodenmann2013-11-101-0/+7
|
* added Embest-STM32-DMSTF4BB base boardJoel Bodenmann2013-11-109-0/+2881
|
* OpenOCD config file for Mikromedia-STM-M4 board and updates to the makefile.inmarket2013-11-092-1/+83
|
* Updated Makefile and new openocd config file for the Olimex SAM7EX256 board.inmarket2013-11-092-3/+80
| | | | Makefiles modifications required for updated gcc v4.7.2
* Linux board defintionsinmarket2013-10-294-0/+170
|
* Win32 board definitions.inmarket2013-10-296-0/+1094
|
* Updates for the Mikrmedia STM32 M4 boardinmarket2013-10-294-18/+10
|
* uGFX board definition for the Mikromedia STM32 M4 board.inmarket2013-10-2816-0/+5718
| | | | Includes the required ChibiOS board files and an example Makefile.
* Add readme's to the board directoriesinmarket2013-10-284-15/+26
|
* Create uGFX board directories which include example Makefiles.inmarket2013-10-2815-0/+1836
Currently only done for the Olimex-SAM7EX256 board.