| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move out the Mass Storage class bootloader to the main Bootloader directory ↵ | Dean Camera | 2013-03-10 | 4 | -818/+0 |
| | | | | | now that it is functional. | ||||
| * | Oops - fix broken FAT_DATE() and FAT_TIME() macros. | Dean Camera | 2013-03-10 | 1 | -2/+2 |
| | | |||||
| * | Add documentation to the incomplete Mass Storage class bootloader, update ↵ | Dean Camera | 2013-03-10 | 2 | -24/+136 |
| | | | | | the virtual FAT file entry so that the bootloader section is omitted (not user readable/writable). Fix some minor documentation errors in the Printer class bootloader. | ||||
| * | Minor optimizations and corrections to the incomplete Mass Storage class ↵ | Dean Camera | 2013-03-10 | 3 | -9/+6 |
| | | | | | bootloader. | ||||
| * | Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling ↵ | Dean Camera | 2013-03-09 | 1 | -0/+1 |
| | | | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command. | ||||
| * | Add LED flashing to the incomplete Mass Storage class bootloader. Clean up ↵ | Dean Camera | 2013-03-09 | 1 | -23/+17 |
| | | | | | virtual FAT implementation. | ||||
| * | Add FLASH writing routine to the VirtualFAT layer of the incomplete Mass ↵ | Dean Camera | 2013-03-09 | 1 | -3/+31 |
| | | | | | Storage class bootloader. | ||||
| * | Make the VirtualFAT firmware file read from device flash when opened by the ↵ | Dean Camera | 2013-03-09 | 1 | -2/+4 |
| | | | | | host in the incomplete Mass Storage class bootloader. | ||||
| * | Remove debug code from the incomplete Mass Storage class bootloader, rename ↵ | Dean Camera | 2013-03-09 | 2 | -8/+1 |
| | | | | | main source files. | ||||
| * | Use real firmware file size in the VirtualFAT layer, clean up FAT12 chain ↵ | Dean Camera | 2013-03-09 | 1 | -34/+38 |
| | | | | | update function. | ||||
| * | FAT heuristics mean a disk as small as the one emulated in the incomplete ↵ | Dean Camera | 2013-03-09 | 1 | -10/+24 |
| | | | | | Mass Storage bootloader *must* be FAT12, not FAT16. Update to use a FAT12 cluster chain. | ||||
| * | Fix off-by-one in the VirtualFAT cluster chain generator. | Dean Camera | 2013-03-09 | 2 | -2/+2 |
| | | |||||
| * | Refactor macros in the VirtualFAT implementation of the incomplete Mass ↵ | Dean Camera | 2013-03-09 | 3 | -15/+17 |
| | | | | | Storage bootloader. | ||||
| * | Corrections and debug channel in the Incomplete Mass Storage class bootloader. | Dean Camera | 2013-03-09 | 2 | -40/+60 |
| | | |||||
| * | Add the start of a new Mass Storage class bootloader. | Dean Camera | 2013-03-08 | 4 | -0/+651 |
