Gwenhael Goavec-Merou
|
c043da874c
|
spiFlash: enable_protection method
|
2021-10-20 07:43:47 +02:00 |
Gwenhael Goavec-Merou
|
3730e8189d
|
spiFlash: extract status register display from read_status_reg
|
2021-10-19 07:06:46 +02:00 |
Gwenhael Goavec-Merou
|
d8b8afce99
|
spiFlash: fix len_to_bp mask
|
2021-10-18 07:34:27 +02:00 |
Gwenhael Goavec-Merou
|
dd4e3e40df
|
spiFlash: typo
|
2021-10-10 18:27:41 +02:00 |
Gwenhael Goavec-Merou
|
ddcf8fd1b1
|
spiFlash: add flash_model, method to convert len to block protect and block protect to len
|
2021-10-10 18:26:04 +02:00 |
Gwenhael Goavec-Merou
|
28cbd1faad
|
spiFlash: workaround for dump > 1M
|
2021-10-02 19:25:04 +02:00 |
Gwenhael Goavec-Merou
|
b77c5a22df
|
spiFlash: add verify and dump method
|
2021-07-11 11:32:10 +02:00 |
Gwenhael Goavec-Merou
|
8f95303daf
|
move to APACHE-2.0 license
|
2021-06-26 15:24:07 +02:00 |
Gwenhael Goavec-Merou
|
6ae29125ed
|
spiFlash: add a workaround for microchip SST26VF032B / SST26VF032BA
|
2021-05-05 06:59:02 +02:00 |
Gwenhael Goavec-Merou
|
c82257c9ba
|
spiFlash: introduce jedec_id
|
2021-05-05 06:25:00 +02:00 |
Gwenhael Goavec-Merou
|
ad21a3bb36
|
recast verbose to int8_t to have more level of verbosity (-1 quiet, 0 normal, 1 verbose), add --quiet option, display progress bar when verbosity level >= 0
|
2021-01-30 07:57:49 +01:00 |
Gwenhael Goavec-Merou
|
31bc9cf988
|
spiFlash: drop annoying message in write_enable method
|
2020-08-24 08:52:00 +02:00 |
Gwenhael Goavec-Merou
|
4bfb764e75
|
spiFlash: fix base addr, add method to read flash content and (non)volatile registers + cleanup
|
2020-08-23 17:14:21 +02:00 |
Gwenhael Goavec-Merou
|
0409263f87
|
unlock block if locked before erase/flash
|
2020-04-21 19:25:35 +02:00 |
Gwenhael Goavec-Merou
|
95f247a25e
|
spiFlash: read extented ID only when len != 0
|
2020-04-21 09:02:48 +02:00 |
Gwenhael Goavec-Merou
|
c94f031025
|
spiFlash: use spiInterface to hide communication details
|
2020-04-21 09:00:57 +02:00 |
Vlatko Kosturjak
|
81d8a8494d
|
Initial Mac OS X support
|
2020-03-15 08:22:29 +01:00 |
Gwenhael Goavec-Merou
|
9c9348f7d0
|
rename ftdijtag to jtag
- drop everything about ftdi
- use jtagInterface to communicate with hardware
- for all class using jtag: rename FtdiJtag -> Jtag
|
2020-03-06 09:05:57 +01:00 |
Fabien Marteau
|
a86eff6b57
|
Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17
|
2020-01-27 09:47:42 +01:00 |