summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/tpu.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-11fixed typos in commentsThomas Waldmann1-1/+1
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2010-02-23Calypso TPU: Introduce TPU debug modeHarald Welte1-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.
2010-02-23Calypso TPU: initialize TPU RAM to zero at tpu_init() timeHarald Welte1-2/+10
2010-02-23Calyspo TPU: make add_mod5000() accept signed valuesHarald Welte1-2/+2
Sometimes we want to 'add' a negative value but still want the result to be correct!
2010-02-18Initial import of OsmocomBB into git repositoryHarald Welte1-0/+288