Search found 547 matches

by tfAteba
Thu Jan 25, 2024 10:55 am
Forum: General Support
Topic: Chibios projecct compilation in VScode
Replies: 3
Views: 1254

Re: Chibios projecct compilation in VScode

Hi all, Mainly if your project if base on makefile, there will be no problem to compile it, just by running the make command in a terminal. You will need to install some pluging (C, C++, cortext debug) this will help you to view some ARM registers. But to debug you will need to create a vscode confi...
by tfAteba
Wed Jul 19, 2023 5:10 pm
Forum: Development and Feedback
Topic: Mocking of HAL for unit test purposes
Replies: 8
Views: 3440

Re: Mocking of HAL for unit test purposes

I will be interrested if you organize some live section in discord!
by tfAteba
Sun Jul 02, 2023 5:21 pm
Forum: STM32 Support
Topic: STM32H5 support
Replies: 4
Views: 1795

Re: STM32H5 support

I took part in the workshop st last week, and the person who gave the main presentation said that you'll have to be patient to get cards, as there aren't many available at the moment.
But I saw that there are some available at mousser so I'm going to order one!
by tfAteba
Sun Jul 02, 2023 4:06 pm
Forum: STM32 Support
Topic: STM32H5 support
Replies: 4
Views: 1795

Re: STM32H5 support

Hi,

Since the last post IS there some improuvment about the support of H5 séries?
by tfAteba
Wed Apr 12, 2023 6:43 pm
Forum: General Support
Topic: Porting to PIC32
Replies: 3
Views: 1949

Re: Porting to PIC32

Hello jjdean,

Look at your PM
by tfAteba
Wed Nov 23, 2022 7:19 pm
Forum: Bug Reports
Topic: AVR - C++ and lib generation no functionnal Topic is solved
Replies: 3
Views: 1421

Re: AVR - C++ and lib generation no functionnal Topic is solved

Hi all,

I still need to look at the make lib.

Thanks for the patch in the library generation side.

So every thing have been fixed and committed in trunk.
by tfAteba
Wed Nov 23, 2022 12:52 am
Forum: AVR Support
Topic: C++ on the AVR port Topic is solved
Replies: 4
Views: 11949

Re: C++ on the AVR port Topic is solved

Hello Davidli, I have take some time to look how to use C++ with AVR MCU. As I said in this thread https://forum.chibios.org/posting.php?mode=reply&f=35&t=6125 , I have create a demo under demos/AVR/RT-ARDUINO-UNO-G++ to show how we can use C++. It looks like __AVR_ATmega328P__ isn't being d...
by tfAteba
Wed Nov 23, 2022 12:43 am
Forum: Bug Reports
Topic: AVR - C++ and lib generation no functionnal Topic is solved
Replies: 3
Views: 1421

Re: AVR - C++ and lib generation no functionnal Topic is solved

Hi Philippe, Compiler rules for AVR seems to miss some informations for C++ and ar call is not working. Yes it was just CPP flags that was missing. Now it is ok in ChibiOS/trunk, I have just commited a fix for that. Note that there is a problem with you patch (you are mixing C and CPP flags): +CFLAG...
by tfAteba
Tue Nov 22, 2022 7:52 pm
Forum: User Projects
Topic: ATSAMD5xx Port Help
Replies: 3
Views: 6710

Re: ATSAMD5xx Port Help

Hi ash0x0,

Did you finally have some result in your port? I'm curious to know how it goes.
by tfAteba
Sun Nov 20, 2022 11:35 pm
Forum: AVR Support
Topic: Support for megaAVR 0-series like ATmega4808/4809? Topic is solved
Replies: 6
Views: 4492

Re: Support for megaAVR 0-series like ATmega4808/4809? Topic is solved

Hi Wolf,

Nice work, you have almost finish the port and the implementation of several drivers.

If you want you can share your work, it can be interesting for the community 8-) .

Go to advanced search