aboutsummaryrefslogtreecommitdiff
path: root/tools/bus_space/C
Commit message (Expand)AuthorAgeFilesLines
* Rename busdma_sync() to busdma_sync_range() and rename theMarcel Moolenaar2015-08-022-3/+11
* Change the dev argument from a full path to just the deviceMarcel Moolenaar2015-07-262-3/+3
* Implement busdma_md_unload() and busdma_sync().Marcel Moolenaar2015-07-032-0/+22
* Add busdma_md_create, busdma_md_destroy and busdma_md_load.Marcel Moolenaar2015-07-032-0/+30
* Add accessor functions for iterating over segments. A segmentMarcel Moolenaar2015-06-112-0/+48
* Rename bus_space to bus (i.e. drop _space). This makes theMarcel Moolenaar2015-06-103-22/+22
* Add busdma_mem_alloc & busdma_mem_free.Marcel Moolenaar2015-06-082-0/+22
* Add DMA tag management to the C library and Python binding.Marcel Moolenaar2015-06-063-11/+65
* Add a C libary and a Python module that implements an API similarMarcel Moolenaar2014-04-283-0/+151