Gregory Nutt
|
2a5bdf230c
|
Merge remote-tracking branch 'origin/master' into windeps
|
2016-01-09 16:38:13 -06:00 |
|
Gregory Nutt
|
9e548d34c3
|
mkdeps.sh and mkdeps.bat have been deleted. All configurations must now use the compiler mkeps prograqm
|
2016-01-09 16:06:15 -06:00 |
|
Gregory Nutt
|
e46cd30c14
|
Change use of mknulldeps.sh to mkwindeps.sh
|
2016-01-09 14:13:44 -06:00 |
|
Gregory Nutt
|
8eab9280d8
|
Rename all architecture files of form xyz_internal.h to just xyz.h
|
2015-12-29 18:07:27 -06:00 |
|
Gregory Nutt
|
b90f5ba7f4
|
Remove CONFIG_DISCRETE_IO from all defconfig files
|
2015-12-15 08:41:10 -06:00 |
|
Gregory Nutt
|
a0e662f769
|
Refresh all configurations that have Telnetd enabled; those configurations now also need the telnet driver
|
2015-12-07 10:01:13 -06:00 |
|
Gregory Nutt
|
9a4192d22b
|
Remove CONFIG_NET_PINGADDRCONF. This was a uIP way of assigning IP addresses, but is not standard and not a appropriate feature in general.
|
2015-12-01 07:47:41 -06:00 |
|
Gregory Nutt
|
651bd9e8ad
|
Rename CONFIG_LOOP to CONFIG_DEV_LOOP
|
2015-11-25 17:11:27 -06:00 |
|
Gregory Nutt
|
b28bd72a48
|
Standardize naming of user LEDs interface functions
|
2015-11-01 12:45:58 -06:00 |
|
Gregory Nutt
|
f56ed529e5
|
Remove prototypes for all user LED interfaces from board.h header files
|
2015-11-01 10:53:34 -06:00 |
|
Gregory Nutt
|
893bd9c7b5
|
Rename board_led_off to board_autoled_off
|
2015-11-01 09:10:08 -06:00 |
|
Gregory Nutt
|
78f19bbefb
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:36 -06:00 |
|
Gregory Nutt
|
b6930e442b
|
Fix some spacing problems
|
2015-10-04 14:59:44 -06:00 |
|
Paul A. Patience
|
55d8aee826
|
Simplify configs/ Makefiles by combining common longic into a new board.mk Makefile fragment. For Paul A. Patience"
|
2015-09-04 16:42:34 -06:00 |
|
Paul A. Patience
|
81268bb75c
|
Add -Wundef warning flag
|
2015-09-01 13:19:57 -04:00 |
|
Gregory Nutt
|
75595ddfef
|
Remove refereneces to DNSCLIENT IPv4/IPv6
|
2015-07-12 14:13:18 -06:00 |
|
Gregory Nutt
|
42f69ba42f
|
Rename CONFIG_NETUTILS_DNS* to CONFIG_NETDB_DNS* to reflect the movement of the DNS server from apps/netutils to nuttx/libc/netdb
|
2015-07-10 12:09:58 -06:00 |
|
Gregory Nutt
|
f7ba1b1eeb
|
Remove all references to the dedunct CONFIG_SYSTEM_SYSINFO configuration from all defconfig files
|
2015-07-04 15:19:11 -06:00 |
|
Gregory Nutt
|
f6e749452e
|
Refresh/fix broken configurations
|
2015-07-03 14:35:10 -06:00 |
|
Gregory Nutt
|
7214e52fb2
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
|
Gregory Nutt
|
add36cc3de
|
Add an option to disable support for long long formats in lib_vsprintf. From Alan Carvalho de Assis
|
2015-05-30 10:00:54 -06:00 |
|
Gregory Nutt
|
d468285739
|
Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() is CONFIG_USBHOST_CDCACM is selected.
|
2015-05-06 14:11:29 -06:00 |
|
Gregory Nutt
|
607ff7d2fb
|
Update some READMEs. For all implementation of the USBHOST waiter, make sure that the waiter thread stack size is larger if the USB hub feature is enabled
|
2015-05-03 16:45:44 -06:00 |
|
Gregory Nutt
|
119bd7fe8a
|
USB HUB: Update all USB host connection waiter application threads to use the the new connection interface
|
2015-04-28 12:21:23 -06:00 |
|
Gregory Nutt
|
68a97a53ac
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
|
Gregory Nutt
|
15b90de919
|
NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
|
2015-03-31 12:14:16 -06:00 |
|
Gregory Nutt
|
103a17d4f1
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
|
Gregory Nutt
|
42327117a3
|
configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 18:49:24 -06:00 |
|
Gregory Nutt
|
cc182fc1b8
|
Remove support for obsolete PIC32 toolchain configuration names
|
2015-02-22 12:14:20 -06:00 |
|
Gregory Nutt
|
bd2c5bba3b
|
Add path for Pinguino tools. Need to be careful because bin directory has an incompatible make.exe in it
|
2015-02-21 19:42:46 -06:00 |
|
Gregory Nutt
|
31beaf3fbf
|
pic32mx-starterkit: Move scripts to common directory. Pinguino build needs to use a different linker script
|
2015-02-21 19:40:50 -06:00 |
|
Gregory Nutt
|
2a5c0b10ce
|
pic32mx-starterkit: Move scripts to common directory. Pinguino build needs to use a different linker script
|
2015-02-21 19:40:22 -06:00 |
|
Gregory Nutt
|
4e123c3b40
|
Refresh configurations
|
2015-02-21 19:38:56 -06:00 |
|
Gregory Nutt
|
de4666e49d
|
Rename pic32-starterkit to pic32mx-starterkit to make room in the namespace for the pic32mz-starterkit
|
2015-02-21 18:41:17 -06:00 |
|