NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
Hawk777 has quit [Quit: Leaving.]
nerozero has joined #openocd
wingsorc has quit [Ping timeout: 240 seconds]
Hawk777 has joined #openocd
Hawk777 has quit [Quit: Leaving.]
Haohmaru has joined #openocd
defiant has joined #openocd
diddly has quit [Quit: leaving]
diddly has joined #openocd
defiant has quit [Quit: defiant]
defiant has joined #openocd
indy has quit [Ping timeout: 248 seconds]
indy has joined #openocd
c4017 has quit [Quit: Client closed]
Haohmaru has quit [Remote host closed the connection]
ttmrichter has quit [Ping timeout: 256 seconds]
ttmrichter has joined #openocd
wingsorc has joined #openocd
sbach has quit [Read error: Connection reset by peer]
sbach has joined #openocd
wingsorc has quit [Quit: Leaving]
nerozero has quit [Ping timeout: 260 seconds]
wingsorc has joined #openocd
<zapb_> Hi guys, what's the best way to support dual flash banks in OpenOCD? I would represent them with two banks (struct flash_bank). First bank points to the second via the 'next' member. However, no flash driver with dual bank support seems to use two actual banks, right? Why?