Search found 861 matches

by barthess
Wed Jun 07, 2017 9:43 pm
Forum: Development and Feedback
Topic: GitHub mirror
Replies: 9
Views: 5588

Re: GitHub mirror

Any way, here is ready to use archive https://yadi.sk/d/C-3kFuKa3JvLeZ Or you can create your own copy using this repo https://github.com/ChibiOS/maintenance (it contains all that I use).
by barthess
Wed Jun 07, 2017 9:39 pm
Forum: Development and Feedback
Topic: GitHub mirror
Replies: 9
Views: 5588

Re: GitHub mirror

Main mirror's problem is its fragility. It requires manual house keeping from time to time. Adding new branches or new names to author.txt for example.
by barthess
Mon Apr 03, 2017 7:25 pm
Forum: STM32 Support
Topic: STM32 I2Cv1 driver with interrupts
Replies: 4
Views: 3209

Re: STM32 I2Cv1 driver with interrupts

Hello.
Sorry for late response. You can submit your driver using pull request on github. Driver must be added with new name to avoid conflicts with existing ones (something like i2c_irq).
by barthess
Mon Jan 16, 2017 8:14 am
Forum: Development and Feedback
Topic: [INFO] Installed Linux Mint
Replies: 45
Views: 23081

Re: [INFO] Installed Linux Mint

But windows 10 shipped with microsoft(c)(tm) linux. It is the best linux in the world!!1
Did you try it?
by barthess
Mon Jan 16, 2017 8:11 am
Forum: Development and Feedback
Topic: [INFO] Installed Linux Mint
Replies: 45
Views: 23081

Re: [INFO] Installed Linux Mint

3) I had to add an arcane group into my administrator user in order to access USB com ports. 4) I had to add an arcane rule to /etc/somewhere to make OpenOCD work. That steps was need some years ago but now you just need to add yourself to standard "plugdev" group. 5) I had to add an envi...
by barthess
Mon Jan 09, 2017 2:58 pm
Forum: General Support
Topic: Atmel SAM support
Replies: 9
Views: 5766

Re: Atmel SAM support

the SAM (which is really nice series of MCUs) Could you shortly describe where they better than STM32? It is not trolling, I am serious. my skills are not really at the level to try and port anything Just try, may be it is not such hard as it looks. Start from the simplest peripheral (suppose SPI)....
by barthess
Mon Jan 09, 2017 8:34 am
Forum: Bug Reports
Topic: STM32 USB OTG SV#6, misplaced @p chSysLockFromISR().. Topic is solved
Replies: 1
Views: 2952

STM32 USB OTG SV#6, misplaced @p chSysLockFromISR().. Topic is solved

I use latest trunk with STM32F767 on custom board with HS USB phy. I have added device qualifier descriptor to my usbcfg.c to be able to pass USB2CV tests. /* * @define Device Descriptor size. */ #define USB_DEVICE_QUALIFIER_SIZE 10U /** * @brief Device Descriptor helper macro. */ #define USB_DEVICE...
by barthess
Sun Jan 08, 2017 9:01 pm
Forum: Development and Feedback
Topic: [INFO] Installed Linux Mint
Replies: 45
Views: 23081

Re: [INFO] Installed Linux Mint

Giovanni wrote:small tools I made with Delphi

I have never use Delphi but you can try this to build projects natively:
https://en.wikipedia.org/wiki/Lazarus_(IDE)
by barthess
Sun Jan 08, 2017 6:38 pm
Forum: Development and Feedback
Topic: [INFO] Installed Linux Mint
Replies: 45
Views: 23081

Re: [INFO] Installed Linux Mint

Giovanni wrote:the first thing I noticed: it is like 20 times faster

Suppose you:
1) have some antivirus software on windows. It makes build process painfully slow.
2) have ccache installed on linux workstation.
P.S. glad to see you in Linux land.
by barthess
Fri Jan 06, 2017 7:35 pm
Forum: General Support
Topic: Stack/Thread Profiling
Replies: 7
Views: 3701

Re: Stack/Thread Profiling

Setting stack size "just to the water line" is very bad idea. When you update compiler of just change its settings than all project may be broken.

Go to advanced search