Ruby Iris Juric cf64a17a8b sdk/docs/external_refs: remove license headers, point links at new docs пре 1 недеља
..
defaults 3b92768480 Import of the watch repository from Pebble пре 6 месеци
docs cf64a17a8b sdk/docs/external_refs: remove license headers, point links at new docs пре 4 дана
include 3b92768480 Import of the watch repository from Pebble пре 6 месеци
tests 3b92768480 Import of the watch repository from Pebble пре 6 месеци
tools a8e3b95ebc tools: fix readelf parsing with more than 100 sections пре 2 месеци
waf 38c25a6acf sdk: waf: update to 2.1.4 пре 5 месеци
waftools 3b92768480 Import of the watch repository from Pebble пре 6 месеци
.gitignore 3b92768480 Import of the watch repository from Pebble пре 6 месеци
Doxyfile-SDK.template 67a5936b24 docs: move SDK Doxygen files to sdk/docs пре 3 месеци
pebble_app.ld.template 3b92768480 Import of the watch repository from Pebble пре 6 месеци
readme.txt 3b92768480 Import of the watch repository from Pebble пре 6 месеци
sdk_package.json 3b92768480 Import of the watch repository from Pebble пре 6 месеци
sdk_requirements.txt 3b92768480 Import of the watch repository from Pebble пре 6 месеци
update-waf.sh 38c25a6acf sdk: waf: update to 2.1.4 пре 5 месеци
use_requirements.json 3b92768480 Import of the watch repository from Pebble пре 6 месеци
wscript 07f359b62b scripts: port to Python 3 пре 5 месеци

readme.txt


This is the source directory for the SDK. As part of a normal waf build, this directory is mostly copied into the tintin/build/sdk directory. Scripts from tintin/tools/generate_native_sdk are also used to place other files into that directory based on auto-generated export tables pulled from the source.

To export a symbol to be usable from the SDK, add it to tintin/tools/generate_native_sdk/exported_symbols.json

The wscript in this directory is used to build files into the tintin/build/sdk directory. src_wscript is the build script that becomes tintin/build/sdk/wscript, which is to be used by app developers to build their apps.

For info on actually building apps, see src_readme.txt (the readme for the output redistributable SDK).