This website requires JavaScript.
Explore
Help
Sign In
sascha
/
devlib
Watch
1
Star
0
Fork
0
You've already forked devlib
mirror of
https://github.com/ARM-software/devlib.git
synced
2025-01-30 17:50:46 +00:00
Code
Issues
Releases
Wiki
Activity
devlib
/
.gitignore
10 lines
95 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
devlib initial commit.
2015-10-09 09:30:04 +01:00
*.pyc
*.pyo
*.orig
.ropeproject
*.egg-info
target: add support for target side scripts Some complex operations are faster if executed on the target side with the help of a small script. For example, reading the current frequency and or governor for all the online CPUs. This patch adds a support script to be deployed on the target as well as an internal utility function which allows to call functions provided by that support script. The support script has to be cross platform, thus: 1. only a limited set of shell functions can be used, which must be supported both in BASH and the Android shell 2. some paths needs to be defined depending on the specific target To address the last constrain, this patch provides a "template" script which contains some tokens "__DEVLIB_<TOKEN>__" that are replaced right before to push the script on the target. Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
2015-11-27 16:35:57 +00:00
devlib/bin/scripts/shutils
gitignore update.
2016-12-07 18:13:44 +00:00
doc/_build/
Add build/ and dist/ to .gitingore These directories contain artifacts generated by setuptools.
2017-04-26 17:18:47 +01:00
build/
dist/
Reference in New Issue
Copy Permalink