Commit Graph

12227 Commits

Author SHA1 Message Date
Gregory Nutt 4cd57e1e4e Work queues: Logic that sets the queued indication and the logic that does the actual queuing must be atomic 2015-09-30 11:04:29 -06:00
Gregory Nutt e35737ca88 Update ChangeLog 2015-09-29 16:35:07 -06:00
Gregory Nutt cf9100f917 Upate submodules 2015-09-29 16:10:35 -06:00
Gregory Nutt 2c7c034baf Update README, ChangeLog, and submodules 2015-09-29 09:22:39 -06:00
Gregory Nutt 3d3a60ee1b Update submodules 2015-09-29 07:31:49 -06:00
Gregory Nutt 35f8580915 Updata submodule 2015-09-26 08:52:04 -06:00
Gregory Nutt 0ed7ddb8a4 Update submodules 2015-09-24 14:53:50 -06:00
Gregory Nutt c01ddfe833 Fix a typo in the ChangeLog 2015-09-24 14:42:48 -06:00
Gregory Nutt d078c39b78 Update ChangeLog; refresh sub-modules 2015-09-24 14:42:20 -06:00
Gregory Nutt cc7130b836 Correct a reference counting error in mq_open() 2015-09-23 10:34:08 -06:00
Alan Carvalho de Assis c52e3e017b Battery Charger: Add BQ24250 driver 2015-09-20 09:47:00 -06:00
Alan Carvalho de Assis d4fc91d6f6 Add Battery Fault and Battery Disconnected status 2015-09-20 09:32:06 -06:00
Gregory Nutt 2e70cdec95 Update ChangeLog 2015-09-19 14:05:23 -06:00
Alan Carvalho de Assis 895ad29b0d Fix IOCTL definition to avoid duplication and mess 2015-09-19 13:58:49 -06:00
Alan Carvalho de Assis 3cd7558a5e Add basic infrastructure for Battery Charger 2015-09-19 13:06:43 -06:00
Alan Carvalho de Assis 9f465fc502 Rename battery.[ch] to battery_gauge.[ch] 2015-09-19 11:00:14 -06:00
Gregory Nutt 71d5cff0dd Update submodules 2015-09-18 12:48:05 -06:00
Stefan Kolb 983128e16a sscanf: Formats a, A, e, E, g, and G should be treated the same as f and F 2015-09-17 07:41:33 -06:00
Gregory Nutt b77872d1d9 Update ChangeLog 2015-09-15 07:38:25 -06:00
Gregory Nutt fec3d2cf62 recvfrom: Fixes for compilation with only raw, packet sockets 2015-09-14 09:06:08 -06:00
Alan Carvalho de Assis 3a8b00f09f max31855 driver fix from Alan Carvalho de Assis 2015-09-14 07:47:21 -06:00
Gregory Nutt bca2b2c07c Update ChangeLog 2015-09-14 07:08:03 -06:00
Alan Carvalho de Assis c4cf5be231 Add support to Maxim MAX31855 Thermocouple-to-Digital 2015-09-13 15:56:48 -06:00
Gregory Nutt 5e50501790 Update submodule 2015-09-12 11:36:28 -06:00
Gregory Nutt 24b0a56796 Refresh submodules 2015-09-11 14:56:18 -06:00
Gregory Nutt ce27334f23 Refresh sub-modules 2015-09-11 14:32:07 -06:00
Gregory Nutt 5055c7a99d Merged in paulpatience/nuttx (pull request #26)
Fix issues detected by clang
2015-09-11 07:50:29 -06:00
Paul A. Patience 9f108b7b63 Fix issues detected by clang 2015-09-10 20:59:43 -04:00
Gregory Nutt ed0d480d3e Update submodules 2015-09-10 13:07:32 -06:00
Gregory Nutt d0e4df9931 Update ChangeLog 2015-09-10 07:24:58 -06:00
Pierre-noel Bouteville 8651e0f2ca CC3300: Add const to pointers in arguments to wlan_connect; remove an unused function prototype 2015-09-09 16:34:37 -06:00
Gregory Nutt 5058ed3ef4 Only build shutdown if CONFIG_NET=y. The warning is pretty annoying 2015-09-09 12:14:04 -06:00
Gregory Nutt 8a87e3ca6e Add an empty function that can serve as a placeholder for the network shutdown() function 2015-09-09 07:03:05 -06:00
Gregory Nutt 90ec126b0b Update ChangeLog 2015-09-08 16:41:54 -06:00
Gregory Nutt c63e2f1e9e sync submodules 2015-09-08 14:19:13 -06:00
Gregory Nutt afdb3c751a Fix typos from a previous commit 2015-09-08 12:45:30 -06:00
Gregory Nutt 366e3d3353 Eliminate warnings 2015-09-08 10:48:57 -06:00
Gregory Nutt bb595777fd Eliminate warnings 2015-09-08 10:21:19 -06:00
Gregory Nutt a7e43c7fdb Eliminate some warnings 2015-09-08 09:20:18 -06:00
Gregory Nutt 9cd1e34792 Eliminate a warning 2015-09-08 08:08:46 -06:00
Gregory Nutt 48d7930631 CC3300: Eliminate some compile time warnings 2015-09-08 07:37:19 -06:00
Gregory Nutt dbc9d67b3a USBDEV Kconfig: CONFIG_USBDEV_TRACE_INITIALIDSET missing from Kconfig file 2015-09-08 07:25:21 -06:00
Gregory Nutt d700793077 Fix a compile error when IPv6 is enabled 2015-09-07 16:34:25 -06:00
Gregory Nutt cb2f84e288 Loosen up restriction a little in sched_ufree() 2015-09-07 15:28:58 -06:00
Gregory Nutt d78d3ef4ab Logic for delayed memory garbage collection for the case of user space memory will not work as implemented for the case of the kernel build. That is because the correct context is in place in order to free the user memory when sched_kufree is called, but will not be in place later when the memory garbage collection runs. If this feature is really needed, then some more substantial redesign is required 2015-09-07 14:40:18 -06:00
Gregory Nutt 65abe20cdb Update ChangeLog 2015-09-07 13:51:05 -06:00
Alan Carvalho de Assis f10a103108 Fix tcp_send_unbuffered when NET_ETHERNET is not defined. 2015-09-07 13:31:35 -06:00
Gregory Nutt bc46130c70 Rename libc/stdio/lib_avsprintf.c to lib_vasprintf.c 2015-09-07 13:28:00 -06:00
Sebastien Lorquet 77e4e7b231 Change all references from avsprintf to vasprintf. From Sebastien Lorquet 2015-09-07 13:22:13 -06:00
Gregory Nutt 413ebde3b3 Merged in paulpatience/nuttx (pull request #25)
SSD1351 driver: add 8-bit parallel interface
2015-09-07 07:27:50 -06:00