Search found 33 matches

by ych
Sun Mar 03, 2024 11:11 am
Forum: Bug Reports
Topic: GCC10 linker warning Topic is solved
Replies: 5
Views: 3626

Re: GCC10 linker warning Topic is solved

... try removing that option (or fake always the same file name) and it will disappear. ... Could you please clarify what exact option you mean to remove? See the same warning on building RT-STM32F413ZH-NUCLEO144 demo from stable_21.11.x branch: $ make ... Linking build/ch.elf lto-wrapper: warning:...
by ych
Thu Nov 30, 2023 11:51 pm
Forum: Bug Reports
Topic: rccDisableAPB2 called with incorrect parameters count in stm32_rcc.h of STM32F4xx Topic is solved
Replies: 2
Views: 2009

Re: rccDisableAPB2 called with incorrect parameters count in stm32_rcc.h of STM32F4xx Topic is solved

And yes, it would be great if this fix could be applied to the stable_21.11.x branch.
by ych
Thu Nov 30, 2023 11:46 pm
Forum: Bug Reports
Topic: rccDisableAPB2 called with incorrect parameters count in stm32_rcc.h of STM32F4xx Topic is solved
Replies: 2
Views: 2009

rccDisableAPB2 called with incorrect parameters count in stm32_rcc.h of STM32F4xx Topic is solved

rccDisableAPB2 macros has only one mask parameter, but rccDisableUART9 and rccDisableUART10 macros pass additional lp parameter, what lead to compile error.
It looks like this is an artifact from previous functionality that was accidentally left behind during refactoring.
by ych
Thu Jun 29, 2023 1:29 pm
Forum: Bug Reports
Topic: STM32F413xx missed as possible enumeration in stm32f4xx_board.xsd Topic is solved
Replies: 2
Views: 1967

Re: STM32F413xx missed as possible enumeration in stm32f4xx_board.xsd Topic is solved

Also, it will be great to release board_files_path restrictions in tools/ftl/schema/common/config_settings.xsd file to have the possibility to pass their path with makefile variable references. Currently, I get the following warning: cvc-pattern-valid: Value '$(BOARDS_DIR)' is not facet-valid with r...
by ych
Mon Jun 19, 2023 8:50 pm
Forum: Bug Reports
Topic: STM32F413xx missed as possible enumeration in stm32f4xx_board.xsd Topic is solved
Replies: 2
Views: 1967

STM32F413xx missed as possible enumeration in stm32f4xx_board.xsd Topic is solved

Notice that while editing board.chcfg in XML editor, element <subtype>STM32F413xx</subtype> marked with warning. The cause of this warning is absent of STM32F413xx enumeration in stm32f4xx_board.xsd.
by ych
Tue Jun 13, 2023 10:26 am
Forum: STM32 Support
Topic: STM32H5 support
Replies: 4
Views: 2540

STM32H5 support

Are there any upcoming plans or current initiatives to provide support for the STM32H5 Series?
by ych
Fri Mar 23, 2018 10:40 pm
Forum: Bug Reports
Topic: STM32F7xx hal_lld.h issue after "Fixed bug #913" Topic is solved
Replies: 3
Views: 2952

Re: STM32F7xx hal_lld.h issue after "Fixed bug #913" Topic is solved

Aha, ok.
Is it better to create a bug in ChibiOS SourceForce project then on the forum?
by ych
Thu Mar 22, 2018 9:49 am
Forum: Bug Reports
Topic: WolfSSL bindings conflicting types for 'time_t' Topic is solved
Replies: 8
Views: 4954

Re: WolfSSL bindings conflicting types for 'time_t' Topic is solved

Will this patch be applied or I need to provide some additional description?
by ych
Wed Mar 21, 2018 10:14 am
Forum: Bug Reports
Topic: WolfSSL bindings conflicting types for 'time_t' Topic is solved
Replies: 8
Views: 4954

Re: WolfSSL bindings conflicting types for 'time_t' Topic is solved

After prompt from WolfSSL community, I apply next patch and this issue resolver under GNU Arm Embedded Toolchain 4 and 7: diff --git a/os/various/wolfssl_bindings/user_settings.h b/os/various/wolfssl_bindings/user_settings.h index 4b491225e..0ae6b2767 100644 --- a/os/various/wolfssl_bindings/user_se...
by ych
Tue Mar 20, 2018 9:47 am
Forum: Bug Reports
Topic: STM32F7xx hal_lld.h issue after "Fixed bug #913" Topic is solved
Replies: 3
Views: 2952

STM32F7xx hal_lld.h issue after "Fixed bug #913" Topic is solved

During "Fixed bug #913" (git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11345 35acf78f-673a-0410-8e92-d51de3d6d3f4) not all condition was properly updated, so the patch: diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h index 24498264e..47c...

Go to advanced search