Gregory Nutt
cafb527262
configs/flipnclick-sam3x: Using JTAG (vs. Bossac) I was finally able to load code and verify the basic NSH configuration. Updated READMEs. Also switched to USART0 (vs UART0) for the serial console because I was not getting bi-directional communication on the VCOM.
2018-01-24 08:52:40 -06:00
Gregory Nutt
c867d42018
arch/arm/src/lpc54xx: Add support for card detect and write protect to SDMMC driver. configs/lpcxpresso-lpc54628: Add logic to bring up SDMMC.
2017-12-20 10:52:05 -06:00
Gregory Nutt
cccc86da09
This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface.
...
Squashed commit of the following:
net/icmp: Finishes off icmp_recvfrom().
net/icmp: Add readahead support for IPPROTO_ICMP sockets.
net/icmp: Add poll() support for IPPROTO_ICMP sockets.
net/icmp: Add a connection structure for IPPROTO_ICMP sockets.
net/icmp: Implements sendto for the IPPROTO_ICMP socket.
net/icmp: Move icmp_sendto() and icmp_recvfrom() to separate files. They are likely to be complex (when they are implemented).
net/icmp: Hook IPPROTO_ICMP sockets into network. Fix some naming collisions. Still missing basic ICMP send/receive logic.
configs: apps/system/ping current need poll() enabled.
configs: All defconfig files that use to enable low-level support must now enabled CONFIG_SYSTEM_PING.
net/icmp: Adds basic build framework to support IPPROTO_ICMP sockets.
2017-10-23 08:45:12 -06:00
Gregory Nutt
44545781e5
configs/: Remove dangline space at the end of lines in .txt files.
2017-06-28 13:18:41 -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
David Sidrane
1cdac1e8e6
Fixed typos in k64f README.txt
2017-02-13 13:24:47 -10:00
Gregory Nutt
de1b68dc4e
libc/Kconfig: Break big Kconfig up into separate Kconfig files in each libc subdirectory.
2017-02-10 09:32:55 -06:00
Gregory Nutt
3dbdb3bb31
CONFIG_SDIO_DMA: Was been defined in several low-level architecute Kconfig files, but used at the highest levels in the code. Both are bad and both are fixed with this commit
2017-01-31 11:52:00 -06:00
Gregory Nutt
7467329a98
Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed.
2016-12-03 16:28:19 -06:00
Gregory Nutt
44e747ebf1
Remove all references to CONFIG_NET_MULTIBUFFER from configs/
2016-11-29 15:07:30 -06:00
neilh10
64b020f1a8
Add UID Unique ID
2016-10-13 19:42:39 -07:00
Gregory Nutt
5386403476
Rename Kinetis version of CONFIG_GPIO_IRQ to CONFIG_KINETIS_GPIOIRQ
2016-07-22 14:30:37 -06:00
Gregory Nutt
e88eb85ded
Update README
2016-07-20 17:02:19 -06:00
Gregory Nutt
8082404381
Update a README
2016-07-20 14:19:09 -06:00
Gregory Nutt
e7f31cc967
Freedom-K64F: Enable built-in applications in all configurations
2016-07-15 14:58:20 -06:00
Gregory Nutt
e42e3bd58c
Update README
2016-07-14 10:10:37 -06:00
Gregory Nutt
37e10a54ae
Kinetis: Eliminate a warning. Freedom-K64F: Update a README file
2016-07-13 15:38:47 -06:00
Gregory Nutt
02eda2fdec
Freedom K64F: SDHC-related changes from bring-up testing.
2016-07-13 14:26:18 -06:00
Gregory Nutt
b38c6da401
Update a README
2016-07-13 10:11:41 -06:00
Gregory Nutt
a7d8279714
Kinetis and Freedom-K64F: Remove unused configuration variable; fix some compile issues; SDHC is now enabled in the nsh configuration (but does not work)
2016-07-13 09:56:02 -06:00
Gregory Nutt
2f12de6f28
Freedom-K64F: Add hooks for automounter; Change NSH configuration to use Windows
2016-07-13 09:23:57 -06:00
Gregory Nutt
9f72204bb6
Update README
2016-07-12 16:50:27 -06:00
Gregory Nutt
10667bd38a
Kinetis Ethernet and Freedcom-K64F: PHY address was wrong. Modified driver to try all PHY addresses and then only fail if the driver cannot find a usable PHY address. MDIO pin must have an internal pull-up on the Freedom-K64F.
2016-07-12 14:09:27 -06:00
Gregory Nutt
de3b8d85a4
Freedom K64F: Add a networking NSH configuration.
2016-07-12 09:59:09 -06:00
Gregory Nutt
d37c5718aa
Update README.txt
2016-07-11 16:04:07 -06:00
Gregory Nutt
c8d6707aaf
Freedom-K64F: Increase MCU clock to 120MHz
2016-07-06 11:03:27 -06:00
Gregory Nutt
4bb6bb2cc1
Update README and some comments
2016-07-03 11:20:14 -06:00
Gregory Nutt
1bf745a841
Freedom K64F: Add pin configuration to use a serial Shield as the Serial Console.
2016-07-02 15:27:12 -06:00
Gregory Nutt
874c614117
Freedom K64F: Correct comments about VCOM serial console. Add pin multi-plexing disambiguaration for the VCOM UART pins.
2016-07-02 13:58:29 -06:00
Gregory Nutt
4ad7129ac9
Update README and some comments
2016-07-02 11:55:31 -06:00
Gregory Nutt
adbbca0bfc
Freedom K64F: Correct button support
2016-07-02 08:18:42 -06:00
Gregory Nutt
326be154ad
Freedom K64F: Update README.txt; add proper (auto) LED support
2016-07-02 07:56:43 -06:00
Gregory Nutt
7a7998e4f9
Add support for the NXP Freedom-K64F board. This is primarily the work of Jordan Macintyre. I leveraged this code from https://github.com/jmacintyre/nuttx-k64f
2016-07-01 15:42:21 -06:00