提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt d09db96a7c Update ChangeLog 8 年之前
  Gregory Nutt 3f7f58de9d SMP: Fix some debug assertion problems when DEBUG is enabled; Partial fix for one bring-up issue 8 年之前
  Gregory Nutt 7d7f4e140c OS: Add a RUNNABLE attribute to the tasklists to indicate if the task list includes the currently executing task. Use this additional bit of information to determine if a context switch could really occur when removing a TCB from a task list 8 年之前
  Gregory Nutt 76e88c8963 SMP: Removed unused macros, update comments, update sched_removereadytorun for SMP 8 年之前
  Gregory Nutt c315479a04 SMP: Move IDLE thread init logic from sim to OS; need to assign unique IDs to each IDLE task 8 年之前
  Gregory Nutt ddbc948895 SMP: Minor SMP-related clean-up/improvements 8 年之前
  Gregory Nutt 89bea6917c Kconfig: Architecture must indicate that it support multiple CPUs in order to enable SMP 8 年之前
  Gregory Nutt 8a1789ba11 Update ChangeLog 8 年之前
  Gregory Nutt 47a5663f8c SMP: A few preliminary data structure definitions 8 年之前
  Gregory Nutt b022f1e9d8 Add basic support for spinlocks (not currently used by anything) 8 年之前
  Gregory Nutt 74db48202e sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 8 年之前
  Gregory Nutt 50cf53914c Update submodule; Improve some comments 8 年之前
  Gregory Nutt e8a39c5eff Update submodules 8 年之前
  Gregory Nutt b5024263e9 Networking: Add a trivial cast 8 年之前
  Gregory Nutt dea24c503a Networking: Remove the HSEC argument from devif_timer. 8 年之前
  Gregory Nutt 42c365aab1 Duplicate Manuel's EMAC driver fix to every other driver that supports CONFIG_NET_NOINTS 8 年之前
  Gregory Nutt 95df32a5ce Update ChangeLog 8 年之前
  Gregory Nutt 9ce58ad5b7 I2C: up_i2creset should not be a global function; Now it is an I2C interface method 8 年之前
  Gregory Nutt 009e9f76cb I2C: Fixes/improvements from last massive I2C commits 8 年之前
  Gregory Nutt 456b5f06dc Clean up some comments 8 年之前
  Gregory Nutt 4cfbe50c0d I2C: Fix some compile time issues found with tools/testbuild.sh 8 年之前
  Gregory Nutt 69ce24c70c I2C: Remove the setfrequency method from the interface 8 年之前
  Gregory Nutt 6ad641888b Add I2C frequency to the i2c_msg_s structure 8 年之前
  Gregory Nutt f9053182d3 I2C: Remove setaddress method 8 年之前
  Gregory Nutt ecdc428086 Remove the read and write methods from the I2C interface 8 年之前
  Gregory Nutt fa2448fe63 Update submodules 8 年之前
  Gregory Nutt 10000841a8 The I2C_TRANSFER method is no longer optional 8 年之前
  Gregory Nutt 9370b94241 compiler.h: Missing IOBJ/IPTR definitions for the ZDS-II toolchain 8 年之前
  Gregory Nutt 10f3bb1fef Update ChangeLog 8 年之前
  Gregory Nutt 80476a16e2 Update ChangeLog 8 年之前