Skip to content

[ftools] move link configuration functions from class FlxUpload into a separate class FlxConfig

Henk Boterenbrood requested to merge FlxConfig-class into master

This way the FromHost DMA controller used in FlxUpload is not touched unnecessarily, e.g. by feconf, which now no longer 'locks' card resources, i.e. DMA. (Link configuration tasks did not really belong in FlxUpload, but were added because it seemed convenient at the time)

Merge request reports