Search found 359 matches

by utzig
Fri Apr 22, 2022 8:41 pm
Forum: User Projects
Topic: ChibiOS in satellites
Replies: 1
Views: 3132

ChibiOS in satellites

I am watching a livestream by Crowd Supply with https://www.oresat.org/, which is building satellites, and they mention using ChibiOS on an STM32 in them, pretty cool! The stream is here: https://www.youtube.com/watch?v=dqwKdhlh3x8 I didn't know about this project before, just posting because it mig...
by utzig
Tue Oct 19, 2021 1:01 am
Forum: Development and Feedback
Topic: [INFO] Development discussion on Discord
Replies: 6
Views: 19584

Re: [INFO] Development discussion on Discord

psyco wrote:Giovanni,

This invite link is expired. Could you make a new one?


https://discord.gg/SH8dvcDH
by utzig
Wed Oct 06, 2021 6:22 pm
Forum: AVR Support
Topic: [XMEGA] serial driver build failure Topic is solved
Replies: 6
Views: 6270

Re: [XMEGA] serial driver build failure Topic is solved

Sergio wrote:Well , I think it is more than just compiler requirement. I think set_error should be executed if condition succeed

Oh, you're right, the "set_error" should probably be inside the "if" block. I would suggest sending a patch.
by utzig
Wed Oct 06, 2021 5:06 pm
Forum: AVR Support
Topic: [XMEGA] serial driver build failure Topic is solved
Replies: 6
Views: 6270

Re: [XMEGA] serial driver build failure Topic is solved

I think this is an issue with very recent gcc releases, you can fix it by identing the ";" like this:

Code: Select all

if (status & (USART_FERR_bm | USART_PERR_bm | USART_BUFOVF_bm))
    ;
by utzig
Wed Feb 13, 2019 4:12 pm
Forum: General Support
Topic: GitHub Mirror misses branches
Replies: 3
Views: 2361

Re: GitHub Mirror misses branches

I added stable_19.1.x to the mirror.
by utzig
Fri Sep 28, 2018 4:07 pm
Forum: General Support
Topic: ChibiOS GitHub mirror no longer updating
Replies: 3
Views: 3028

Re: ChibiOS GitHub mirror no longer updating

It was broken some months ago when they posted... also fixed master now!
by utzig
Thu Mar 08, 2018 11:59 pm
Forum: Development and Feedback
Topic: [FEEDBACK] New repository
Replies: 31
Views: 13973

Re: [FEEDBACK] New repository

Done, https://github.com/ChibiOS/ChibiOS is now mirroring the new SVN repo.
by utzig
Wed Mar 07, 2018 2:56 pm
Forum: Development and Feedback
Topic: [FEEDBACK] New repository
Replies: 31
Views: 13973

Re: [FEEDBACK] New repository

Ok, I will update the github mirror script tonight!
by utzig
Wed Mar 07, 2018 1:08 pm
Forum: Development and Feedback
Topic: [FEEDBACK] New repository
Replies: 31
Views: 13973

Re: [FEEDBACK] New repository

How's the SVN situation settled? Is it stable and not going to change again next week? What's the new URL?
by utzig
Sun Mar 04, 2018 1:54 pm
Forum: Development and Feedback
Topic: [FEEDBACK] New repository
Replies: 31
Views: 13973

Re: [FEEDBACK] New repository

Btw, also this: # nmap chibiforge.org ... PORT STATE SERVICE 21/tcp open ftp 53/tcp open domain 80/tcp open http 110/tcp open pop3 143/tcp open imap 443/tcp open https 465/tcp open smtps 587/tcp open submission 993/tcp open imaps 995/tcp open pop3s 2525/tcp open ms-v-worlds 3306/tcp open mysql 5432/...

Go to advanced search