summaryrefslogtreecommitdiff
path: root/tools/bus_space/Python
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2019-06-30Add support for Python 3 and make it the default.Marcel Moolenaar
2015-08-02Rename busdma_sync() to busdma_sync_range() and rename theMarcel Moolenaar
2015-07-26Change the dev argument from a full path to just the deviceMarcel Moolenaar
2015-07-03Implement busdma_md_unload() and busdma_sync().Marcel Moolenaar
2015-07-03Add busdma_md_create, busdma_md_destroy and busdma_md_load.Marcel Moolenaar
2015-06-11Add accessor functions for iterating over segments. A segmentMarcel Moolenaar
2015-06-10Rename bus_space to bus (i.e. drop _space). This makes theMarcel Moolenaar
2015-06-08Add busdma_mem_alloc & busdma_mem_free.Marcel Moolenaar
2015-06-06Add DMA tag management to the C library and Python binding.Marcel Moolenaar
2014-04-28Add a C libary and a Python module that implements an API similarMarcel Moolenaar