Search found 374 matches

by faisal
Tue Jan 02, 2024 11:37 pm
Forum: Development and Feedback
Topic: pthreads linux simulator port
Replies: 4
Views: 1927

Re: pthreads linux simulator port

Added simulator ports and demo for HAL_CAN From testhal/PTHREAD/CAN/readme.txt ***************************************************************************** ** ChibiOS/RT port for x86 into a Posix process ** ***************************************************************************** ** TARGET ** T...
by faisal
Thu Dec 28, 2023 5:55 pm
Forum: Development and Feedback
Topic: pthreads linux simulator port
Replies: 4
Views: 1927

Re: pthreads linux simulator port

Added simulator ports and demos for GPT and ADC. https://github.com/faisal-shah/ChibiOS.svn/commits/feat/simulator-pthread from testhal/PTHREAD/ADC-GPT/readme.txt: ***************************************************************************** ** ChibiOS/RT port for x86 into a Posix process ** *******...
by faisal
Thu Dec 28, 2023 4:30 am
Forum: Development and Feedback
Topic: pthreads linux simulator port
Replies: 4
Views: 1927

Re: pthreads linux simulator port

Added a pthread serial-tty demo. The hal_serial_lld simulator driver still has support for TCP, and is enabled by default. If you want to use PTY, you have to define USE_SIM_SERIAL_TTY in mcuconf.h . https://github.com/faisal-shah/ChibiOS.svn/commits/feat/simulator-pthread From the testhal/PTHREAD/S...
by faisal
Wed Dec 27, 2023 4:38 pm
Forum: Development and Feedback
Topic: pthreads linux simulator port
Replies: 4
Views: 1927

Re: pthreads linux simulator port

Maybe this would be a good time to flesh out the simulator with more low level drivers. There didn't seem to be much appetite in the past. We wrote the following additional simulator low level drivers, and are currently being used on ChibiOS 20.x . Let me know and I can post updated versions here. A...
by faisal
Wed Dec 27, 2023 5:33 am
Forum: Development and Feedback
Topic: pthreads linux simulator port
Replies: 4
Views: 1927

pthreads linux simulator port

https://github.com/faisal-shah/ChibiOS.svn/tree/feat/simulator-pthread Check out demos/various/RT-Posix-Simulator-Pthread I wrote a pthreads based simulator port. This has 2 benefits: 1. No more limitation on integer only code being safe (as 'user space' threading was used in the existing SIMIA32 po...
by faisal
Sat Nov 18, 2023 10:21 pm
Forum: User Projects
Topic: my Engine Control Module
Replies: 57
Views: 51259

Re: my Engine Control Module

For quite a weird reason we are interested in ChibiOS to run on Artery AT32F435. dron0gus got to a blinking LED! see https://github.com/dron0gus/artery https://github.com/rusefi/ChibiOS/blob/stable_20.3.x.rusefi_clean_history/artery.md Cool! Up to 4MB internal flash, wowza. 'Upstream' to ChibiOS-Co...
by faisal
Wed Jul 19, 2023 3:20 pm
Forum: Development and Feedback
Topic: Mocking of HAL for unit test purposes
Replies: 8
Views: 3439

Re: Mocking of HAL for unit test purposes

Hi, No documentation yet, it is about generating test suites starting on an XML description, source code is generated. It produces those reports available in ChibiOS. I could organize a live session on Discord if there is interest. Giovanni Is that the one where the test cases (code) are in the act...
by faisal
Fri Jul 07, 2023 5:50 pm
Forum: Development and Feedback
Topic: Github actions are amazing any interest to leverage?
Replies: 10
Views: 2407

Re: Github actions are amazing any interest to leverage?

Please configure Jenkins to post results into github. Jenkins can control same green/red icon, this way consumers would know which commits do not compile at all. Another technique if stable branches are desired would be a pre-commit hook i.e. rejecting commits if those break CI. Giovanni doesn't us...
by faisal
Wed May 17, 2023 5:09 am
Forum: ChibiOS/HAL
Topic: STM32F722/23/32/33/30 HAL EFL driver
Replies: 8
Views: 4919

Re: STM32F722/23/32/33/30 HAL EFL driver

Giovanni wrote:Hi,

Is it compatible with 21.x?

Giovanni


I haven't checked. Has anything changed from 20.x?
by faisal
Tue May 16, 2023 7:38 pm
Forum: ChibiOS/HAL
Topic: STM32F722/23/32/33/30 HAL EFL driver
Replies: 8
Views: 4919

Re: STM32F722/23/32/33/30 HAL EFL driver

Any plans on including this driver? as part of ChibiOS?

Go to advanced search