Search found 417 matches

by mabl
Fri Nov 30, 2012 10:17 am
Forum: AVR Support
Topic: IAR AVR Port
Replies: 37
Views: 26093

Re: IAR AVR Port

I've not yet heart of any IAR AVR port. Isn't the AVR world mostly governed by gcc based toolchains? Even AVR Studio uses gcc - and there are even standard linker scripts. Also avr-gcc is included in every Linux distribution. Just wondering why...
by mabl
Thu Nov 29, 2012 6:31 pm
Forum: General Support
Topic: Recursive mutex?
Replies: 21
Views: 11018

Re: Recursive mutex?

So is this related to the condvar recursive problem you posted here.

Also do you have a new full version of your stubs? Maybe we could include them in ChibiOS by default?
by mabl
Thu Nov 29, 2012 6:12 pm
Forum: General Support
Topic: What is the equavalint code of the memmory allocation
Replies: 15
Views: 7834

Re: What is the equavalint code of the memmory allocation

Have a look here:

viewtopic.php?f=2&t=793&p=7778#p7762

Giovanni, i guess we should really look into extending the stubs properly... Prof. Yo Man, didn't you look into this already?
by mabl
Thu Nov 29, 2012 6:01 pm
Forum: General Support
Topic: What is the equavalint code of the memmory allocation
Replies: 15
Views: 7834

Re: What is the equavalint code of the memmory allocation

Those are missing newlib stubs. Try to include syscall.c/h in your makefile. It's provided with ChibiOS
by mabl
Thu Nov 29, 2012 8:30 am
Forum: LCD Driver and Graphic Framework
Topic: Announcement of chibios-gfx.com
Replies: 17
Views: 16452

Re: [IMPORTANT] Announcement of chibios-gfx.com

The code is now under the same license as ChibiOS. My understanding of what that means - you can use it in whatever you want but if you make changes to the source code you must publish them. The linking exception allows you to not publish your own main application source code. You must still howeve...
by mabl
Wed Nov 28, 2012 9:50 pm
Forum: Development and Feedback
Topic: sprintf issue - missing syscalls
Replies: 7
Views: 18449

Re: sprintf issue - missing syscalls

Yeah, always meant to clean it up and put it back up somwhen in the future... I am not at my development machine now - I've posted earlier versions of the stubs in the other threads.
by mabl
Wed Nov 28, 2012 9:49 pm
Forum: General Support
Topic: ChibiOS/RT with C++ STL
Replies: 12
Views: 9952

Re: ChibiOS/RT with C++ STL

In addition to syscalls.{c,h} from ChibiOS, I use these: /* * stubs.c * * Created on: Jul 10, 2011 * Author: mabl */ #include <stdio.h> #include "ch.h" #include "hal.h" #include "stubs.h" // FIXME: Stubs - HATE THEM void _exit(int status){ (void) status; chSysHalt(); wh...
by mabl
Fri Nov 23, 2012 3:28 pm
Forum: ChibiStudio
Topic: ChibiStudio - Problem when cleaning project
Replies: 10
Views: 8587

Re: ChibiStudio - Problem when cleaning project

Wasn't it like Windows cannot delete files which are used (that's why it needs to reboot *every fcking update*). So maybe you still had gdb opened and it cannot delete the file? Just guessing :mrgreen:
by mabl
Wed Nov 21, 2012 9:51 am
Forum: General Support
Topic: Howto saving Data in Flash in Cortex M3/M4
Replies: 25
Views: 19732

Re: Howto saving Data in Flash in Cortex M3/M4

I'll publish the code when it'll be ready as I will appreciate any comment on the code since I'm not used to embedded programming yet :) Moreover, as the code is based on mabl's one it is just normal to publish it (I did not find a license in the project but as it is ChibiOS based I imagine it is u...

Go to advanced search