aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Olimex-SAM7EX256-GE8
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixupsinmarket2018-11-101-2/+2
|
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-037-26/+26
|
* Update license headerTibo Clausen2018-10-0111-11/+11
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-2/+2
|
* Added new type definitions - moving towards V3.0inmarket2018-06-236-13/+13
|
* First set of V3 macro changesinmarket2018-02-274-4/+4
|
* Update some makefiles and openocd config filesinmarket2015-11-271-0/+1
|
* Replace all inline definitions with GFXINLINEinmarket2015-10-235-40/+40
|
* Add stm32m3 make option and fix stm32m1 make optioninmarket2015-06-081-1/+5
|
* SSD1331 board file for the SAM7EX256 via UEXT connectorinmarket2015-05-101-0/+223
|
* More comments for the UEXT SSD1306 SPI board fileinmarket2015-05-092-2/+162
|
* Improve the UEXT bus descriptor fileinmarket2015-05-091-2/+18
|
* SSD1306 board file for SAM7EX256 using UEXT connectorinmarket2015-02-071-0/+212
|
* Oops - left some debugging.inmarket2015-02-071-4/+3
|
* Chibios definition updates for the Olimex-SAM7EX256inmarket2015-02-072-11/+35
|
* Board file fixes for the Olimex-SAM7EX256 boardinmarket2015-02-072-80/+132
|
* Add TLS8204 on UEXT (Olimex MOD3310) to the SAM7EX256 boardinmarket2015-02-072-0/+161
|
* Add UEXT connector definitions for the SAM7EX256 board.inmarket2015-02-051-0/+63
|
* Tidy upsinmarket2014-10-061-1/+0
|
* Update support for ChibiOS v3 to the current repository.inmarket2014-10-061-9/+2
| | | | | | | Update Make system to match. Add ability to make to a library rather than a program Stop ignoring objcode invalid format errors Multiple make tidy ups
* Update to makefiles to support ChibiOS v3, making ARM thumb targets, CPU ↵inmarket2014-10-042-8/+8
| | | | | | specific flags etc Also put license in the gmake master scripts.
* First ARM build to use the new makefile plus makefile updatesinmarket2014-10-011-197/+56
|
* Rename all driver makefiles to driver.mkinmarket2014-08-221-4/+4
|
* Changes to example makefiles and other files for ChibiOS due to changes in ↵inmarket2014-04-121-0/+1
| | | | 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-113-11/+11
| | | | | | 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-271-1/+1
| | | | 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-191-2/+5
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-2/+2
|
* 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
* Add readme's to the board directoriesinmarket2013-10-282-6/+14
|
* Create uGFX board directories which include example Makefiles.inmarket2013-10-2812-0/+1621
Currently only done for the Olimex-SAM7EX256 board.