提交历史

作者 SHA1 备注 提交日期
  Zou Hanya 74cd8a53d5 Squashed commit of the following: 6 年之前
  Gregory Nutt 61fd244fd3 Add support for the Maxim Integrated MAX32660-EVSYS board. 6 年之前
  Koichi.Okamoto@sony.com 5f09e6fd04 Merged in OkamotoKoichi/nuttx/improve_nuttx_readmetxt (pull request #749) 6 年之前
  Gregory Nutt e4562fc538 This commit brings in support for the GAP8 architecture. The GAP8 is a 1+8-core DSP-like RISC-V MCU. Also included is support for the Gapuino GAP8 evaluation board. 6 年之前
  Gregory Nutt 986bbf3ae7 configs/pcblogic-pic32mx: Remove support for the PCB Logic PIC32MX board. I do not find any references to PCB Logic on the web and I do not believe that this breakout board is available any longer. 6 年之前
  Gregory Nutt b4488a0549 fs/spiffs: Fix an error in write operation. examples/fstest now gets further before errors occur, but still does not work correctly. 6 年之前
  Gregory Nutt ec498d2660 This commit brings in an inital port of the SPIFFS flash file system into NuttX. The file system is still untested at this point (and subject to some additional review). It is, however, marked EXPERIMENTAL should this should not cause a problem for anyone. 6 年之前
  Gregory Nutt bbad69ab61 Change all occurrences of CONFIG_EXAMPLES_NSH* to CONFIG_SYSTEM_NSH* to match changes in the apps/ directory. 6 年之前
  Gregory Nutt 81c6bda341 Update README files 6 年之前
  Gregory Nutt 8d68d9ca43 arch/arm/src/stm32, stm32f7, stm32l4, and related defconfig files: The STM32 RTC driver was being selected by the global CONFIG_RTC option. That is in correct. For example, if you want to disabled the STM32 RTC and use an external RTC you cannot because the external RTC also depends on the global CONFIG_RTC. The solution is to add a new CONFIG_STM32xx_RTC configuration option the permits to you select or deselect the STM32 RTC but still be able to selecte the external RTC. 6 年之前
  Gregory Nutt 4becaea8e3 This commit extends support for the two-pass build. Its primary purpose is to incorporate source logic generated by applications into the kernel phase of the build. 6 年之前
  Gregory Nutt a9d713bbcc This is the initial commit the port to the SAMD5x/E5x MCU family and also support for the Adafruit Metro M4 board. It port is untested and unfinished. It currently will not even link due to some missing clock related logic. 6 年之前
  Gregory Nutt a1cddfbc8c Update READMEs 6 年之前
  Juho Valkama 0eff3d530f Merged in jutava/nuttx (pull request #673) 6 年之前
  Gregory Nutt 80f4f1fab8 configs/pcblogic-pic32mx, sure-pic32mx, ubw32: Update configurations so that the MIPs or Penguino toolchains may be used. 6 年之前
  Gregory Nutt 31ea6ec910 Update tools/link.sh per suggestions by Mark so that it can be used with MSYS vs copydir.sh. 6 年之前
  Gregory Nutt d52c63f632 Change all references from OSX to macOS 6 年之前
  Gregory Nutt 6a55b471da Trivial README update 6 年之前
  Gregory Nutt a5e4508a95 Makefile: The clean_context target needs to invoke a corresponding clean_context target in the apps/Makefile in order to remove linkages 6 年之前
  Gregory Nutt de119e8589 Various fixes necessary to build the simulator under MSYS. 6 年之前
  Gregory Nutt 3146eb5d63 tools/: Update to better support MSYS 6 年之前
  Gregory Nutt 3373854183 Update README. 6 年之前
  Gregory Nutt ebcfa2847e Update README. 6 年之前
  Gregory Nutt 1c4bdfd8fc libs/libdsp: Trivial typo fixes from review of last PR; hook README file into documentation. 6 年之前
  Gregory Nutt 4697a74cc7 libs/: Add a README file. 6 年之前
  Gregory Nutt a540806ecf configs/indium-f7: Removes support for the Indium-F7 board. This was done for two reasons: (1) The board support was just clone of the Nucleo-144 board support with naming changes. There has been no support and no further development for the board support. (2) There does not seem to be any available Indium-F7 board available to the public anywhere on the internet. There is not even a reference to the board on the rafresearch.com web stie. Gotta go. Its in the way. 6 年之前
  Alan Carvalho de Assis df3d9dd357 arch/arm/src/stm32: Add internal pull-up option for SDIO pins (also picks up an unrelated change to a README.txt file) 6 年之前
  Gregory Nutt d2def725d9 This commits adds initial support for the Kinetis Freedom-K28F board. Not you ready for prime time. 6 年之前
  Gregory Nutt b555b302af Update README. 6 年之前
  Gregory Nutt 524c0884a6 Update for new README.txt file. 6 年之前