Commit History

Author SHA1 Message Date
  EunBong Song 0f18e8cc32 Merged in ebsong/nuttx (pull request #722) 6 years ago
  Michael Jung 121211f096 progmem interface: Discern r/w and erase page sizes. Introduce new up_progmem_erasesize architecture API to be able to communicate the read/write page size independently from erase page size. Implement up_progmem_erasesize for all architectures that already support progmem, assuming that for those architectures the sizes of both read/write and erase pages are identical. 6 years ago
  Gregory Nutt f3b37e5da3 fs/procfs/fs_procfsprogrem: Add /proc/progmem. This is an alternative way to get the information that was previoulsy available in apps/system/free. apps/system/free was removed beause it made illegal calls into the OS violating the portable interface. This new procfs entry provides the same information with no such violation. 7 years ago
  Gregory Nutt ef59f83a38 drivers/mtd/mtd_progmem.c: Add an upper-half driver that can be used with any FLASH library that provides the itnerfaces defined in include/nuttx/progmem.h 9 years ago
  Gregory Nutt 5eaf368d16 progmem.h: Cosmetic updates to comments 9 years ago
  Gregory Nutt 7fe6200b0f progmem.h: Clean-up a few comments 9 years ago
  Gregory Nutt e62673241d Eliminate some useless comments 9 years ago
  Gregory Nutt b578c98fa9 Clean up and review of header files for conformance to standards 9 years ago
  Gregory Nutt 7ba9ddee7f STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generic. From Freddie Chopin 10 years ago
  Gregory Nutt 3a1324741a More trailing whilespace removal 10 years ago
  patacongo 55723a1b17 STM32 FLASH changes from Freddie Chopin 11 years ago
  patacongo 8e5733ae3f Header file clean-up 12 years ago
  patacongo 9a9ebcd417 Mostly cosmetic changes from Uros 13 years ago
  patacongo 65a6ec4693 Add STM32 FLASH driver 13 years ago