提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 8bd9cfe038 Squashed commit of the following: 6 年之前
  Gregory Nutt 2ec450f185 arch/arm/Kconfig: Fix an ommission in the Kconfig from last Tiva commits. 6 年之前
  Gregory Nutt 9a51854223 arch/arm/src/lc823450: This commit removes support for the dedicated vector handling from the LC823450 architecture support. Only common vectors are now supported. 6 年之前
  Gregory Nutt ade6751345 arch/arm/src/tiva: This commit removes support for the dedicated vector handling from the Tiva/LM architecture support. Only common vectors are now supported. 6 年之前
  Gregory Nutt b38618d0c6 Squashed commit of the following: 6 年之前
  Gregory Nutt dd899c0453 arch/arm/src/sam34: This commit removes support for the dedicated vector handling from the SAM3/4 architecture support. Only common vectors are now supported. 6 年之前
  Juha Niskanen d42b6cbb97 arch/arm/src/stm32l4: STM32L4 has fetchadd and testset 6 年之前
  Simon Laube 7b0475450c This commit brings in a partial, WIP port to the STMicro STM32H7. The port is still missing several key components that make unusable in its current form. However, the changes have lingered on a branch long enough. 6 年之前
  Gregory Nutt 05ad7208e7 configs/imxrt1050-evk: Add knsh configuration.. PROTECTED mode NSH build. 6 年之前
  Gregory Nutt 4a9a421c34 Back out part of f4bcaa4fc2dc2f06d5632d3b74f43c25a6e7e845.If CONFIG_ARCH_IDLE_CUSTOM is defined, then it should not use the version of lc823450_idle.c in arch/arm/src/lc823450. That part was correct before the PR. If CONFIG_ARCH_IDLE_CUSTOM, then the build should use a custom IDLE loop in the board src/ directory. 6 年之前
  Masayuki Ishikawa f4bcaa4fc2 Merged in masayuki2009/nuttx.nuttx/fix_lc823450_build_errors (pull request #638) 6 年之前
  Michael Jung 3acffb0c5c arch/arm/src/lpc17xx: Add support for ARMv7-M run time stack checking on NXP LPC17xx MCUs based on CONFIG_ARMV7M_STACKCHECK. Basically copied from stm32. 6 年之前
  Gregory Nutt d2def725d9 This commits adds initial support for the Kinetis Freedom-K28F board. Not you ready for prime time. 6 年之前
  Ivan Ucherdzhiev cf8c25df64 This commit brings in basic support fo the i.MX RT 1050 'crossover' SoC. The basic support is complete and compiles without error, but is still untested. 6 年之前
  Janne Rosberg d608f6943b arch/arm/src/nrf52: Initial support for the NRF52 6 年之前
  Juha Niskanen 2fd9728a3a arch/arm/src/stm32: stm32_flash.c: add progmem support for STM32L15XX 6 年之前
  Gregory Nutt 5beab6fbf0 spin_lock_irqsave() and spin_unlock_irqrestore() are only valid if the CPU supports global disabling of interrupts. 6 年之前
  Gregory Nutt 1e59d9dd14 armv7-a, armv7-r, armv7-m: Add atomic read-add-write and read-subtract-write functions. 6 年之前
  Gregory Nutt 8bc90a1899 This adds basic architectural support for the LPC546xx family and includes support for the LPCXpresso-LPC54628 board. The basic NSH port is almost complete... still lacking GPIO support and LED support. There are still no significant drivers available. 6 年之前
  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 年之前
  Gregory Nutt ea23268f34 BCM2708: Add system timer register definitions and a partial implementation of the tickless mode timer. 7 年之前
  Gregory Nutt 270aa2848a Squashed commit of the following: 7 年之前
  Gregory Nutt 435dd39d4c arch/arm/Kconfig: Add more classic ARM11 architecture selections. 7 年之前
  Masayuki Ishikawa e851a24329 arch/arm/src/lc823450: Initial support for ON Semiconductor LC823450 7 年之前
  Hidetaka Takano d665392873 Fixed typo "CORTEXR5F" in arch/arm/Kconfig 7 年之前
  Gregory Nutt b0fda33e13 Kconfig: Rename CONFIG_ARM_TOOLCHAIN_IAR to CONFIG_ARCH_TOOLCHAIN_IAR 7 年之前
  Gregory Nutt 6e4918c557 Remove CONFIG_ARM_TOOLCHAIN_GNU; replace with CONFIG_ARCH_TOOLCHAIN_GNU 7 年之前
  Gregory Nutt 7fe112fe4c Kconfig/deconfigs: Add CONFIG_ARCH_TOOLCHAIN_GNU to indicate that the toolchain is based on GNU gcc/as/ld. This is in addition to the CPU-specific versions of the same definition. 7 年之前
  David Sidrane 5d6da5f4bb kinetis:Add ARCH_HAVE_I2CRESET 7 年之前
  Gregory Nutt 232fbf7f00 CONFIG_DEBUG_HARDFAULT should be available for Cortex-M0 too. configs/nucle-f072rb/nsh: Correct amount of available SRAM in defconfig. 7 年之前