summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/tpu.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed typos in commentsThomas Waldmann2011-01-111-1/+1
| | | | Signed-off-by: Steve Markgraf <steve@steve-m.de>
* Calypso TPU: Introduce TPU debug modeHarald Welte2010-02-231-2/+52
| | | | | | Using #define TPU_DEBUG, we can now send the full TPU RAM contents to the host PC (using a sercomm DLCI) at the time of tpu_enable() which is very helpful for TPU debugging.
* Calypso TPU: initialize TPU RAM to zero at tpu_init() timeHarald Welte2010-02-231-2/+10
|
* Calyspo TPU: make add_mod5000() accept signed valuesHarald Welte2010-02-231-2/+2
| | | | | Sometimes we want to 'add' a negative value but still want the result to be correct!
* Initial import of OsmocomBB into git repositoryHarald Welte2010-02-181-0/+288