class GdbFlasher::Stm32l1xx

Constants

SECTORS

Protected Instance Methods

blank_byte() click to toggle source
# File lib/gdbflasher/mcu/stm32l1xx.rb, line 16
def blank_byte
  0x00
end
erase(sector_index) click to toggle source
# File lib/gdbflasher/mcu/stm32l1xx.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/stm32l1xx.rb, line 8
def helper_name
  "stm32l1xx"
end