Search found 5 matches

by kflee2000
Wed Nov 28, 2012 6:29 am
Forum: LCD Driver and Graphic Framework
Topic: Document Error - upper case CHIBIOS
Replies: 5
Views: 3240

Re: Document Error - upper case CHIBIOS

Hi, Tectu, The use case I am aiming at is: STM32F103RB + UG2828GDEDF11 OLED diaplay and IT7250 Touch screen controller. However as I am not yet familiar with ChibiOS + GFX, I thought just use a development board (known to be working with UCOS-II) that use STM32F103RB + ILI9320 as a starter. My idea ...
by kflee2000
Tue Nov 27, 2012 6:02 pm
Forum: LCD Driver and Graphic Framework
Topic: Document Error - upper case CHIBIOS
Replies: 5
Views: 3240

Re: Document Error - upper case CHIBIOS

Hi, See the change. Thanks. It took a while to figure out the 'corresponding places in your Makefile' for a new comer but I got it at end. I am using a board that also ILI9320 so I naturally set the board to the BOARD_OLIMEX_STM32_LCD and compile it. It gave several errors of a kind: undeclared vari...
by kflee2000
Sun Nov 25, 2012 5:45 pm
Forum: LCD Driver and Graphic Framework
Topic: Document Error - upper case CHIBIOS
Replies: 5
Views: 3240

Document Error - upper case CHIBIOS

Just download the gfx plug for Chibios and noted a trivial documentation error:

GFXLIB = $(chibios)/ext/gfx

should be

GFXLIB = $(CHIBIOS)/ext/gfx

as most of the examples in demos use upper case.
by kflee2000
Mon Aug 13, 2012 3:44 am
Forum: User Projects
Topic: ChibiOS Posix-GCC emulation
Replies: 4
Views: 4534

Re: ChibiOS Posix-GCC emulation

Hi, Thanks for the advice. I am reading ChibiOS source code, a hard task even for an experienced programmer. I would like to test on both solutions and will also document how I do it for the benefit of myself and maybe also for myself. 1) Write a serial driver to replace serial_lld.c : On this I wou...
by kflee2000
Sun Aug 12, 2012 3:53 pm
Forum: User Projects
Topic: ChibiOS Posix-GCC emulation
Replies: 4
Views: 4534

ChibiOS Posix-GCC emulation

Hi, Just download ChibiOS and compile the demos/Posix-GCC files under Linuxmint and it compiled without error on first run, impressed. I set myself a project to learn ChibiOS by using the linux-emulator came in Posix-GCC directory. Now that I can get the 'linux-emulator' compilied and when run the e...

Go to advanced search