Age | Commit message (Expand) | Author |
2019-12-07 | target/stm32h7x: add support of dual core variant of STM32H7 | Tarek BOCHKATI |
2019-11-27 | flash/nor/stm32h7x: remove options cache and some driver enhancements | Tarek BOCHKATI |
2019-11-27 | flash/nor/stm32h7x: fix option bytes handling to work with both banks | Tarek BOCHKATI |
2019-11-27 | flash/nor/stm32h7x: remove stm32x_options.protection2 | Tarek BOCHKATI |
2019-11-26 | flash/nor/nrf5: fix allocation of driver_priv and sector array | Tomas Vanek |
2019-11-26 | flash/nor/nrf5: show RAM size on old nRF51 devices (rev 1, 2) | Tomas Vanek |
2019-11-26 | flash/nor/nrf5: do not check FICR PPFC on nRF52 | Tomas Vanek |
2019-11-26 | flash/nor/nrf5: rename registers by nRF series | Tomas Vanek |
2019-11-26 | flash/nor/nrf5: refactor sector allocation to use alloc_block_array() | Tomas Vanek |
2019-11-26 | flash/nor/nrf5: implement BPROT protection check for nRF52810,832 | Tomas Vanek |
2019-11-26 | flash/nor/nrf5: detect newer devices without HWID table | Tomas Vanek |
2019-11-26 | flash/nor/nrf5: remove useless page padding and UICR autoerase | Tomas Vanek |
2019-10-18 | nrf5: update links to compatibility matrixes for nrf5x variants | Mirko Vogt |
2019-10-18 | nrf5: Fix misuse of flash bank number | Andreas Fritiofson |
2019-10-15 | src/flash/startup.tcl: Add preverify to program command | Moritz 'Morty' StrĂ¼be |
2019-10-02 | efm32: use device-specific MSC base for EFM32TG11B | Christian Meusel |
2019-09-24 | flash/nor/tcl: Fix usage of 'flash erase_sector' command | Marc Schink |
2019-09-18 | esirisc_flash: Rename PAGE_SIZE to FLASH_PAGE_SIZE | Khem Raj |
2019-09-08 | flash/nor/stm32h7x: remove unused 'pages_per_sector' from stm32h7x_part_info | Tarek BOCHKATI |
2019-09-08 | flash/nor/stm32h7x: remove flash size information from device name | Tarek BOCHKATI |
2019-09-08 | flash/nor: flash driver for Synwit SWM050 MCUs | Caleb Szalacinski |
2019-09-08 | src/flash/nand: Fix some operator precedence bugs. | Seth LaForge |
2019-08-04 | flash/nor/core: fix some minor typo | Tarek BOCHKATI |
2019-07-28 | mflash: Remove this broken flash driver | Andreas Fritiofson |
2019-06-13 | flash/stm32h7x: fix register names to comply with RM0399 Rev2 and RM0433 Rev6 | Tarek BOCHKATI |
2019-05-14 | flash/nor: use command_print() in command "flash banks" | Paul Fertser |
2019-05-14 | nor/niietcm4: fix indentation | Paul Fertser |
2019-05-14 | helper/command: change prototype of command_print/command_print_sameline | Antonio Borneo |
2019-05-14 | nor/at91sam4: change prototype of get_current_sam4() | Paul Fertser |
2019-05-14 | nor/at91sam3: change prototype of get_current_sam3() | Paul Fertser |
2019-05-14 | nand/tcl: pass CMD to nand_list_walker() | Paul Fertser |
2019-05-14 | nand/fileio: change prototype of nand_fileio_start() | Paul Fertser |
2019-05-04 | stm32h7x: fix incorrect indentation | Christopher Head |
2019-05-04 | flash/nor/stm32h7x: use of wait queue flag instead of the busy flag | Tarek BOCHKATI |
2019-05-04 | flash/nor/atsame5: fix typo in dsu_reset_deassert help text | Tomas Vanek |
2019-04-24 | flash/fespi: Use COMMAND_PARSE_ADDRESS | Tim Newsome |
2019-04-10 | flash/stm32h7x: include IO_HSLV in user3_options | Christopher Head |
2019-04-07 | Set empty usage field for commands that do not need parameters | Antonio Borneo |
2019-04-07 | flash/nor/str9xpec: fix help and usage for command "part_id" | Antonio Borneo |
2019-04-07 | flash/nor/at91samd: set usage for command "set-security" | Antonio Borneo |
2019-04-07 | command_registration: add empty usage field to chained commands | Antonio Borneo |
2019-04-07 | flash/xmc4xxx: use coherent indentation in struct initialization | Antonio Borneo |
2019-04-07 | flash/kinetis: use coherent indentation in struct initialization | Antonio Borneo |
2019-04-03 | flash/nor/core.h: clarify comment flash_sector::is_erased | Tomas Vanek |
2019-03-27 | Constify struct flash_driver instances | Christopher Head |
2019-03-27 | flash/nor/core: adjust flash_iterate_address_range_inner() for 64-bit | Tomas Vanek |
2019-03-14 | flash/stm32h7x: remove IWDG1_SW separate variable | Christopher Head |
2019-03-12 | flash/nor/tcl.c: use COMMAND_PARSE_ADDRESS | Tomas Vanek |
2019-03-08 | flash/nor: use target_addr_t for flash bank base | Tim Newsome |
2019-02-27 | flash: stm32f2/f4/f7: Add One-Time-Porgrammable (OTP) support | Moritz Fischer |