提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt fccef49305 Cosmetic changes to comments 8 年之前
  Gregory Nutt 9cb2a6b1f9 Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore() 8 年之前
  Gregory Nutt d09db96a7c Update ChangeLog 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 ddbc948895 SMP: Minor SMP-related clean-up/improvements 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 68ee9bcaed Refresh modules + plus minor clean-up from previous commits 8 年之前
  Gregory Nutt 0554de6c50 Networking: Simply devif_timer; Consolidate duplicated devif_poll logic 8 年之前
  Gregory Nutt 53895b9ddc Update submodules 8 年之前
  Gregory Nutt e8a39c5eff Update submodules 8 年之前
  Gregory Nutt 03d868be3c I2C: Fix a naming error 8 年之前
  Gregory Nutt 95df32a5ce Update ChangeLog 8 年之前
  Gregory Nutt 6ad641888b Add I2C frequency to the i2c_msg_s structure 8 年之前
  Gregory Nutt 8c9bddf998 I2C: Eliminate the I2C_WRITE and I2C_READ macros 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 670c041e71 Update Changelog, submoduels, and README 8 年之前
  Gregory Nutt 10f3bb1fef Update ChangeLog 8 年之前
  Gregory Nutt 80476a16e2 Update ChangeLog 8 年之前
  Gregory Nutt 3a781a2d3f Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s. 8 年之前
  Gregory Nutt ceb415204e Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h 8 年之前
  Gregory Nutt 8645b7c57f Update submodule 8 年之前
  Gregory Nutt 33ed27a6bd Move xyz_cxxinitialize.c from nuttx/configs/abc/src to apps/platform/abc/ (where xyz is the processor family and abc is the board) 8 年之前
  Gregory Nutt da5115e3e6 Correct an error in timer_created intoduced when SIGEV_THREAD support was added. 8 年之前
  Gregory Nutt 4a59ff34e9 Update submodules 8 年之前
  Gregory Nutt c1d4ce01e0 Update submodules 8 年之前
  Gregory Nutt 7d6c2d150d fs/vfs/fs_poll.c: Fix handling of sem_tickwait() return value sem_tickwait() does not return an -1+errno, it returns a negated errno value. Noted by Freddie Chopin. 8 年之前
  Gregory Nutt 439620ab69 Update ChangeLog 8 年之前