Search found 11 matches

by e11i0t23
Wed Jan 20, 2021 12:26 pm
Forum: Development and Feedback
Topic: STM32WB55 support
Replies: 92
Views: 36316

Re: STM32WB55 support

Hi,

Great work so far, working well over usb for my test project, How is the bluetooth support coming along, I saw Ilya was working on the radio stack, and helper drivers, Is this functional and if not, what still needs implementing/testing?

Cheers
Elliot
by e11i0t23
Mon Feb 25, 2019 9:05 pm
Forum: ChibiOS/RT
Topic: undefined reference to ST2MS and MS2ST
Replies: 21
Views: 11712

Re: undefined reference to ST2MS and MS2ST

Sorry about that here is a link to the file: https://github.com/e11i0t23/qmk_firmware/blob/chibios-update/quantum/audio/audio_arm.c and the whole warning: quantum/audio/audio_arm.c:259:3: warning: initialization from incompatible pointer type .end_cb = end_cb1, ^ quantum/audio/audio_arm.c:259:3: war...
by e11i0t23
Mon Feb 25, 2019 6:15 pm
Forum: ChibiOS/RT
Topic: undefined reference to ST2MS and MS2ST
Replies: 21
Views: 11712

Re: undefined reference to ST2MS and MS2ST

That warning has already been fixed in repository, it will be in next release. Note that it has no real impact. Giovanni Any idea when this will make it to the git repo as it is used as a sub-module? also is the warning: initialization from incompatible pointer type .end_cb = end_cb1, seems to be a...
by e11i0t23
Sat Feb 23, 2019 1:51 am
Forum: ChibiOS/RT
Topic: undefined reference to ST2MS and MS2ST
Replies: 21
Views: 11712

Re: undefined reference to ST2MS and MS2ST

Found out i needed to add IRQ system settings to mcuconf now that is added the error is removed
by e11i0t23
Sat Feb 23, 2019 1:04 am
Forum: ChibiOS/RT
Topic: undefined reference to ST2MS and MS2ST
Replies: 21
Views: 11712

Re: undefined reference to ST2MS and MS2ST

Thank you all again we have manged to update and test on a few boards now however with stm32f072 board we are trying to use as a test we are getting an error compiling a chibios fil Compiling: lib/chibios/os/hal/ports/STM32/LLD/RTCv2/hal_rtc_lld.c In file included from ./lib/chibios/os/hal/ports/STM...
by e11i0t23
Fri Feb 22, 2019 9:25 pm
Forum: ChibiOS/RT
Topic: undefined reference to ST2MS and MS2ST
Replies: 21
Views: 11712

Re: undefined reference to ST2MS and MS2ST

Thank you for that information and saving me yet again when I use board files from 'os/hal/boards/ST_STM32F072B_DISCOVERY' if i just point BOARDSRC and BOARDINC to there we build fine however using our old files where we use PALConfig sample board file https://github.com/e11i0t23/qmk_firmware/tree/m...
by e11i0t23
Fri Feb 22, 2019 3:51 pm
Forum: ChibiOS/RT
Topic: undefined reference to ST2MS and MS2ST
Replies: 21
Views: 11712

Re: undefined reference to ST2MS and MS2ST

Thank you again for your great help we are making great progress we now are getting the following lib/chibios/os/hal/ports/STM32/LLD/DMAv1/stm32_dma.c:556:3: error: 'endid' may be used uninitialized in this function [-Werror=maybe-uninitialized] for (i = startid; i <= endid; i++) { ^ lib/chibios/os/...
by e11i0t23
Fri Feb 22, 2019 1:34 am
Forum: ChibiOS/RT
Topic: undefined reference to ST2MS and MS2ST
Replies: 21
Views: 11712

Re: undefined reference to ST2MS and MS2ST

Your QMKUSBDriverVMT struct inherits from BaseSequentialStream in hal_stream.h. That has been updated to add _base_object_methods (hal_objects.h) used for multiple inheritance. _base_object_methods just contains a size_t instance_offset; . So add a "(size_t)0" as the first element of your...
by e11i0t23
Fri Feb 22, 2019 12:45 am
Forum: ChibiOS/RT
Topic: undefined reference to ST2MS and MS2ST
Replies: 21
Views: 11712

Re: undefined reference to ST2MS and MS2ST

Thank you again, you are all very supportive and really helping us to progress where our shortcomings fall Compiling: keyboards/cannonkeys/bluepill/ws2812.c keyboards/cannonkeys/bluepill/ws2812.c:49:3: error: initialization from incompatible pointer type [-Werror] PORT_WS2812, ^ keyboards/cannonkeys...
by e11i0t23
Thu Feb 21, 2019 11:35 pm
Forum: ChibiOS/RT
Topic: undefined reference to ST2MS and MS2ST
Replies: 21
Views: 11712

Re: undefined reference to ST2MS and MS2ST

Thank you for the reply that really helped we are also using your usb_driver files you made our version has some edits but is based on your 2016 version and since updating chibios and not this file it now gives the following error tmk_core/protocol/chibios/usb_driver.c:128:3: warning: initialization...

Go to advanced search