Search found 417 matches

by mabl
Fri Dec 05, 2014 10:19 am
Forum: Open Discussion about the Commercial Options
Topic: chlicense.h
Replies: 8
Views: 9445

Re: chlicense.h

Giovanni wrote:This is not correct, GPL and GPL+exception are two distinct "modes"

Sorry for that noise. Somehow I missed it. I guess this is a fair agreement. After all you put a lot of work into ChibiOS and lots of people could use the Exception Clause (including me).

Thanks for clearing that up.
by mabl
Fri Dec 05, 2014 7:22 am
Forum: Open Discussion about the Commercial Options
Topic: chlicense.h
Replies: 8
Views: 9445

chlicense.h

Hi Giovanni, since I'm currently having more available free time I just started to look again into ChibiOS by browsing through the repository changes. There are a lot of cool things since I last looked! Congratulations! However, I I saw one change which really disturbed me. As far as I've understood...
by mabl
Sat Jul 27, 2013 4:53 pm
Forum: User Projects
Topic: ChibiOS STM32F4 usb shell + Javascript interpreter
Replies: 6
Views: 8263

Re: ChibiOS STM32F4 usb shell + Javascript interpreter

Digging further, there are other people doing stuff like this with Chibios!
https://code.google.com/p/chibios-embrio/

I did not notice these before!
by mabl
Sat Jul 27, 2013 4:45 pm
Forum: User Projects
Topic: ChibiOS STM32F4 usb shell + Javascript interpreter
Replies: 6
Views: 8263

Re: ChibiOS STM32F4 usb shell + Javascript interpreter

I wonder if it is not a better idea to use a virtual machine and compile the program to P-Code first, like PAWN. Interestingly sombody had the idea already - even with ChibiOS:
http://airlab.elet.polimi.it/index.php/ ... _platforms

I wonder what came out of it?
by mabl
Sun Apr 14, 2013 2:12 pm
Forum: General Support
Topic: Hangs after hour or so
Replies: 10
Views: 7428

Re: Hangs after hour or so

Giovani means the CH_DBG_Flags in chconf.h. Please make sure you have them enabled, especially CH_DBG_SYSTEM_STATE_CHECK, it looks like you did not. You need working debugging too.
by mabl
Thu Apr 11, 2013 6:44 am
Forum: Development and Feedback
Topic: [INFO] Sourceforge ChibiOS project being updated
Replies: 24
Views: 13677

Re: [INFO] Sourceforge ChibiOS project being updated

The mirrors are up and running again. :mrgreen:
by mabl
Thu Apr 11, 2013 6:11 am
Forum: Development and Feedback
Topic: [INFO] Sourceforge ChibiOS project being updated
Replies: 24
Views: 13677

Re: [INFO] Sourceforge ChibiOS project being updated

Hey Guys,

sorry for my absence - I've quite busy these days with university. Tectu just hinted me to this thread - I'll fix the mirrors today.

Regarding git: I'd love to see Feature branches, submodules and true commit messages used with ChibiOS :-D
by mabl
Thu Feb 21, 2013 2:19 pm
Forum: General Support
Topic: Compiling duration
Replies: 36
Views: 18616

Re: Compiling duration

We could also move to a cmake based build system. I think there was also some initial work done in this direction.
by mabl
Mon Feb 04, 2013 10:35 am
Forum: General Support
Topic: send data between 2 threads
Replies: 13
Views: 8922

Re: send data between 2 threads

The wrapper is using synchronous messages.
https://github.com/mabl/ChibiosFatFSWor ... sWrapper.c

The return code of the commands is used, and the functions it is wrapping are blocking. So this is the obvious choice..
by mabl
Mon Feb 04, 2013 9:30 am
Forum: LCD Driver and Graphic Framework
Topic: ChibiOS/GFX C++
Replies: 7
Views: 5476

Re: ChibiOS/GFX C++

I am also using C++ with ChibiOS. I guess the main problem is to know what you should do, and what not ^^. I've never used uClibc++. One of the important things when using C++ is to suppress all the useless stuff. I typically go with "-fno-rtti -fno-exceptions -fno-unwind-tables -std=c++11"...

Go to advanced search