]> git.sur5r.net Git - openocd/commit
Flash driver for em357
authorErik Botö <erik.boto@pelagicore.com>
Mon, 10 Jan 2011 18:13:52 +0000 (19:13 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Fri, 14 Jan 2011 13:56:46 +0000 (14:56 +0100)
commit4749a40821de2dcc88cc02d3b3ab5a5418e02c2e
treeb256a0d3b2299a328172cd7c0c7503be23ca101b
parent5b1efd0176c2e32a5f6766175e518ccfc45239a6
Flash driver for em357

Hi,

I took the stm32x NOR flash driver and adapted it for the Ember EM357
chip. This chip is very similar to em351 and stm32w so the driver
should be easily extended to support those as well if anyone can get
their hands on some of those for testing.

changelog:
Added NOR flash driver em357

Best regards,
Erik Botö
src/flash/nor/Makefile.am
src/flash/nor/drivers.c
src/flash/nor/em357.c [new file with mode: 0644]