1.1
Documentation Updates
- Updated template example core
- Added new entries to Host/Target Commands, along with new structs used by these commands
- Removed Variants section on Overview
Detailed Changes and Improvements
- Added APF Target commands:
[0190 Get filename of data slot]
and[0192 Open new file into data slot]
for cores to open additional files - Improved servicing latency of Target commands
- Improved performance of
[0180 Data slot read]
and[0184 Data slot write]
, especially on FAT32. Both commands utilize open/seek caching when accessing a slot repeatedly. Cache will be reset when doing Target reads/writes to a different data slot.