Search found 1226 matches

by Tectu
Sat Jul 25, 2015 5:28 pm
Forum: Development and Feedback
Topic: [WARNING] SourceForge DOWN (now back up, notes inside)
Replies: 44
Views: 22049

Re: [WARNING] SourceForge DOWN

@steved: See what utzig wrote. Exactly my thinking too. What you describe certainly works but there we are already in the 'annoying to use' part. When you handle your repository the way you explained you would be better of with git because git does all that magic and many more things for you just on...
by Tectu
Sat Jul 25, 2015 3:43 pm
Forum: Development and Feedback
Topic: [WARNING] SourceForge DOWN (now back up, notes inside)
Replies: 44
Views: 22049

Re: [WARNING] SourceForge DOWN

They don't offer subversion, cloudforge does. Because nobody should use it anymore. I am sadly still forced to work with SVN because several customers use it and it is always a pain in the ass, really (excuse my wording). Just the fact that you don't have a local repository is a complete no-go for ...
by Tectu
Sat Jul 25, 2015 10:24 am
Forum: Development and Feedback
Topic: [WARNING] SourceForge DOWN (now back up, notes inside)
Replies: 44
Views: 22049

Re: [WARNING] SourceForge DOWN

Just go for BitBucket.org, really. It is by Atlassian which is probably the most professional and serious company in the world. Their support is awesome and they provide a GUI Tool named SourceTree which works very well (Windows and Mac OS-X). I can only agree with utzig, the tools is quite powerful...
by Tectu
Fri Jul 24, 2015 7:14 pm
Forum: STM32 Support
Topic: CMSIS Header
Replies: 2
Views: 2058

Re: CMSIS Header

That makes totally sense to me.
I guess we are both fine then and everything should work for everybody™


~ Tectu
by Tectu
Fri Jul 24, 2015 4:03 pm
Forum: STM32 Support
Topic: CMSIS Header
Replies: 2
Views: 2058

CMSIS Header

I am currently busy extending the LTDC driver of the uGFX library. As this is a platform specific driver registers are directly accessed within this driver (there is no need for a display controller board file). The LTDC peripheral of the STM32F4x9 and the STM32F7 are sadly just 99.9% compatible. Th...
by Tectu
Fri Jul 24, 2015 12:50 am
Forum: STM32 Support
Topic: STM32F7-Discovery
Replies: 2
Views: 2591

Re: STM32F7-Discovery

May I ask how it is working? µGFX (http://ugfx.org) already supports the board but we are currently relying on the STM32Cube HAL.
We would love to create a demo and example project using ChibiOS/RT and ChibiOS/HAL.


~ Tectu
by Tectu
Sun Jul 12, 2015 11:31 pm
Forum: General Support
Topic: bidirectional pin config
Replies: 6
Views: 3560

Re: bidirectional pin config

Hello JoVM, It is common with these parallel bus interfaces that you have to switch the pin directions. That is why I recommended you to use the ChibiOS/HAL pal grouping feature. You can look at this board file . The thing that made it easy here is that all 16 pins of the LCD data bus are on one por...
by Tectu
Sun Jul 12, 2015 11:10 pm
Forum: Development and Feedback
Topic: [PARTY] 3.0.0 release party thread :-)
Replies: 11
Views: 7013

Re: 3.0.0 stable branch

Nice work, Giovanni!
Keep it up!


~ Tectu
by Tectu
Fri Jul 10, 2015 7:08 pm
Forum: General Support
Topic: bidirectional pin config
Replies: 6
Views: 3560

Re: bidirectional pin config

Are you already using the µGFX library? If so this is what you would do at the beginning of the read_data() and write_data() functions in your board file.

The ChibiOS/HAL API allows you to define a bus group. This would allow you to easily change the configs of all the relevant pins.


~ Tectu
by Tectu
Fri Jul 03, 2015 7:03 pm
Forum: STM32 Support
Topic: **KS0108 driver
Replies: 3
Views: 2119

Re: **KS0108 driver

Sadly uGFX does not yet have a KS0108 driver but there is everything else you need to use your display (including a very detailed tutorial how to set up a project using ChibiOS/RT, uGFX and ChibiStudio). It is fairly easy to add a new driver (for your KS0108) as the interface is well documented and ...

Go to advanced search