aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/avrf.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-6/+2
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-8/+8
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-07-02flash: rename CamelCase symbolsAntonio Borneo1-27/+27
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-3/+3
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-1/+1
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-4/+1
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-2/+3
2020-05-09flash/nor/avrf: Minor code cleanupsMarc Schink1-15/+11
2020-03-24avrf.c: Add ATmega256RFR2 to known flash listLars Poeschel1-0/+1
2020-03-24avrf.c: Use extended addressing for flash > 0x20000Lars Poeschel1-0/+15
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-15/+1
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2017-02-13flash/nor: avrf: support atmega128rfa1Karl Palsson1-0/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-03-09atmega: add support for the at90usb128 flashOlivier Esver1-0/+1
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+2
2014-02-06flash: declare fixed arrays constSpencer Oliver1-3/+3
2013-09-08atmega: add new target supportNemui Trinomius1-0/+5
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-05-14flash: blank check use default_flash_blank_checkSpencer Oliver1-1/+1
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-129/+100
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-4/+3
2010-11-17FLASH/NOR: Remove useless file avrf.hAntonio Borneo1-1/+16
2010-06-21target/avr: review scope of symbolsAntonio Borneo1-13/+0
2010-05-29nor: fix memory leaks during probeSpencer Oliver1-0/+6
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-04-10NOR/AVRF: review scope of dataAntonio Borneo1-1/+1
2010-02-24AVR flash: handle AT90CAN128 chipsHans Peter Mortensn1-4/+26
2010-01-29NOR: cleanup driver declsDavid Brownell1-13/+13
2009-12-04remove target.h from flash.hZachary T Welch1-1/+1
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch1-1/+1
2009-12-03change #include "avrt.h" to <target/avrt.h>Zachary T Welch1-1/+1
2009-12-02move nor drivers to src/flash/norZachary T Welch1-0/+483