Gregory Nutt
|
0c8c7fecf0
|
Add _ to the beginning of all debug macros to avoid name collisions
|
2016-06-16 12:33:32 -06:00 |
|
Gregory Nutt
|
37dd4e52a1
|
boardctl.h needs to be include-able from C++ files
|
2016-06-05 12:14:34 -06:00 |
|
Gregory Nutt
|
4b3e710af6
|
Add an argument to board_app_initialize()
|
2016-05-24 10:51:22 -06:00 |
|
Gregory Nutt
|
cc5a678a9e
|
Extend boardctl() USB device control to include PL2303 serial
|
2016-03-25 16:01:59 -06:00 |
|
Gregory Nutt
|
3e4ae24387
|
Fix a few issues related to new USB device boardctl() commands
|
2016-03-25 14:23:27 -06:00 |
|
Gregory Nutt
|
9b9c374a83
|
Add basic definitions for control of USB devices via boardctl()
|
2016-03-25 10:52:39 -06:00 |
|
Gregory Nutt
|
300edb9b0f
|
Update ChangeLog
|
2016-02-27 10:37:42 -06:00 |
|
Gregory Nutt
|
3c5cd96646
|
Remove definitions for unsupported protocol families and address families
|
2016-02-27 07:59:26 -06:00 |
|
Gregory Nutt
|
fdddebbffd
|
net/: Finish IEEE802154->6LOWPAN renaming; remove PF_IEEE804154; Move 6LoWPAN menu to inside Internet Protocol Menu
|
2016-02-27 07:26:20 -06:00 |
|
Gregory Nutt
|
2f28ca86c2
|
Clean up some naming; rename net/ieee802154 to net/6lowpan
|
2016-02-26 10:08:36 -06:00 |
|
Gregory Nutt
|
e4e6181098
|
net/: IEEE 802.15-4 basic build build structure.
|
2016-02-25 10:43:51 -06:00 |
|
Gregory Nutt
|
1ed1765e1a
|
sys/socket.h: Add IEEE802.15-4 protocol family
|
2016-02-25 08:19:10 -06:00 |
|
Gregory Nutt
|
5a590e99b9
|
Add SYSCALLS for pthread_setaffinity() and pthread_getaffinity()
|
2016-02-19 18:13:06 -06:00 |
|
Gregory Nutt
|
2075eb7932
|
Fix a typo introduced in the last commit and a file that was missed in the last commit
|
2016-02-19 16:03:01 -06:00 |
|
Gregory Nutt
|
3147dfc7d5
|
SMP: Add some tentative initialization logic
|
2016-02-10 13:49:27 -06:00 |
|
Gregory Nutt
|
032ad1b70b
|
Remove clock_systimer32 and clock_systimer64. There is now only clock_systimer
|
2016-01-21 16:49:24 -06:00 |
|
Gregory Nutt
|
7db9a952bc
|
Fix an error in conditional compilation introduced in the last set of changes
|
2016-01-21 13:42:34 -06:00 |
|
Gregory Nutt
|
f348e68069
|
Update to use 64-bit timer when available
|
2016-01-21 11:54:26 -06:00 |
|
Gregory Nutt
|
b1938c065d
|
sys/time.h: Fix timersub macro; time_t is unsigned
|
2015-12-31 09:05:35 -06:00 |
|
Manuel Stühn
|
4350b0ba0c
|
Move macros timeradd() and friends from time.h to sys/time.h.
|
2015-12-24 07:09:39 -06:00 |
|
Gregory Nutt
|
e8d0f85c8b
|
Modules: Add mod_setsymtab to set global symtol table once. Now we can remove symbol table parameters from the insmod call. This will make implementing an NSH insmod command much easier
|
2015-12-13 08:10:01 -06:00 |
|
Gregory Nutt
|
303123deb9
|
Add syscall support for insmod and rmmod
|
2015-12-12 11:11:09 -06:00 |
|
Ken Pettit
|
c0b9dcf8a9
|
fs/hostfs: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit
|
2015-11-25 08:26:26 -06:00 |
|
Gregory Nutt
|
6230e6e199
|
size_t should be 64-bits on a 64-bit machine. mmsize_t should be 32-bits (unless CONFIG_MM_SMALL is selected). This commit backs out the last change to stddef.h
|
2015-11-23 12:03:36 -06:00 |
|
Gregory Nutt
|
4579f0c1fc
|
Add a command to boardctl() to obtain a baord unique ID
|
2015-11-18 07:31:53 -06:00 |
|
Gregory Nutt
|
0f90500f72
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:48:24 -06:00 |
|
Gregory Nutt
|
cb9e27c3b0
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -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
|
6fc449f689
|
Moving canned_symtab from nuttx/libc to apps/system
|
2015-08-23 11:33:29 -06:00 |
|
Gregory Nutt
|
f12692b78f
|
Extend canned symbol table logic to work in protected build mode
|
2015-08-23 10:44:04 -06:00 |
|
Gregory Nutt
|
02306044b2
|
boardctl.h: Extended boardctl() commands with BOARDIOC_CAN_INITIALIZE
|
2015-08-18 13:23:34 -06:00 |
|
Gregory Nutt
|
c74dc5f83f
|
Changes from review epoll() implementation for consistency with NuttX naming and coding style
|
2015-08-10 10:38:41 -06:00 |
|
Anton D. Kachalov
|
fd07043180
|
Add simple epoll' wrapper around poll'
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-08-10 18:15:24 +03:00 |
|
Gregory Nutt
|
2a7416238a
|
Syscall fixes: Add support for Cortex-M7; mount syscall has to be suppressed if there are no mountable file systems
|
2015-07-21 11:20:46 -06:00 |
|
Gregory Nutt
|
fb70a0a95b
|
Fix a confitional compilation error introduced with the last commit
|
2015-07-10 15:52:55 -06:00 |
|
Gregory Nutt
|
ed004be6d0
|
Clean up some syscall logic that has changed due to revised netdb configuration
|
2015-07-10 15:41:20 -06:00 |
|
Gregory Nutt
|
c19fd13291
|
gethostname() should not be the system call, uname() should and gethostname should get the host name from uname
|
2015-07-05 10:41:58 -06:00 |
|
Gregory Nutt
|
f31a96cfbf
|
Add system calls for gethostname and sethostname
|
2015-07-05 08:42:32 -06:00 |
|
Gregory Nutt
|
6576672e09
|
uname: version string must hold 40 character value; strings returned by uname must always be NUL terminated
|
2015-07-05 06:46:00 -06:00 |
|
Gregory Nutt
|
049224f544
|
Add support for a BOARDIOC_RESET boardctl() command. Enable configuration options to support BOARDIOC_RESET for ARMv6-M and ARMv7-M
|
2015-07-04 10:39:24 -06:00 |
|
Stavros Polymenis
|
701509f9bd
|
Add implementations of uname() and gethost(). From Stavros Polymenis.
|
2015-07-03 07:50:27 -06:00 |
|
Gregory Nutt
|
27ea02a85f
|
Modify board_power_off() so that is is called only via boardctl()
|
2015-07-02 17:09:54 -06:00 |
|
Gregory Nutt
|
b578c98fa9
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:26:01 -06:00 |
|
Gregory Nutt
|
1d370178fb
|
Add support for a union file system that can be used to overlay and merge the content of two mounted file systems.
|
2015-06-05 13:18:06 -06:00 |
|
Gregory Nutt
|
d8db596b3b
|
POSIX message queues: Move mq_setattr() and mq_getattr() from nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support for mq_setattr() and mq_getattr(). This is necessary in protected and kernel builds because in those cases the message queue structure is protect and cannot be accessed directly from user mode code. Noted by Jouko Holopainen.
|
2015-06-03 09:24:17 -06:00 |
|
Gregory Nutt
|
c704a5289c
|
Comment out references to fstat(). It is not yet supported.
|
2015-06-02 11:43:44 -06:00 |
|
Gregory Nutt
|
4adda9d428
|
Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
|
2015-05-23 17:08:35 -06:00 |
|
Gregory Nutt
|
ca29c652c3
|
Remove duplicate prototype of statfs from stdio.h. Belongs in sys/statfs.h only. Note by Michael Hope
|
2015-05-12 07:00:11 -06:00 |
|
Gregory Nutt
|
e78e762dd6
|
Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.
|
2015-04-02 13:00:10 -06:00 |
|
Gregory Nutt
|
97acb5d9ee
|
Update Documentation
|
2015-04-01 09:05:43 -06:00 |
|