Gregory Nutt
|
03a77c1d18
|
Remove most unused references to CONFIG_NET_MULTICAST. Rename other uses of CONFIG_NET_MULTICAST to avoid naming comflicts.
|
2016-03-20 13:16:17 -06:00 |
|
Gregory Nutt
|
2dd9777c7e
|
Fix a backward conditional test introduced with the last commit
|
2016-03-20 09:58:07 -06:00 |
|
Gregory Nutt
|
00b44959ea
|
TCP poll: TCP poll events can really only being processed when the poll from the correct device is received.
|
2016-03-20 08:39:15 -06:00 |
|
Gregory Nutt
|
4639cdd894
|
TCP timeouts: Fix some logic when there are multiple network interfaces. In this case, TCP timeout events can really only being processed when the poll from the correct device is received.
|
2016-03-20 08:19:00 -06:00 |
|
Gregory Nutt
|
75a4a5dcbe
|
Back part of a previous CDC/ACM change. Improve some Kconfig comments.
|
2016-03-19 12:45:33 -06:00 |
|
Gregory Nutt
|
deed28b8f2
|
USB composite: Fix some errors in conditional compilation
|
2016-03-19 08:08:40 -06:00 |
|
Gregory Nutt
|
bcceb425ee
|
Kconfig: Fix some very long lines
|
2016-03-19 08:08:18 -06:00 |
|
Gregory Nutt
|
9644d42e91
|
USB CDC/ACM device: Trivial configuration clean-up
|
2016-03-19 07:36:39 -06:00 |
|
Gregory Nutt
|
a589eb296c
|
Update ChangeLog
|
2016-03-18 13:32:23 -06:00 |
|
Gregory Nutt
|
1645c75d4b
|
Update submodule
|
2016-03-17 17:44:19 -06:00 |
|
Gregory Nutt
|
6e57f90bbe
|
Merged in david_s5/nuttx/cdcacm_rd_wr_confusion (pull request #50)
Cdcacm_rd_wr_confusion
|
2016-03-17 16:03:47 -06:00 |
|
David Sidrane
|
d2a017d9bb
|
rdreqs was defined as CONFIG_CDCACM_NWRREQS size
|
2016-03-17 21:47:40 +00:00 |
|
David Sidrane
|
2cfa023039
|
RD - comments were for WR
|
2016-03-17 21:45:57 +00:00 |
|
David Sidrane
|
b66405df31
|
Merged patacongo/nuttx into master
|
2016-03-17 11:41:26 -10:00 |
|
Gregory Nutt
|
242f8ff25f
|
drivers/syslog/note_driver.c: Add a driver that will allow an application to read buffered scheduler instrumentation data
|
2016-03-17 14:46:00 -06:00 |
|
Gregory Nutt
|
3ef25dc49d
|
AT24xx: Add logic to unregister from the procfs file system if the driver is uninitialized
|
2016-03-17 09:55:10 -06:00 |
|
Gregory Nutt
|
78e053565b
|
Update submodule
|
2016-03-17 09:50:53 -06:00 |
|
Gregory Nutt
|
7f19631338
|
sched/: Add option to buffer scheduler instrumentation data in memory.
|
2016-03-17 09:49:43 -06:00 |
|
Max Neklyudov
|
1951b9df57
|
Improve m25px driver
|
2016-03-17 07:37:45 -06:00 |
|
Gregory Nutt
|
0369facbd5
|
Fix some spacing
|
2016-03-16 11:01:19 -06:00 |
|
Gregory Nutt
|
e879d0f423
|
Move scheduler instrumentation hooks out of sched.h (where they seem like application interfaces) and into nuttx/sched.h where it is clare that these are OS internal interfaces.
|
2016-03-16 11:00:31 -06:00 |
|
Gregory Nutt
|
5675600946
|
Correct some comments
|
2016-03-13 12:08:09 -06:00 |
|
Gregory Nutt
|
266980b828
|
Upate submodules
|
2016-03-13 10:13:01 -06:00 |
|
Gregory Nutt
|
2225940155
|
SMP: Add per-CPU initialization logic
|
2016-03-13 07:16:56 -06:00 |
|
Gregory Nutt
|
79c1fa5bd7
|
SMP: Simplified SMP interfaces
|
2016-03-12 15:29:33 -06:00 |
|
Gregory Nutt
|
320b70ebad
|
Update submodules
|
2016-03-12 13:24:38 -06:00 |
|
Gregory Nutt
|
a193e669d1
|
Update submodules
|
2016-03-12 11:47:23 -06:00 |
|
Gregory Nutt
|
8cff133a1c
|
Update submodules
|
2016-03-11 12:31:44 -06:00 |
|
Gregory Nutt
|
24468128de
|
TLS: Simplify
|
2016-03-11 07:17:32 -06:00 |
|
Gregory Nutt
|
934069e422
|
TLS: Add logic to get/set arbitrary TLS values
|
2016-03-10 19:31:22 -06:00 |
|
Gregory Nutt
|
d69dc04d96
|
TLS: Fix an error in a macro
|
2016-03-10 18:10:44 -06:00 |
|
Gregory Nutt
|
f16f470881
|
Update README.txt files
|
2016-03-10 17:24:48 -06:00 |
|
Gregory Nutt
|
0929c8b1d7
|
Update submodules
|
2016-03-10 15:58:39 -06:00 |
|
Gregory Nutt
|
30b6ee96c9
|
Add basic definitions for TLS support
|
2016-03-10 11:56:33 -06:00 |
|
Gregory Nutt
|
4a22542091
|
Update ChangeLog
|
2016-03-10 10:10:25 -06:00 |
|
Gregory Nutt
|
ea48809fff
|
Update ChangeLog
|
2016-03-10 07:14:10 -06:00 |
|
Gregory Nutt
|
6a056479d2
|
Add a some missing FAR in shared header files
|
2016-03-09 18:12:41 -06:00 |
|
Gregory Nutt
|
760fb63f33
|
Update README/TODO with new naming
|
2016-03-09 17:39:43 -06:00 |
|
Frank Benkert
|
611fb04449
|
BlockToCharDev: increase sectorsize to 32 bit
|
2016-03-09 12:44:56 -06:00 |
|
Gregory Nutt
|
c7e7bda830
|
MTD struct mtd_geometry_s: Increase the size of blocksize again. Yes, there are devices with block size greater than 64KB.
|
2016-03-09 07:42:34 -06:00 |
|
Stefan Kolb
|
fde277a388
|
Missing parentheses in MSEC2TICK macro can lead to incorrect conversions
|
2016-03-09 07:24:16 -06:00 |
|
Gregory Nutt
|
fea11c002a
|
Build system: Add 'make oldconfig' target. Use this option in tools/testbuild.sh. Add --silent option to tools/refresh.sh so that it can be run in batch without human interaction
|
2016-03-08 16:50:58 -06:00 |
|
Gregory Nutt
|
1c31e10397
|
NRF2410L: Add missing conditional logic in vtable initialization
|
2016-03-08 16:11:08 -06:00 |
|
Gregory Nutt
|
7fa0adff83
|
Fix a misplaced right bracket
|
2016-03-08 15:33:33 -06:00 |
|
Frank Benkert
|
4d9c41fd57
|
AT24XX: Correct address calculation in Multi-Block-Read
|
2016-03-08 15:31:23 -06:00 |
|
Gregory Nutt
|
624601dc2b
|
Update submodules
|
2016-03-08 14:25:05 -06:00 |
|
Gregory Nutt
|
88d8a81b23
|
tools/testbuild.sh: kconfig-conf was silently failing because (1) it needs to execute from the top-level NuttX directory and (2) apps/Kconfig does not yet exist
|
2016-03-08 14:12:44 -06:00 |
|
Gregory Nutt
|
c13cb0f839
|
Update submodules
|
2016-03-07 16:14:52 -06:00 |
|
Gregory Nutt
|
93b6543a1f
|
Update submodules
|
2016-03-06 16:20:04 -06:00 |
|
Gregory Nutt
|
9b5e88af71
|
Update some comments
|
2016-03-06 13:50:26 -06:00 |
|