Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license header | Tibo Clausen | 2018-10-01 | 3 | -3/+3 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 2 | -6/+6 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | ChibiOS does not work reliably with GCC -O0 with recent compilers. | inmarket | 2015-11-27 | 2 | -2/+2 |
| | | | | Change to -O1 | ||||
* | Update some makefiles and openocd config files | inmarket | 2015-11-27 | 3 | -12/+13 |
| | |||||
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 2 | -17/+17 |
| | |||||
* | Add stm32m3 make option and fix stm32m1 make option | inmarket | 2015-06-08 | 1 | -0/+2 |
| | |||||
* | Allow a mouse driver to not return any results when it is polled. | inmarket | 2014-11-07 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into newmouse | Joel Bodenmann | 2014-10-27 | 2 | -2/+2 |
|\ | |||||
| * | Adding Embest board example for chibios 2.x | Joel Bodenmann | 2014-10-27 | 2 | -2/+2 |
| | | |||||
| * | Tidy ups | inmarket | 2014-10-06 | 2 | -2/+0 |
| | | |||||
| * | Update support for ChibiOS v3 to the current repository. | inmarket | 2014-10-06 | 6 | -49/+18 |
| | | | | | | | | | | | | | | 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 ↵ | inmarket | 2014-10-04 | 2 | -443/+118 |
| | | | | | | | | | | | | specific flags etc Also put license in the gmake master scripts. | ||||
* | | Tidy up MCU mouse defines | inmarket | 2014-10-13 | 1 | -10/+8 |
| | | |||||
* | | Fine tuning the MCU driver parameters for the Mikromedia STM32 M4 | inmarket | 2014-10-09 | 1 | -4/+4 |
| | | |||||
* | | New mouse board files for MikroMedia STM32 M4 board to use new MCU touch driver | inmarket | 2014-10-07 | 3 | -106/+96 |
| | | |||||
* | | Tidy ups | inmarket | 2014-10-06 | 2 | -2/+0 |
| | | |||||
* | | Update support for ChibiOS v3 to the current repository. | inmarket | 2014-10-06 | 6 | -49/+18 |
| | | | | | | | | | | | | | | 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 ↵ | inmarket | 2014-10-04 | 2 | -443/+118 |
|/ | | | | | | specific flags etc Also put license in the gmake master scripts. | ||||
* | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 1 | -2/+2 |
| | |||||
* | Restore library locations to what is used in all other example makefiles | inmarket | 2014-05-12 | 2 | -4/+4 |
| | |||||
* | cleanup of Mikromedia STM32-M4 board support | Joel Bodenmann | 2014-05-11 | 14 | -37/+1 |
| | |||||
* | Update Mikromedia-M4 board definition to work with the latest ChibiStudio ↵ | Thomas Saunders | 2014-05-10 | 11 | -2705/+2856 |
| | | | | | | board config generator Add Chibios 3.0.0 example project for this board | ||||
* | vs1053 audio driver now working | inmarket | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Updates to vs1053 driver. Now accepting data but still no sound. | inmarket | 2014-04-30 | 1 | -1/+1 |
| | |||||
* | First version vs1053 audio play driver. Compiles but not tested yet. | inmarket | 2014-04-29 | 3 | -1/+100 |
| | |||||
* | Changes to example makefiles and other files for ChibiOS due to changes in ↵ | inmarket | 2014-04-12 | 2 | -1/+5 |
| | | | | ChibiOS-2.6.x | ||||
* | Add demo makefiles and update example master makefiles to match. | inmarket | 2014-02-19 | 1 | -2/+5 |
| | |||||
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 2 | -4/+4 |
| | |||||
* | Updates to mouse and makefile for Mikromedia STM32-M4 board. | inmarket | 2013-11-24 | 3 | -90/+43 |
| | |||||
* | OpenOCD config file for Mikromedia-STM-M4 board and updates to the makefile. | inmarket | 2013-11-09 | 2 | -1/+83 |
| | |||||
* | Updates for the Mikrmedia STM32 M4 board | inmarket | 2013-10-29 | 4 | -18/+10 |
| | |||||
* | uGFX board definition for the Mikromedia STM32 M4 board. | inmarket | 2013-10-28 | 16 | -0/+5718 |
Includes the required ChibiOS board files and an example Makefile. |