Commit History

Author SHA1 Message Date
  Petteri Aimonen fe0532c226 Merged in paimonen/nuttx/pullreq_libc_libnx_updates (pull request #757) 6 years ago
  Alan Carvalho de Assis 283b73edc5 Fix lots of typos in C comments and Kconfig help text 6 years ago
  Gregory Nutt 62b8026976 Remove CONFIG_GRAN_SINGLE. It adds no technical benefit (other than some minor reduction in the number of interface arguments) but adds a lot of code complexity. Better without it. 7 years ago
  Gregory Nutt 2043e1a114 IOBs: Move from driver/iob to a better location in mm/iob 7 years ago
  Gregory Nutt 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 years ago
  Gregory Nutt 342f5fe33d Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 9 years ago
  Gregory Nutt 8634a5e41c Fix a typo in a Kconfig file 10 years ago
  Gregory Nutt 242d5f2068 Add README files and configuration support for the shared memory logic 10 years ago
  Gregory Nutt 18ce64d61e Add the build framework and skeleton files for the shared memory feature (no logic yet provided) 10 years ago
  Gregory Nutt 3c1a70c9dc Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supported 10 years ago
  Gregory Nutt 0571a59e12 Need to condition out standard allocators in kernel build. More to be done 10 years ago
  Gregory Nutt e3ff0689bb Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 10 years ago
  Gregory Nutt e1799b0423 Cortex-A/SAMA5 address environment support is code complete (untested) 10 years ago
  Gregory Nutt b028fb31e9 include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page allocator based on the existing NuttX granule allocator. I am not certain if the granule allocator is sufficiently deterministic for long range use, but it gets get a page allocator in place for testing very quickly. 10 years ago
  Gregory Nutt 806b01deef 16z: Fix option bits; adjust system clock frequency 10 years ago
  Gregory Nutt 76867c132e Beginning updates of SAM3U header files o include support for the SAM4S: WDT, SUPC, EEFC, MATRIX, and PMC 11 years ago
  Gregory Nutt f9b9875952 Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed 11 years ago
  patacongo 1c52dce216 More changes for a kernel-mode allocator (more to be done) 11 years ago
  patacongo feca2c077e With these fixes, the kernel build is basically functional (but there is more to be done) 11 years ago
  patacongo 0db8dc83ee up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for now 11 years ago
  patacongo 017e07d35d Add support for multiple heaps 11 years ago
  patacongo 6474398297 Fix MMC/SD support for Wildfire board; Granule allocator can now be used from intrrupt handler 12 years ago
  patacongo 26841d617e Update to granule allocator; Update to ENC28j60 driver 12 years ago
  patacongo d869cc4ef7 STM32 Kconfig looks good. STM32 external ram configuration changed. 12 years ago
  patacongo 41f3401979 Fix CDC/ACM alternate interface number (from Antti) 12 years ago
  patacongo 330b89ca0e Add kconfig documentation 12 years ago
  patacongo 4b8c0c41c8 Adding skeleton Kconfig files (part 1 of 2) 12 years ago