aboutsummaryrefslogtreecommitdiff
path: root/eim/sw/trng_extractor_eim.c
AgeCommit message (Collapse)Author
2015-04-21Added test of access to trng from SW before trying to extract data.Joachim Strömbergson
2015-04-21(1) Changed to using symbolic defines for core name and version. (2) Minor ↵Joachim Strömbergson
cleanup of defines in header file.
2015-04-20Adding functions to check core strings as a way to detect that we can talk ↵Joachim Strömbergson
to the trng before extracting data.
2015-04-08Unify and refactor eim and i2c software.Paul Selkirk
Unify memory maps. Move tc_init, tc_next, tc_wait_* into tc_[eim|i2c].c. Move eim_setup into tc_eim.c, move i2c_open into tc_i2c.c.
2015-04-03Add scaling factor to trng_extractor for easier bulk data extraction.Paul Selkirk
2015-04-02Add trng_extractor app to eim and i2c, refactor i2c apps to use common ↵Paul Selkirk
memory map.