Mercurial > public > hwos_code
comparison src/external_flash.inc @ 561:9c54849b8d3b
Remove routine to fix corrupt dives made with v1.80
author | heinrichsweikamp |
---|---|
date | Sat, 03 Feb 2018 13:36:02 +0100 |
parents | ccaaac45b61a |
children | b455b31ce022 |
comparison
equal
deleted
inserted
replaced
560:b7eb98dbd800 | 561:9c54849b8d3b |
---|---|
10 | 10 |
11 ; Misc | 11 ; Misc |
12 extern incf_ext_flash_address_p1 ; +1 for the ext_flash_address:3 | 12 extern incf_ext_flash_address_p1 ; +1 for the ext_flash_address:3 |
13 extern ext_flash_disable_protection; Disables write protection | 13 extern ext_flash_disable_protection; Disables write protection |
14 extern ext_flash_enable_protection ; Enables write protection | 14 extern ext_flash_enable_protection ; Enables write protection |
15 extern fix_180_dives ; fix dives made with the 1.80 | 15 |
16 | |
17 ; Writes | 16 ; Writes |
18 extern write_byte_ext_flash_plus ; Write from WREG and increase address after write with banking at 0x200000 | 17 extern write_byte_ext_flash_plus ; Write from WREG and increase address after write with banking at 0x200000 |
19 extern write_byte_ext_flash_plus_nocnt ; No increase of ext_flash_dive_counter:3 | 18 extern write_byte_ext_flash_plus_nocnt ; No increase of ext_flash_dive_counter:3 |
20 extern write_byte_ext_flash_plus_nodel ; Does NOT delete 4kB Page when required | 19 extern write_byte_ext_flash_plus_nodel ; Does NOT delete 4kB Page when required |
21 extern write_byte_ext_flash_plus_header ; Write from WREG and increase address after write | 20 extern write_byte_ext_flash_plus_header ; Write from WREG and increase address after write |