Search found 36 matches

by Freddie Chopin
Wed Mar 25, 2015 5:48 pm
Forum: ChibiOS/RT
Topic: How are kernel size reports generated?
Replies: 2
Views: 2411

Re: How are kernel size reports generated?

Great - thanks! Now this idea seems obvious (;

Regards,
FCh
by Freddie Chopin
Tue Mar 24, 2015 12:20 pm
Forum: ChibiOS/RT
Topic: How are kernel size reports generated?
Replies: 2
Views: 2411

How are kernel size reports generated?

Hello! I'm very curious how are the kernel size reports (available here - http://chibios.sourceforge.net/reports/kernel.txt ) generated? I looked in the source tree for any script that generates that info, but I failed to find anything related. Maybe the number is just the size of .text + .data for ...
by Freddie Chopin
Sat Dec 28, 2013 5:15 pm
Forum: STM32 Support
Topic: STM32f429 Demo - Suspend not possible
Replies: 3
Views: 2846

Re: STM32f429 Demo - Suspend not possible

Try the most recent release - 131228. I think I've stumbled upon the same problem as you with the previous versions (from August, October and the one from 2 days ago), but in the new version the problem is solved - at least here (;

4\/3!!
by Freddie Chopin
Thu Feb 21, 2013 10:33 pm
Forum: Development and Feedback
Topic: [FYI] Licensing News
Replies: 12
Views: 7398

Re: [FYI] Licensing News

Just imagine how many people break BSD license, by NOT including any info about lib in documentation which accompanies the binary (; With Boost license you just stop the hypocrisy (;

4\/3!!
by Freddie Chopin
Thu Feb 21, 2013 10:26 pm
Forum: General Support
Topic: Compiling duration
Replies: 36
Views: 18663

Re: Compiling duration

Just tried out tup. Looks nasty... Guys, have a look the the page http://gittup.org/tup/make_vs_tup.html The guy is funny and knows about the drinking thing..;-) The website is really funny indeed (; Freddie, did you ever apply tup on a ChibiOS build? I'd like to try that, but don't wanna write the...
by Freddie Chopin
Sat Feb 16, 2013 11:01 am
Forum: General Support
Topic: Compiling duration
Replies: 36
Views: 18663

Re: Compiling duration

You're searching in the wrong direction. If you're using make from MSYS than there's no surprise it's slow - recently they decided that make on Windows should be case insensitive (or sth like that), so if you have rule for your_file.c then this make will check whether it did not actually match: your...
by Freddie Chopin
Sun Feb 03, 2013 12:09 pm
Forum: Development and Feedback
Topic: [FYI] Licensing News
Replies: 12
Views: 7398

Re: [FYI] Licensing News

There's also an interesting license http://www.boost.org/users/license.html

4\/3!!
by Freddie Chopin
Sun Dec 09, 2012 9:41 am
Forum: Development and Feedback
Topic: [RFC] Ideas for ChibiOS/RT 3.0
Replies: 63
Views: 38328

Re: [RFC] Ideas for ChibiOS/RT 3.0

1ppm = 1/10000 %, but for this case it's just easier to calculate with 1 point per milion, so for 30ppm resonator after 1s the result can (but doesn't have to) be off by 30us. I can't imagine how you got to a number that says a precise clock crystal resonator has an error of 3%...

4\/3!!
by Freddie Chopin
Fri Dec 07, 2012 8:06 pm
Forum: Development and Feedback
Topic: [RFC] Ideas for ChibiOS/RT 3.0
Replies: 63
Views: 38328

Re: [RFC] Ideas for ChibiOS/RT 3.0

It's not a matter of "problem", as you can as well use assembly instead of C/C++ and RTOSes, but a matter of code re-use. There are MILIONS line of code available to PC platforms and that can be reused, but you need a proper and functioning abstraction to deal with that. And that "pro...
by Freddie Chopin
Fri Dec 07, 2012 6:01 pm
Forum: Development and Feedback
Topic: [RFC] Ideas for ChibiOS/RT 3.0
Replies: 63
Views: 38328

Re: [RFC] Ideas for ChibiOS/RT 3.0

Giovanni wrote:Then you can just make serial ports accessible through the C library by implementing the whole syscalls.c, much easier than creating a whole Posix wrapper.

That leaves the actual paths to the devices...

4\/3!!

Go to advanced search