Search found 91 matches

by josesimoes
Wed Sep 07, 2022 3:50 pm
Forum: Bug Reports
Topic: Wrong CH_VERSION for 21.11x?
Replies: 1
Views: 767

Wrong CH_VERSION for 21.11x?

Hi,

I believe the CH_VERSION define in 21.11.x is wrong...
It's #define CH_VERSION "2021.11.2"

Shouldn't that be "21.11.2" ?
by josesimoes
Wed Aug 04, 2021 4:48 pm
Forum: Bug Reports
Topic: Wrong API call in RTCv2 Topic is solved
Replies: 2
Views: 2028

Wrong API call in RTCv2 Topic is solved

Hi,

In os\hal\ports\STM32\LLD\RTCv2\hal_rtc_lld.c lines 215-217 and 234-236 there are calls to chDbgCheck. If I'm not mistaken those should be osalDbgCheck.
by josesimoes
Mon Jun 21, 2021 9:03 am
Forum: Development and Feedback
Topic: GitHub mirror missing the stable_21.6.x branch
Replies: 1
Views: 1751

GitHub mirror missing the stable_21.6.x branch

Hi,

Any of the maintainers of the github mirror could please add the new stable_21.6.x branch?

Thank you!
by josesimoes
Mon Jun 21, 2021 8:49 am
Forum: Development and Feedback
Topic: [INFO] Developers chat (was "Slack ChibiOS workspace")
Replies: 19
Views: 6660

Re: [PROPOSAL] Slack ChibiOS workspace

Suggest Discord. Pretty simple to setup. Very popular amongst developers and several people already use it because of gamming and/other communities. We used for several years now on .NET nanoFramework. See [here](https://discordapp.com/invite/gCyBu8T). ;)
by josesimoes
Thu Feb 11, 2021 1:39 pm
Forum: Bug Reports
Topic: MCU variant missing in stm32_registry header Topic is solved
Replies: 1
Views: 1811

MCU variant missing in stm32_registry header Topic is solved

Seems that STM32F765xx is missing in os\hal\ports\STM32\STM32F7xx\stm32_registry.h
by josesimoes
Tue Dec 29, 2020 8:53 pm
Forum: Bug Reports
Topic: CMSIS wrappers outdated Topic is solved
Replies: 5
Views: 2960

Re: CMSIS wrappers outdated Topic is solved

Confirmed! Thanks
by josesimoes
Tue Dec 29, 2020 4:23 pm
Forum: Bug Reports
Topic: CMSIS wrappers outdated Topic is solved
Replies: 5
Views: 2960

Re: CMSIS wrappers outdated Topic is solved

Guess, that's because of the #define CH_CFG_USE_MUTEXES
by josesimoes
Tue Dec 29, 2020 1:30 pm
Forum: Bug Reports
Topic: CMSIS wrappers outdated Topic is solved
Replies: 5
Views: 2960

Re: CMSIS wrappers outdated Topic is solved

Almost fixed...

os/common/abstractions/cmsis_os/cmsis_os.c:162:5: error: 'thread_t' {aka 'struct ch_thread'} has no member named 'prio'
162 | tp->prio = (tprio_t)newprio;
by josesimoes
Mon Dec 28, 2020 10:43 am
Forum: Bug Reports
Topic: CMSIS wrappers outdated Topic is solved
Replies: 5
Views: 2960

CMSIS wrappers outdated Topic is solved

Hi,

After the changes introduced with the fix for bug #1138, the CMSIS wrappers are outdated.
Build fails because of prio elements changes and queue_dequeue.
by josesimoes
Mon May 25, 2020 12:49 pm
Forum: Bug Reports
Topic: I2C4 in ST_STM32F769I_DISCOVERY Topic is solved
Replies: 9
Views: 7208

Re: I2C4 in ST_STM32F769I_DISCOVERY Topic is solved

Nope. Keeping throwing a hard fault...

Go to advanced search