aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Win32
Commit message (Collapse)AuthorAgeFilesLines
* Significant improvements in alternative scheduler.inmarket2015-07-161-0/+4
| | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7.
* Update support for ChibiOS v3 to the current repository.inmarket2014-10-061-7/+1
| | | | | | | 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-4/+2
| | | | | | specific flags etc Also put license in the gmake master scripts.
* First ARM build to use the new makefile plus makefile updatesinmarket2014-10-011-41/+26
|
* New makefile structure. Also OSX board defintioninmarket2014-09-282-217/+51
|
* More makefile updatesinmarket2014-09-261-1/+4
|
* Makefile: Add support for -inmarket2014-09-261-20/+58
| | | | | | | - ..'s in the source path - USER_LISTINGS to control whether listings are generated - dependancy directory now a MACRO - support for Code::Blocks make targets
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-111-1/+1
| | | | | | 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-2/+2
| | | | 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
|
* Add Win32 GAUDIN driver.inmarket2013-12-222-2/+2
|
* cleanupsJoel Bodenmann2013-11-101-0/+2
|
* Win32 board definitions.inmarket2013-10-296-0/+1094