Gregory Nutt
d52b65b06d
Fix several configuration varaibles that were defined in multiple Kconfig files and/or lacked any scoping and the naming.
...
Squashed commit of the following:
lpc17, pic32mx, pic32mz: Fix duplicated, improperly scoped configuration variable names: CONFIG_PHY_SPEED100 and CONFIG_PHY_AUTONEG.
lpc17, pic32mx, pic32mz: Fix another duplicated configuration variable name: CONFIG_PHY_FDUPLEX.
lpc17: Fix naming scope: CONFIG_NET_HASH -> CONFIG_LPC17_ETH_HASH.
lpc17: Fix naming scope: CONFIG_NET_WOL -> CONFIG_LPC17_ETH_WOL.
lpc17, pic32mx, pic32mz: Fix naming scope: CONFIG_NET_ -> CONFIG_LPC17_ETH_PRIORITY.
lpc17, pic32mx, pic32mz: Fix another duplicated configuration variable name: CONFIG_NET_NTXDESC and CONFIG_NET_NRXDESC.
lpc17: Fix naming scope: CONFIG_NET_EMACRAM_SIZE -> CONFIG_LPC17_EMACRAM_SIZE.
2018-06-30 11:55:41 -06:00
Gregory Nutt
500d2c2289
arch/arm/src/lpc11,lpc17,lpc43,stm32,stm32l4: Fix scope of naming. CONFIG_CAN_TSEG1->CONFIG_LPC17_CAN_TSEG, for example.
2018-06-28 15:44:42 -06:00
Gregory Nutt
45cdc3a3d0
arch/arm/src/lpc11,lpc17,stm32,stm32l4: Fix scopy of nameing. CONFIG_CANx_BAUD->CONFIG_LPC17_CANx_BAUD, for example.
2018-06-28 14:47:14 -06:00
Gregory Nutt
8281dc1ed8
arch/arm/src/lpc11 and lpc17 and several README.tst files in configs/: Fix scopy of nameing. CONFIG_CANx_DIVISOR->CONFIG_LPC17_CANx_DIVISOR, for example.
2018-06-28 13:10:02 -06:00
Gregory Nutt
ca1a7c2b28
configs: Update readme files; fix buffer sizes in olimex-stm32-p407/zmodem configuration.
2018-05-27 10:26:01 -06:00
Gregory Nutt
62a1c176df
configs/olimex-stm32-p407: Add a zmodem test configuration.
2018-05-26 18:03:37 -06:00
Gregory Nutt
6529a5666e
Update README file
2018-05-19 17:32:56 -06:00
Gregory Nutt
9da3d4a2a9
drivers/lcd and configs/olimex-lpc1766stk: Remove support for the Nokia6100 LCD. That LCD uses a 9-bit SPI interface (the 9th bit being the command/data bit that is normally a discrete). That communication was never successfully integrated. I now believe that it would would require some special support from the low-level, MCU SPI driver to manage that 9th bit. The deleted code is still available in the Obsoleted repository in the nuttx/drivers/lcd, nuttx/configs/olimex-lpc1766stk, and Patches directories.
2018-05-19 16:46:21 -06:00
Gregory Nutt
e4922ed9f0
Remove instructures to CD to tools/ before running ./configure.sh
...
Squashed commit of the following:
configs/*/README.txt: Replace each occurrence of './configure.sh' with 'tools/configure.sh'
configs/*/README.txt: Remove 'cd ..' after each './configure.sh'
configs/*/README.txt: Remove 'cd -' after each './configure.sh'
configs/*/README.txt: Remove 'cd tools' before each './configure.sh'
configs/README.txt: Remove instruction to CD tools/ before running configure.sh.
2018-05-09 11:41:46 -06:00
Gregory Nutt
43a221f308
configs: Remove some old, redundant, obsolete boilerplate regarding toolchains that has been cloned into most of the board README files.
2017-11-26 11:36:03 -06:00
Gregory Nutt
9aac1dd44d
configs: Remove all setenv.bat files. Remove all references to setenv.sh and setenv.bat from all config README files.
2017-04-26 10:12:13 -06:00
Gregory Nutt
110ae16af2
Remove all references to arch_usbhost_initialize(). That was incorrectly called from apps/examples/hidkbd. That is violation of the OS interfacing rules and will no longer be supported. USB host should be initialized as part of the board bring-up logic was with any other devices and should not involve illegal calls from applications into the OS.
2017-03-09 14:46:31 -06:00
Gregory Nutt
1cdc746726
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:14:08 -06:00
Gregory Nutt
3a74a438d9
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
2016-06-11 11:50:18 -06:00
Gregory Nutt
3e0efd7279
Fix all URLs to the NuttX repository
2016-04-06 17:56:40 -06:00
Gregory Nutt
e5b0c0e502
Remove most unused references to CONFIG_NET_MULTICAST. Rename other uses of CONFIG_NET_MULTICAST to avoid naming comflicts.
2016-03-20 13:15:58 -06:00
Gregory Nutt
e46cd30c14
Change use of mknulldeps.sh to mkwindeps.sh
2016-01-09 14:13:44 -06:00
Gregory Nutt
3c286bd5f8
Update README files
2015-12-30 07:56:11 -06:00
Gregory Nutt
9e99cfa4e0
Correct many bitbucket.org URLs
2015-06-28 09:14:52 -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
46bd0bc307
This cleans up most of the remaining SourceForge references
2015-06-26 18:13:20 -06:00
Gregory Nutt
207140adb7
Update documentation and README file
2015-06-06 19:16:17 -06:00
Gregory Nutt
c9a0749142
Lincoln60: Add a thttpd-binfs configuration. That configuration still does not work on initial commit
2015-06-06 19:16:16 -06:00
Gregory Nutt
086127b24f
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
8523755105
Fix a default value in the THTTPD Kconfig; updated a README file
2015-06-02 14:59:13 -06:00
Gregory Nutt
3f887a79ad
Damn. THTTPD will not yet run with binfs because it wants an index.html file. THTTPD does support indexing directories if CONFIG_THTTPD_GENERATE_INDICES=y, but there are some compilation issues that need to be fixed when that option is selected.
2015-06-02 12:13:18 -06:00
Gregory Nutt
4c56ff036a
Olimex LPC1766STK. Add an example configuration showing how to build apps/netutils/thttpd using binfs
2015-06-02 11:00:18 -06:00
Gregory Nutt
6030146c18
SAMA5D OHCI: Remove a local variable that is unused when debug is disabled; refresh a configuration. Update a README
2015-05-04 07:34: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
aac16a62c8
Olimex LPC1766STK: The USB host waiter stack should be configurable because it needs to be a lot depending when using a hub
2015-05-03 16:14:08 -06:00
Gregory Nutt
d8c31bdf20
USB HUB: Fix a deadlock that can occur if the HCD and the HUB try to share the high priority work queue. Now how work must be done on the low priority work queue.
2015-04-29 08:32:17 -06:00
Gregory Nutt
86bfc4be75
Port hub support to LPC31 from SAMA5; Updated Olimex-LPC-H3131 for hub support and refresh configurations
2015-04-26 12:18:08 -06:00
Gregory Nutt
2a843b4496
Another hub-related interface change: Need to pass speed to EP0
2015-04-26 09:53:43 -06:00
Gregory Nutt
8c7371032c
Olimex LPC1766STK: Refresh configuration, update README
2015-04-26 09:05:09 -06:00
Gregory Nutt
66f49ae9b4
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt files
2014-11-16 08:18:56 -06:00
Gregory Nutt
8417705388
Remove other traces of network interrupt prioritization
2014-04-19 08:12:22 -06:00
Gregory Nutt
51950d7850
Undefine IRQPRIO in all configurations it should not be set
2014-04-16 08:29:39 -06:00
Gregory Nutt
0cefef9cb5
Documentatin updated; fix errors in some comments
2014-03-28 09:52:07 -06:00
Gregory Nutt
cc440d478f
LPC17 USB Host: Minor clean-up after performing some regressin testing
2014-03-19 08:33:15 -06:00
Gregory Nutt
d7d856e504
Use common naming for all buildroot toolchains
2014-03-05 15:37:07 -06:00
Gregory Nutt
f6b32dce82
configs/olimex-lpc1766stk/slip-httpd: Configuration converted to use the kconfig-frontends tools
2014-03-04 17:30:37 -06:00
Gregory Nutt
b209a85dc9
configs/olimex-lpc1766stk/thttpd: Configuration converted to use the kconfig-frontends tools
2014-03-04 13:08:11 -06:00
Gregory Nutt
b4329b4122
configs/olimex-lpc1766stk/usbmsc: Configuration converted to use the kconfig-frontends tool
2014-03-03 14:27:35 -06:00
Gregory Nutt
b9246061fb
configs/olimex-lpc1766stk/nx converted to use the kconfig-frontends
2014-03-02 12:26:52 -06:00
Gregory Nutt
58eed436e9
Removed almost all ostest configurations
2014-02-28 19:19:11 -06:00
Gregory Nutt
95dda8aa1d
SAM4E: Add support for PIO and peripheral clocks
2014-02-21 12:34:04 -06:00
Gregory Nutt
ded32fca06
The USB HID mouse driver is now functional. There are some usage issues as described in the top-level TODO list
2014-02-09 17:40:23 -06:00
Gregory Nutt
d39603808d
LP1766-STK: Add a configuration to test the USB HID mouse
2014-02-09 16:00:57 -06:00
Gregory Nutt
024cb72187
Move apps/examples/usbmsc to apps/system/usbmsc
2013-09-25 16:54:39 -06:00
Gregory Nutt
c233db1327
Add prefex ETH0 to all PHY configurations to support multiple NICs
2013-09-17 10:44:23 -06:00