Commit Graph

3500 Commits

Author SHA1 Message Date
Alan Carvalho de Assis 283b73edc5 Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
Gregory Nutt 20f15435a2 Update ReleaseNotes in preparation for the 7.26 release. 2018-06-02 16:21:08 -06:00
Gregory Nutt 5d09568a38 Update ChangeLog in preparation for the 7.26 release. 2018-06-02 11:05:54 -06:00
Andrey Zabolotnyi f251f8ed07 ChangeLog: Remove execute privileges 2018-05-12 07:27:31 -06:00
Gregory Nutt 58e3c0b5df Update ReleaseNotes in preparation for 7.24 release 2018-03-02 09:04:08 -06:00
Gregory Nutt 73a1349afa Change 7.24 release to 3/2, I won't be getting it done today after all. 2018-03-01 15:00:57 -06:00
Gregory Nutt d9337f9146 Update changelog in preparation for nuttx-7.24 release. 2018-03-01 11:43:01 -06:00
Gregory Nutt 67d09e831b Fix recurring typo: *tino->*tion 2018-01-27 13:34:58 -06:00
Gregory Nutt 1e0a259de9 Update ReleaseNotes in preparation for 7.23 release. 2017-12-04 13:06:21 -06:00
Gregory Nutt 2507163f84 Update ChangeLog in preparation for the 7.23 release. 2017-12-03 13:55:29 -06:00
Gregory Nutt 4229881231 Update ReleaseNotes in prepartion for the NuttX-7.22 release. 2017-09-06 12:38:50 -06:00
Gregory Nutt e0aeb74299 Update Changelog in prep for 7.22 release. 2017-09-05 14:38:54 -06:00
Gregory Nutt 0447fb51bf Change contributions from rg to Rajan Gill 2017-08-17 14:21:01 -06:00
Gregory Nutt cfea8adacb L should be capitalized in 6LoWPAN 2017-06-18 16:00:08 -06:00
Gregory Nutt 93625e80a7 Typos in documents + more acronyms. 2017-06-06 15:04:55 -06:00
Gregory Nutt ac93d4bda9 Update Documentation in preparation for 7.21 release. 2017-06-05 15:12:37 -06:00
Gregory Nutt a46a748bfa Update ReleaseNotes in preparation for NuttX-7.21 release. 2017-06-05 13:22:11 -06:00
Gregory Nutt 5aa23da717 Update ChangeLog in preparation for NuttX-7.21 release. 2017-06-04 14:23:36 -06:00
Gregory Nutt 0de294a586 Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
Gregory Nutt 02845e86e6 Update ReleaseNotes in prep for 7.20 release. 2017-03-08 10:09:49 -06:00
Gregory Nutt e2a554d0f5 Update ChangeLog in prep for 7.20 release. 2017-03-08 10:09:48 -06:00
Gregory Nutt 8ee54e84f8 Upate ChangeLog 2017-03-06 11:17:36 -06:00
Gregory Nutt e29b50e00a Fix recurring naming problem: KXTJ9 vs KXJT9. 2017-02-18 08:08:41 -06:00
Gregory Nutt 9395704192 Kinetis, not Kinetics. 2017-02-07 08:20:52 -06:00
Gregory Nutt a002b85fa2 Upate ReleaseNotes in prep for 7.19 release. 2016-12-26 12:39:02 -06:00
Gregory Nutt 849a5dc2a9 SMP: Enforce this rule: Tasks which are normally restored when sched_unlock() is called must remain pending (1) if we are in a critical section, i.e., g_cpu_irqlock is locked , or (2) other CPUs still have pre-emption disabled, i.e., g_cpu_schedlock is locked. In those cases, the release of the pending tasks must be deferred until those conditions are met. 2016-12-26 08:15:02 -06:00
Gregory Nutt eb74b06c18 Update ChangeLog 2016-12-25 14:26:48 -06:00
Gregory Nutt 788583f9d4 Update ChangeLog for nutt1-7.19 2016-12-25 14:11:08 -06:00
Gregory Nutt e3d3fa704e Update ChangeLog 2016-12-11 10:37:03 -06:00
Gregory Nutt 48d9fff95a Update ChangeLog 2016-11-18 17:18:35 -06:00
Gregory Nutt 693f513869 Update ReleaseNotes 2016-10-08 10:53:54 -06:00
Gregory Nutt 6ac51cb708 Update ChangeLog 2016-10-08 07:38:56 -06:00
Gregory Nutt fdcf168195 Update ChangeLog 2016-09-02 11:57:02 -06:00
Gregory Nutt 43abb7cb3a Mark USB host compsite feature EXPERMENTAL; update ChangeLog 2016-08-28 14:51:55 -06:00
Gregory Nutt 67851849da Upate ChangeLog 2016-08-22 10:31:52 -06:00
Gregory Nutt 8052dc4955 STM32 SPI: nbits should be unsigned. Valid range is 4-16 for F3 and L4. 8 or 16 for others. 2016-08-13 16:01:50 -06:00
Gregory Nutt 1a10518dae Update ChangeLog 2016-08-13 12:03:12 -06:00
Gregory Nutt 8dd17ad5d7 Remove name from ChangeLog/ReleaseNotes per request. 2016-08-12 07:01:19 -06:00
Gregory Nutt c7b917f317 Update ChangeLog and README 2016-08-02 14:32:13 -06:00
Gregory Nutt becf7e70c4 Add an I/O Expander skelton driver 2016-07-31 11:52:59 -06:00
Gregory Nutt 5f9ee79298 I/O Expander: Remove hard-coded PCA9555 fields from ioexpander.h definitons. Add support for an attach() method that may be used when any subset of pin interrupts occur.
PCA9555 Driver:  Replace the signalling logic with a simple callback using the new definitons of ioexpander.h.  This repartitioning of functionality is necessary because (1) the I/O expander driver is the lower-lower part of any driver that uses GPIOs (include the GPIO driver itself) and should not be interacting directly with the much higher level application layer.  And (2) in order to be compatible with the GPIO driver (and any arbitrary upper half driver), the PCA9555 should not directly signal, but should call back into the upper half.  The upper half driver that interacts directly with the application is the appropriate place to be generating signal.
2016-07-31 11:09:47 -06:00
Gregory Nutt e863643239 Update ChangeLog 2016-07-28 09:42:11 -06:00
Gregory Nutt 59f626313d Changes from review of last PR 2016-07-25 15:16:51 -06:00
Gregory Nutt 7a0a62988c Upate ChangeLog 2016-07-25 14:08:09 -06:00
Gregory Nutt 4c1ba592d5 Prep for NuttX-7.17 release 2016-07-25 12:10:27 -06:00
Gregory Nutt 524fc4a49e Update ChangeLog 2016-07-24 13:54:48 -06:00
Gregory Nutt a19c099c75 Update ChangeLog 2016-07-14 16:07:23 -06:00
Gregory Nutt 7b370f3f35 Update ChangeLog 2016-07-08 12:43:08 -06:00
Gregory Nutt d7c55868b9 Update ChangeLog 2016-07-04 09:47:41 -06:00
Gregory Nutt 7f296f9226 Update ChangeLog 2016-06-30 08:02:32 -06:00