about summary refs log tree commit diff stats
path: root/example/jitter/msp430.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
|
* Jitter: add simple trace apiFabrice Desclaux2018-06-211-8/+7
|
* append b to the opens mode ; Python on Windows makes a distinction between ↵w4kfu2018-01-161-1/+1
| | | | text and binary files
* Let GCC be the default jitterAjax2017-04-211-2/+2
|
* use python2 as executable name, give adequate permissionsAymeric Vincent2017-01-051-1/+1
|
* Example/Jitter: unused importAjax2015-11-061-2/+1
|
* In interactive use, allow C-like prefixes to choose the base of integersAymeric Vincent2015-10-271-1/+1
| | | | | | | Use Python's int(s, 0) to allow string "s" to specify its base where addresses and offsets can be supplied. This change makes the situation homogeneous among the various examples and interactive usage.
* Example: Move jitter's examples to a `jitter` directoryCamille Mougey2015-01-231-0/+69