aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/sim3x.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-06-24arm_adi_v5: add ap refcount and add get/put around ap useAntonio Borneo1-4/+17
2022-03-12flash/nor/sim3x: Fix typoMarc Schink1-1/+1
2021-09-25armv7m.h: relax dependency from 'arm_adi_v5.h'Antonio Borneo1-0/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-4/+4
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-27/+6
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-4/+1
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-3/+3
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-7/+9
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-1/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-1/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-0/+3
2016-05-20Fix spelling of ARM CortexAndreas Färber1-2/+2
2015-12-29arm_adi_v5: dap_queue_ap_* DAP->AP parameterAndreas Fritiofson1-6/+2
2015-12-29arm_adi_v5: Remove all cases of "restoring" previous dap_ap_select()Andreas Fritiofson1-13/+6
2015-11-27adi_v5: Fix wrong ap valueAlamy Liu1-2/+2
2015-08-06sim3x: fix build failure with clang 3.6Paul Fertser1-7/+5
2015-04-16Fix several format specifiers errors exposed by arm-none-eabiPaul Fertser1-2/+2
2015-03-09flash/nor/sim3x: remove dead assignmentPaul Fertser1-1/+0
2015-02-11sim3x: new flash driver for Silabs SiM3 microcontroller familyAndreas Bomholtz1-0/+1137