Search found 37 matches

by inca
Sun Mar 12, 2017 9:17 pm
Forum: Development and Feedback
Topic: Where did the Posix-GCC demo go?
Replies: 8
Views: 4601

Re: Where did the Posix-GCC demo go?

G, I think this brings us up to date. A (trunk@10080) patch for POSIX gcc (clang) on OS X: diff --git i/demos/various/RT-Posix-Simulator/Makefile w/demos/various/RT-Posix-Simulator/Makefile index 9578952..93237c5 100755 --- i/demos/various/RT-Posix-Simulator/Makefile +++ w/demos/various/RT-Posix-Sim...
by inca
Sun Mar 12, 2017 8:50 pm
Forum: Development and Feedback
Topic: Where did the Posix-GCC demo go?
Replies: 8
Views: 4601

Re: Where did the Posix-GCC demo go?

Note: Previous patches are likely slightly incomplete due to my inability to git late at night.

3.0.x stable backport (zipped, attached).
by inca
Sun Mar 12, 2017 8:32 am
Forum: Development and Feedback
Topic: Where did the Posix-GCC demo go?
Replies: 8
Views: 4601

Re: Where did the Posix-GCC demo go?

Thanks, G. I am backporting in stages. I seem to have lost some files somewhere in between 2.6 and the latest, so smaller steps for now. =)
by inca
Sun Mar 12, 2017 7:27 am
Forum: Development and Feedback
Topic: Where did the Posix-GCC demo go?
Replies: 8
Views: 4601

Re: Where did the Posix-GCC demo go?

stable_2.6.x Posix-GCC diff --git i/demos/Posix-GCC/Makefile w/demos/Posix-GCC/Makefile index c35a5f7..a3b6bde 100644 --- i/demos/Posix-GCC/Makefile +++ w/demos/Posix-GCC/Makefile @@ -109,14 +109,14 @@ CPFLAGS = $(OPT) -Wall -Wextra -Wstrict-prototypes -fverbose-asm $(DEFS) ifeq ($(HOST_OSX),yes) if...
by inca
Sun Mar 12, 2017 7:19 am
Forum: Development and Feedback
Topic: Where did the Posix-GCC demo go?
Replies: 8
Views: 4601

Re: Where did the Posix-GCC demo go?

Patch for stable_2.4.x Posix-GCC on OS X: diff --git i/demos/Posix-GCC/Makefile w/demos/Posix-GCC/Makefile index 58a18f8..c90dc05 100644 --- i/demos/Posix-GCC/Makefile +++ w/demos/Posix-GCC/Makefile @@ -108,14 +108,14 @@ CPFLAGS = $(OPT) -Wall -Wextra -Wstrict-prototypes -fverbose-asm $(DEFS) ifeq (...
by inca
Sat Mar 11, 2017 11:24 pm
Forum: ESP32 Support
Topic: ESP32
Replies: 37
Views: 36362

Re: ESP32

Well, the code for FreeRTOS HAL is open source, so it cannot be too hard. =) I would also like to see this as well. I have been away from this scene for a bit, though I may take the first steps as a fun exercise for getting back in touch with ChibiOS and learning a new MCU. When I look at it later t...
by inca
Tue Oct 11, 2016 3:56 pm
Forum: Development and Feedback
Topic: Where did the Posix-GCC demo go?
Replies: 8
Views: 4601

Where did the Posix-GCC demo go?

Subject is the message.

Cheers
by inca
Mon Sep 05, 2016 4:06 pm
Forum: ChibiStudio
Topic: Chibi makefile projects on Atollic 6.0.0
Replies: 2
Views: 2900

Re: Chibi makefile projects on Atollic 6.0.0

Giovanni, They do include some utilities with the Atollic package. However, they do not include all of the tools that ChibiOS makefiles use, such as `cat`. Also, I have tested (and ported) the community USB Host code driver to the 16.1.5 ChibiOS-RT for STM32F407-DISCOVERY. ⋅ The CDC FTDI s...
by inca
Mon Sep 05, 2016 5:09 am
Forum: ChibiStudio
Topic: Chibi makefile projects on Atollic 6.0.0
Replies: 2
Views: 2900

Chibi makefile projects on Atollic 6.0.0

Greetings, I have been spending a lot of time in Atollic lately for reasons beyond my control, so I have tried a few different ways of getting ChibiOS to "just work" in the usual workflow. I had some trouble getting makefiles to work on windows (I am looking forward to Atollic's Mac OS rel...
by inca
Thu Apr 30, 2015 2:54 pm
Forum: STM32 Support
Topic: Virtual control interface via semihosting
Replies: 12
Views: 11725

Re: Virtual control interface via semihosting

I recently got semihosting up and going again using ChibiStudio (without chibi or chibi hal, unfortunely) and STM32 STD PERIPH lib. The default startup.s and linker files from ST seem not to work with semihosting. I've not testing the chibi startup.s and .ld script, but I'd imagine a similar outcome...

Go to advanced search