Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 30 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,24 @@ what is working
3.Graphics
4.Some Extent SPI Touch screen ( Unfortunatly Photon is no longer supported in ARM architecture )

Features Yet to be added 1.SPI 2.I2C 3.SD Card 4.USB 5.Network
Features Yet to be added
1.SPI
2.I2C
3.SD Card
4.USB
5.Network

code was derived from on at91sam9xx source , so I left the original code for SPI /I2C/USB/Input as it is ,
hoping that it will be helpfull for the developers ..

I am working on QT Graphics support ..

Compiling 1.Unzip it 2.Create a Empty Project 3.File ->Import -> General -> Existing projects into workspace --> File System
( select the folder) 3.Build it
Compiling
1.Unzip it
2.Create a Empty Project
3.File ->Import -> General -> Existing projects into workspace --> File System
( select the folder)
3.Build it

QNX OS- Running:

Expand All @@ -26,11 +35,26 @@ Connect USB to Serial /TTL adapter . power ON

commands: refer .build file .. ls,uname,sloginfo,kill,date

apps: 1.Led-red 2.Led-green 3.egl-gears-lite 4.gf_splash /usr/share/backdrops/1024x768/neutrino_02_1024x768.jpg
apps:

1.Led-red
2.Led-green
3.egl-gears-lite
4.gf_splash /usr/share/backdrops/1024x768/neutrino_02_1024x768.jpg

photon apps (enable Photon ,io-graphics, phfont) pls note : QNX stopped supporting photon support on ARM platform..
1.devc-pty 2.bkgdmgr 3.pwm 4.shelf 5.pterm
6.mypro 7.gui-app 8.pfm 9.pv 10.phsutdown 11.phcalc

1.devc-pty
2.bkgdmgr
3.pwm
4.shelf
5.pterm
6.mypro
7.gui-app
8.pfm
9.pv
10.phsutdown
11.phcalc

Licensing ( Refer license.txt)

Expand Down