Search found 35 matches

by tdwebste
Mon Apr 29, 2019 8:05 am
Forum: ChibiOS/HAL
Topic: ChibiOS/HAL in FreeRTOS project
Replies: 6
Views: 4296

Re: ChibiOS/HAL in FreeRTOS project

Hi Radek,

Were you able to use ChibiOS/HAL in FreeRTOS project?

regards
Tim
by tdwebste
Tue Feb 25, 2014 6:53 pm
Forum: User Projects
Topic: Inventory of main git repository and forks
Replies: 0
Views: 2023

Inventory of main git repository and forks

I am currently following chibios 2.6.3 through github mabl/ChibiOS. I want to follow chibios 3.0 though git as well. There are 2 mirrors of the main svn repository in github mabl/ChibiOS ChibiOS/ChibiOS-RT And there are many many more git forks. And I am creating my own forks I am using git config c...
by tdwebste
Tue Feb 25, 2014 6:33 pm
Forum: User Projects
Topic: Porting to Tiva C Series TM4C123G LaunchPad
Replies: 13
Views: 11529

Re: Porting to Tiva C Series TM4C123G LaunchPad

A github repository with only the Tiva-related files following the ChibiOS directory structure would be ideal in my opinion. In that case we want to fork and follow chibios 3.0 with git and this subtree is effectively a branch rebased onto of the chibios master. The files we touch in the git fork a...
by tdwebste
Tue Feb 25, 2014 3:37 pm
Forum: User Projects
Topic: Porting to Tiva C Series TM4C123G LaunchPad
Replies: 13
Views: 11529

Re: Porting to Tiva C Series TM4C123G LaunchPad

Marco

Can you please share the github address of your fork?
Also I think we should move this discussion to Contributions
by tdwebste
Tue Feb 25, 2014 7:55 am
Forum: General Support
Topic: SIL2(3) support on STM32 MCU
Replies: 3
Views: 3398

SIL2(3) support on STM32 MCU

I am waiting on ST to publicly release Safety Manuals. So I know it is too early to ask how these SIL2(3) should be implemented in Chibios/RT. The first STM32F0 Safety Manual should be available in 2 weeks. ST is releasing Safety Manuals: STM32F4 Safety Manual à September 2014 STM32F2 Safety Manual ...
by tdwebste
Tue Feb 25, 2014 7:42 am
Forum: User Projects
Topic: Porting to Tiva C Series TM4C123G LaunchPad
Replies: 13
Views: 11529

Porting to Tiva C Series TM4C123G LaunchPad

As a learning exercise I am considering porting Chibios/RT to Tiva C Series TM4C123G LaunchPad Is this Porting the OS to another MCU using the same core. stm32f4x The Cortex-M4 core features a Floating point unit (FPU) and TM4C123x Cortex M4F Or is this Porting the OS to a whole new architecture? I ...
by tdwebste
Sat Dec 07, 2013 2:02 am
Forum: STM32 Support
Topic: chsprintf minimal @p sprintf() patch
Replies: 6
Views: 5965

Re: chsprintf minimal @p sprintf() patch

Forgot to add
$(CHIBIOS)/os/various/memstreams.c \
to my Makefile.
by tdwebste
Fri Dec 06, 2013 10:40 pm
Forum: STM32 Support
Topic: chsprintf minimal @p sprintf() patch
Replies: 6
Views: 5965

Re: chsprintf minimal @p sprintf() patch

I know I am missing something easy.

git grep include -- 'chprintf.[ch]'
chprintf.c:#include "ch.h"
chprintf.c:#include "chprintf.h"
chprintf.c:#include "memstreams.h"
chprintf.h:#include <stdarg.h>


chprintf.c:297: undefined reference to `msObjectInit'

ideas?
by tdwebste
Wed Dec 04, 2013 1:29 am
Forum: STM32 Support
Topic: chsprintf minimal @p sprintf() patch
Replies: 6
Views: 5965

Re: chsprintf minimal @p sprintf() patch

Thx
Which release repository did you add it to? 2.6 or 2.7.
We are still on 2.6, But we are looking to migrate to 2.7
by tdwebste
Mon Dec 02, 2013 4:43 pm
Forum: STM32 Support
Topic: chsprintf minimal @p sprintf() patch
Replies: 6
Views: 5965

chsprintf minimal @p sprintf() patch

We have added chsprint to implement a minimal @p sprintf() like functionality with output to a string. Your feed back is appreciated. How do I attach a patch file? I am getting The extension " " is not allowed for everything I have tried. From 8a4411d184dc884a9a3e03a1a7fa54356d6d0dbd Mon S...

Go to advanced search