Mercurial > public > hwos_code
comparison src/external_flash.inc @ 420:789230298511
fix handling for new flash memory chip
author | heinrichsweikamp |
---|---|
date | Fri, 29 Apr 2016 15:38:57 +0200 |
parents | eb758a5b44eb |
children | ccaaac45b61a |
comparison
equal
deleted
inserted
replaced
419:881399cf0f5b | 420:789230298511 |
---|---|
7 ;============================================================================= | 7 ;============================================================================= |
8 ; HISTORY | 8 ; HISTORY |
9 ; 2011-08-12 : [mH] creation | 9 ; 2011-08-12 : [mH] creation |
10 | 10 |
11 ; Misc | 11 ; Misc |
12 extern ext_flash_power_down ; Put Flash in Deep Power Down | 12 extern incf_ext_flash_address_p1 ; +1 for the ext_flash_address:3 |
13 extern incf_ext_flash_address_p1 ; +1 for the ext_flash_address:3 | |
14 extern ext_flash_disable_protection; Disables write protection | 13 extern ext_flash_disable_protection; Disables write protection |
15 extern ext_flash_enable_protection ; Enables write protection | 14 extern ext_flash_enable_protection ; Enables write protection |
16 extern fix_180_dives ; fix dives made with the 1.80 | 15 extern fix_180_dives ; fix dives made with the 1.80 |
17 | 16 |
18 ; Writes | 17 ; Writes |