Search found 14457 matches

by Giovanni
Fri Jan 06, 2012 5:46 pm
Forum: Development and Feedback
Topic: I2C implementation for STM32
Replies: 346
Views: 179243

Re: I2C implementation for STM32

I adjusted some comments.

It has been a long process but this should be about final, could everybody give barthess and me some feedback about this driver? there is something else that could be done on it?

Giovanni
by Giovanni
Fri Jan 06, 2012 5:44 pm
Forum: Development and Feedback
Topic: ChibiOS/RT coding style guide
Replies: 0
Views: 2447

ChibiOS/RT coding style guide

Hi,

I wrote a small guideline about coding style and documentation rules: http://www.chibios.org/dokuwiki/doku.ph ... tyle_guide

It is not everything but will be expanded with time.

Giovanni
by Giovanni
Fri Jan 06, 2012 2:44 pm
Forum: Development and Feedback
Topic: Eclipse debug plugin for ChibiOS/RT
Replies: 74
Views: 43922

Re: Eclipse debug plugin for ChibiOS/RT

I will be adding a measurement subsystem next week, that could be used for that purpose. It will be able to measure the worst/best/last case of any portion of code with clock resolution and few clocks error.

Changes to the plugin could follow.

Giovanni
by Giovanni
Fri Jan 06, 2012 2:41 pm
Forum: Development and Feedback
Topic: Git Mirror on Github
Replies: 2
Views: 2617

Re: Git Mirror on Github

Its good to have a mirror anyway, thanks.

Giovanni
by Giovanni
Thu Jan 05, 2012 8:15 pm
Forum: General Support
Topic: float corrupted when passed into variable argument list
Replies: 4
Views: 2685

Re: float corrupted when passed into variable argument list

It could be a stack alignment problem, I have to look into this. Can you create a test case?

Giovanni
by Giovanni
Thu Jan 05, 2012 7:52 pm
Forum: Development and Feedback
Topic: I2C implementation for STM32
Replies: 346
Views: 179243

Re: I2C implementation for STM32

First you write code and it is ugly and doesn't work. Then you write code and it is ugly but works. After a while you write code and it is beautiful and it works. Finally you write code and it is so beautiful that it doesn't matter if it works. Jokes apart, I have doubts on the CR2 handling. You ini...
by Giovanni
Thu Jan 05, 2012 7:16 pm
Forum: Development and Feedback
Topic: STM32F2xx support topic
Replies: 15
Views: 9011

Re: STM32F2xx support topic

Hi,

It has been merged on trunk now, so get latest.

Giovanni
by Giovanni
Thu Jan 05, 2012 5:06 pm
Forum: Development and Feedback
Topic: MMC over SPI High Density Support
Replies: 17
Views: 10126

Re: MMC over SPI High Density Support

Hi, The word size is always 8bit, it has to be in that protocol and the SPI must be configured that way from the application. I merged the code but had to do changes, there were warning, also, I don't want a dependence between the HAL and "various" so I included the CRC7 code in the driver...
by Giovanni
Thu Jan 05, 2012 2:23 pm
Forum: Development and Feedback
Topic: SDIO port to STM32F4x
Replies: 79
Views: 34612

Re: SDIO port to STM32F4x

Ok, go ahead (I saw you already branched anyway :-)).

After I2C and this one it is 2.4.0 time.

Giovanni
by Giovanni
Thu Jan 05, 2012 1:25 pm
Forum: Development and Feedback
Topic: SDIO port to STM32F4x
Replies: 79
Views: 34612

Re: SDIO port to STM32F4x

It is planned but I don't have hardware to test it, could you help with this?

Giovanni

Go to advanced search