Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

File:Eclipse source location.png

Wiki Recent Changes - Tue, 11/21/2017 - 17:17

Andrey.filippov uploaded File:Eclipse source location.png

New page

== Licensing ==
{{GNU FDLv1.3 }} Andrey.filippov

File:Eclipse ccpp build refresh.png

Wiki Recent Changes - Tue, 11/21/2017 - 17:16

Andrey.filippov uploaded File:Eclipse ccpp build refresh.png

New page

== Licensing ==
{{GNU FDLv1.3 }} Andrey.filippov

File:Eclipse ccpp build behavior.png

Wiki Recent Changes - Tue, 11/21/2017 - 17:14

Andrey.filippov uploaded File:Eclipse ccpp build behavior.png

New page

== Licensing ==
{{GNU FDLv1.3 }} Andrey.filippov

Eclipse CDT projects with bitbake

Wiki Recent Changes - Tue, 11/21/2017 - 17:13

← Older revision Revision as of 00:13, 22 November 2017 Line 41: Line 41:       −[[File:Eclipse builders.png|600px|thumb|right|Figure 1. Project builders]]+[[File:Eclipse builders.png|500px|thumb|right|Figure 1. Project builders]]  +[[File:Eclipse scp main.png|500px|thumb|right|Figure 2. Configuring SCP to target tool for apps-astreamer project]]  +[[File:Eclipse scp options.png|500px|thumb|right|Figure 3. Configuring SCP to target tool for apps-astreamer project(options)]]  +[[File:Eclipse ccpp build.png|500px|thumb|right|Figure 4. C/C++ Build ⇒ Builder Settings]]  +[[File:Eclipse builders.png|500px|thumb|right|Figure 5. Project builders]]  +[[File:Eclipse builders.png|500px|thumb|right|Figure 6. Project builders]]  +[[File:Eclipse builders.png|500px|thumb|right|Figure 6. Project builders]] Andrey.filippov

File:Eclipse ccpp build.png

Wiki Recent Changes - Tue, 11/21/2017 - 17:11

Andrey.filippov uploaded File:Eclipse ccpp build.png

New page

== Licensing ==
{{GNU FDLv1.3 }} Andrey.filippov

File:Eclipse scp options.png

Wiki Recent Changes - Tue, 11/21/2017 - 17:10

Andrey.filippov uploaded File:Eclipse scp options.png

New page

== Licensing ==
{{GNU FDLv1.3 }} Andrey.filippov

File:Eclipse scp main.png

Wiki Recent Changes - Tue, 11/21/2017 - 17:08

Andrey.filippov uploaded File:Eclipse scp main.png

New page

== Licensing ==
{{GNU FDLv1.3 }} Andrey.filippov

Eclipse CDT projects with bitbake

Wiki Recent Changes - Tue, 11/21/2017 - 17:06

← Older revision Revision as of 00:06, 22 November 2017 Line 1: Line 1:  +  +  +    ├── bitbake-logs -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/temp   ├── bitbake-logs -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/temp    ├── eclipse_project_setup   ├── eclipse_project_setup Line 36: Line 39:    ├── README.md   ├── README.md    └── VERSION   └── VERSION  +  +  +[[File:Eclipse builders.png|600px|thumb|right|Figure 1. Project builders]] Andrey.filippov

File:Eclipse builders.png

Wiki Recent Changes - Tue, 11/21/2017 - 17:01

Andrey.filippov uploaded File:Eclipse builders.png

New page

== Licensing ==
{{GNU FDLv1.3 }} Andrey.filippov

Eclipse CDT projects with bitbake

Wiki Recent Changes - Tue, 11/21/2017 - 17:01

Created page with " ├── bitbake-logs -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/temp ├── eclipse_project_setup │   ├..."

New page

├── bitbake-logs -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/temp
├── eclipse_project_setup
│   ├── .externalToolBuilders
│   │   └── SCP apps-gps to target.launch
│   ├── .cproject
│   └── .project
├── .externalToolBuilders
│   └── SCP apps-gps to target.launch
├── image -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/image
├── scripts -> ../../scripts/
│   ├── run_bitbake.sh
│   └── used_files.py
├── src
│   ├── .depend
│   ├── exifgen.c
│   ├── exifgen.h
│   ├── garmin.h
│   ├── garminusb2exif.c
│   ├── garminusb2nmea.c
│   ├── imu_setup.php
│   ├── logger_launcher.php
│   ├── log_imu.c
│   ├── Makefile
│   ├── nmea2exif
│   ├── nmea2exif.c
│   ├── nmeagen.c
│   ├── nmeagen.h
│   ├── read_imu_log.php
│   └── start_gps_compass.php
├── sysroots -> /home/eyesis/nc393/elphel393/poky/build/tmp/sysroots
├── .cproject
├── .gitignore
├── LICENSE
├── Makefile
├── .project
├── README.md
└── VERSION Andrey.filippov

11/21/17 [linux-elphel][] by AndreyFilippov: updated .cproject, khelper.py -> scripts/used_files.py

Elphel GIT logs - Tue, 11/21/2017 - 16:08
AndreyFilippov committed changes to the Elphel git project :
updated .cproject, khelper.py -> scripts/used_files.py

11/21/17 [elphel-web-hwmon][master] by AndreyFilippov: updated .cproject, moved used_files.py

Elphel GIT logs - Tue, 11/21/2017 - 16:00
AndreyFilippov committed changes to the Elphel git project :
updated .cproject, moved used_files.py

11/21/17 [elphel-web-camvc][master] by AndreyFilippov: updated .cproject, moved used_files.py

Elphel GIT logs - Tue, 11/21/2017 - 15:58
AndreyFilippov committed changes to the Elphel git project :
updated .cproject, moved used_files.py

11/21/17 [elphel-web-camvc][master] by AndreyFilippov: updated .cproject, moved used_files.py

Elphel GIT logs - Tue, 11/21/2017 - 15:57
AndreyFilippov committed changes to the Elphel git project :
updated .cproject, moved used_files.py

11/21/17 [elphel-web-393][] by AndreyFilippov: updated .cproject, moved used_files.py

Elphel GIT logs - Tue, 11/21/2017 - 15:56
AndreyFilippov committed changes to the Elphel git project :
updated .cproject, moved used_files.py

11/21/17 [elphel-udev-rules][] by AndreyFilippov: updated .cproject, moved used_files.py

Elphel GIT logs - Tue, 11/21/2017 - 15:53
AndreyFilippov committed changes to the Elphel git project :
updated .cproject, moved used_files.py

11/21/17 [elphel-init][] by AndreyFilippov: updated .cproject, moved used_files.py

Elphel GIT logs - Tue, 11/21/2017 - 15:39
AndreyFilippov committed changes to the Elphel git project :
updated .cproject, moved used_files.py

11/21/17 [elphel-apps-php-extension][] by AndreyFilippov: updated .cproject, moved used_files.py

Elphel GIT logs - Tue, 11/21/2017 - 15:17
AndreyFilippov committed changes to the Elphel git project :
updated .cproject, moved used_files.py

11/21/17 [elphel-apps-imgsrv][] by AndreyFilippov: updated .cproject, moved used_files.py

Elphel GIT logs - Tue, 11/21/2017 - 15:09
AndreyFilippov committed changes to the Elphel git project :
updated .cproject, moved used_files.py

11/21/17 [elphel-apps-histograms][master] by AndreyFilippov: updated .cproject, moved used_files.py

Elphel GIT logs - Tue, 11/21/2017 - 14:59
AndreyFilippov committed changes to the Elphel git project :
updated .cproject, moved used_files.py

Pages

Subscribe to www3.elphel.com aggregator