aboutsummaryrefslogtreecommitdiffstats
path: root/boards
Commit message (Collapse)AuthorAgeFilesLines
...
* Updates to STM32F746-Discovery supportinmarket2015-11-053-381/+10
| | | | Clean out a lot of junk
* Replace all inline definitions with GFXINLINEinmarket2015-10-2344-347/+358
|
* Fixing compiler warnings in STM32F746-Discovery board filesJoel Bodenmann2015-10-202-40/+35
|
* More STM32F746 updates + docoinmarket2015-10-062-2/+2
|
* More STM32F746-Discovery changes.inmarket2015-10-0611-3409/+236
|
* Support for ChibiOS3 (master branch only currently) for the ↵inmarket2015-10-0513-85/+2544
| | | | | | STM32F729-Discovery board. Not working yet.
* Minor updateinmarket2015-10-052-2/+2
|
* Updating ChibiOS 3.x build system supportJoel Bodenmann2015-08-296-12/+27
|
* Updating ChibiOS 3.x build system supportJoel Bodenmann2015-08-294-9/+1429
|
* Updating ChibiOS 3.x build system supportJoel Bodenmann2015-08-2915-2641/+2748
|
* Adding first version of STM32F7 discovery touch driverJoel Bodenmann2015-07-224-171/+200
|
* Adding FT5336 touch driver. Not tested yet.Joel Bodenmann2015-07-214-5/+275
|
* Significant improvements in alternative scheduler.inmarket2015-07-164-3/+6
| | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7.
* STM32F746 cleanupinmarket2015-07-161-2/+0
|
* STM32F746Discovery board file now HAL free (SDRAM still to go)Joel Bodenmann2015-07-131-75/+213
|
* Working STM32F746G-Discovery board + example for raw32inmarket2015-07-1110-58/+2241
| | | | Working STM32LTDC video driver
* working on the LTDC driver (not done yet and also hacky code)Joel Bodenmann2015-07-101-3/+5
|
* Renaming example dir to keep naming consistentJoel Bodenmann2015-07-101-0/+0
|
* Merge branch 'STM32F7_Discovery' of https://bitbucket.org/Tectu/ugfx into ↵Joel Bodenmann2015-07-104-0/+97
|\ | | | | | | STM32F7_Discovery
| * Example make for stm32m7 using ugfx make system (not complete)inmarket2015-07-104-0/+97
| | | | | | | | Changes to some stm32f746 files
* | More work on the F7 discoveryJoel Bodenmann2015-07-102-1/+6
|/
* Some more work on the F7 discoveryJoel Bodenmann2015-07-096-466/+39
|
* Renaming driver to STM32LTDC as this will be a generic oneJoel Bodenmann2015-07-091-1/+1
|
* Adding correct display parametersJoel Bodenmann2015-07-081-4/+4
|
* Adding some board file stuff for the F7 discovery (nothing done yet, just ↵Joel Bodenmann2015-07-088-0/+3643
| | | | adding the required files)
* Add stm32m3 make option and fix stm32m1 make optioninmarket2015-06-087-1/+16
|
* Fixing typo in HY-MiniSTM32V board fileJoel Bodenmann2015-05-231-1/+1
|
* 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
|
* Example board files for connecting "TinyScreen" - an arduino SSD1331 display ↵inmarket2015-04-072-0/+122
| | | | from Tiny-Circuits
* Typoinmarket2015-04-011-1/+1
|
* Example board file and cpp file for the Auduino teensy and the SSD1351 driverinmarket2015-04-012-0/+95
|
* Updates to Mikromedia-Plus-STM32-M4 board and the SSD1963 driverinmarket2015-02-282-51/+46
|
* New Mikromedia-Plus-STM32-M4 board by lliypuk (with mods)inmarket2015-02-2321-0/+5838
|
* 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-073-85/+136
|
* 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
|
* Adding HY-MiniSTM32V board supportJoel Bodenmann2015-02-017-0/+672
|
* Add Chibios v3 example files for the STM32F429iDiscovery board.inmarket2014-12-3110-7/+1307
|
* Split SSD1306 spi board example into 2 files.inmarket2014-12-151-0/+115
|\ | | | | | | | | Revert chibios 3.x use of bool as a base type for bool_t. back to char bool is available on c++ compilers only!!!!
| * Improve SSD1306 spi exampleergosys2014-12-121-87/+66
| | | | | | | | | | | | | | Don't acquire bus for every command Use SPI driver to control chip select Use SPI driver start/stop only when bus acquired for lower power usage Throttle SPI speed based on processor clock
* | Updates for the EMBEST board and a small fix to the SSD2119 driver.inmarket2014-12-152-5/+8
|/
* Conversion of some addon board files to newmouseinmarket2014-11-103-149/+128
|
* Fix GDISP_NEED_CONTROL for the STM32F429i-Discovery board.inmarket2014-11-071-34/+11
|
* Fix the newmouse STMPE811 driver.inmarket2014-11-072-13/+20
| | | | Finalise the STM32F429i-Discovery board file for that touch controller
* Allow a mouse driver to not return any results when it is polled.inmarket2014-11-072-2/+4
|