class GdbFlasher::Stm32f10xxHD
Constants
- SECTORS
Protected Instance Methods
erase(sector_index)
click to toggle source
# File lib/gdbflasher/mcu/stm32f10xx_hd.rb, line 12 def erase(sector_index) call_helper :erase, SECTORS[sector_index][0] end
helper_name()
click to toggle source
# File lib/gdbflasher/mcu/stm32f10xx_hd.rb, line 8 def helper_name "stm32f10xx_hd" end