提交历史

作者 SHA1 备注 提交日期
  Nobuto Kobayashi 2a555d1165 configs/spresense: Add Spresense board support. 5 年之前
  Gregory Nutt 713a560497 Upate README documents 5 年之前
  Gregory Nutt 7f11a45895 Update README files. 5 年之前
  Gregory Nutt f41b9fead9 arch/arm/src/tiva/cc13xx: The trim files from the TI DriverLib now compile successfully. This merge also brings in the ROM files from the TI DriverLib which do NOT year compile correctly. This is still a work in progress. There merge also adds unverified support for the LaunchXL-CC1310. 5 年之前
  Gregory Nutt 96d638d277 Update README files. 5 年之前
  Gregory Nutt f50ff84510 configs/pizero: Remove the partial support for the Raspberry Pi Zero. This port was started with the best of intentions but was never completed. The board support can still be found in the Obsoleted repository. 5 年之前
  Daniel Agar e36f81bd94 Merged in dagar/nuttx/pr-README_typo (pull request #797) 5 年之前
  Gregory Nutt a641cb2ad8 configs/launchxl-cc1312r1/: Add a configuration for the LAUNCHXL-CC1312R1 board. This is a very stripped down configuration. It was needed to support verifiction of the CC13xx configuration logic and will be needed to support completion of the CC13xx port. 5 年之前
  Matous Pokorny 7a4fb66192 Merged in ehiker/nuttx/fix_readme_typo (pull request #764) 6 年之前
  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 年之前