Search found 483 matches

by mobyfab
Sat Dec 26, 2020 4:37 pm
Forum: Bug Reports
Topic: shell library is broken Topic is solved
Replies: 5
Views: 3055

Re: shell library is broken Topic is solved

Yes, all good. Thanks!
by mobyfab
Fri Dec 25, 2020 12:27 am
Forum: Bug Reports
Topic: STM32H7 missing Crypto/hash Topic is solved
Replies: 6
Views: 3400

Re: STM32H7 missing Crypto/hash Topic is solved

this needs to be fixed to handle F7s since OTG1 and OTG2 are inverted: https://github.com/ChibiOS/ChibiOS/blob ... _otg.h#L31
maybe use a define name with OTG_FS and HS like other places?
by mobyfab
Thu Dec 24, 2020 11:44 pm
Forum: Bug Reports
Topic: shell library is broken Topic is solved
Replies: 5
Views: 3055

shell library is broken Topic is solved

Branch is stable_20.3.x but probably others as well if this is a backport. Is it intended that a type was changed in a stable branch rather than a new release? Updating the function to use realprio instead should be enough to fix it. ../../../../os/various/shell/shell_cmd.c: In function 'cmd_threads...
by mobyfab
Sat Dec 05, 2020 11:43 am
Forum: Bug Reports
Topic: STM32H7 missing Crypto/hash Topic is solved
Replies: 6
Views: 3400

Re: STM32H7 missing Crypto/hash Topic is solved

Actually, seems like OTGv1 is broken now ../../../../../ChibiOS/os/hal/ports/STM32/LLD/OTGv1/hal_usb_lld.c: In function 'usb_lld_stop': ../../../../../ChibiOS/os/hal/ports/STM32/LLD/OTGv1/hal_usb_lld.h:233:45: warning: implicit declaration of function 'rccDisableUSB2_OTG_FS'; did you mean 'rccDisabl...
by mobyfab
Mon Nov 30, 2020 11:40 am
Forum: Bug Reports
Topic: STM32H7 missing Crypto/hash Topic is solved
Replies: 6
Views: 3400

Re: STM32H7 missing Crypto/hash Topic is solved

All good, thanks! :)
by mobyfab
Tue Nov 24, 2020 11:26 pm
Forum: General Support
Topic: TinyUSB
Replies: 6
Views: 3912

Re: TinyUSB

I'm adding support in the Contrib repo:
https://github.com/ChibiOS/ChibiOS-Contrib/pull/228

Untested so far but it compiles :)
Will try on my F4 disco board when I have the time.
by mobyfab
Mon Nov 23, 2020 11:54 pm
Forum: General Support
Topic: TinyUSB
Replies: 6
Views: 3912

Re: TinyUSB

I'm working on a port, I'll do a pull request with one or two examples, but if you find any mistakes below let me know:
https://github.com/hathach/tinyusb/comp ... in:chibios
by mobyfab
Sun Nov 22, 2020 1:21 pm
Forum: Bug Reports
Topic: STM32H7 missing Crypto/hash Topic is solved
Replies: 6
Views: 3400

Re: STM32H7 missing Crypto/hash Topic is solved

Also missing RTC It misses at least the config defines, rcc macros, registry values for Crypto, Hash, and RTC. I need to confirm but it should be pretty similar to other STM32 families. You can see my fixes here: https://github.com/ChibiOS/ChibiOS/compare/master...fpoussin:stm32h7-fixes To download ...
by mobyfab
Sun Nov 22, 2020 3:52 am
Forum: Bug Reports
Topic: STM32H7 missing Crypto/hash Topic is solved
Replies: 6
Views: 3400

STM32H7 missing Crypto/hash Topic is solved

Hi, It seems the registry file for STM32H7 are missing entries to use Cypto/hash drivers (I am testing STM32H750) Also, there are some typos: #if STM32_DMA_SUPPORTS_DMAMUX dmaSetRequestSource(cryp->dma_cryp_in, STM32_DMAMUX1_CRYP_IN); dmaSetRequestSource(cryp->dma_cryp_out, STM32_DMAMUX1_CRYP_OUT); ...
by mobyfab
Sat Nov 21, 2020 12:18 pm
Forum: General Support
Topic: ADC configuration tool
Replies: 15
Views: 7012

Re: ADC configuration tool

Seems like your tool does the same thing as the one I made except I use the STM32CubeMX file instead of specifying everything by hand

https://github.com/ChibiOS/ChibiOS-Cont ... x2board.py

Go to advanced search