summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLogGregory Nutt2015-02-051-0/+2
|
* Forgot to add file in previous commitGregory Nutt2015-02-051-0/+171
|
* Tiva ADC: Partial build support. Still missing Kconfg changesGregory Nutt2015-02-052-0/+5
|
* tmv4c123g-launchpad: Add Tiva ADC support to the TM4C123G-Launchpad. From ↵Gregory Nutt2015-02-051-1/+5
| | | | Calvin Maguranis.
* nuttx/configs/tm4c123g-launchpad/src/MakefileGregory Nutt2015-02-051-0/+24
|
* Update ChangeLogGregory Nutt2015-02-051-0/+2
|
* Tiva ADC: Adds a Tiva ADC driver. From Calvin MaguranisGregory Nutt2015-02-052-0/+2971
|
* Tiva ADC: Register definitiona header file from Calvin MaguranisGregory Nutt2015-02-052-0/+943
|
* Make some conditional compilation consistentGregory Nutt2015-02-052-1/+3
|
* Update ChangeLogGregory Nutt2015-02-051-0/+3
|
* Adds support for TM4C123G timers; integrates with the TM4C123G Launchpad. ↵Gregory Nutt2015-02-059-64/+353
| | | | From Calvin Maguranis
* Update ChangeLogGregory Nutt2015-02-051-0/+3
|
* IPv6 fixes: Both ICMPv6 autonomous auto-configuration and the ICMPv6 router ↵Gregory Nutt2015-02-052-4/+4
| | | | function appear to be fully functional.
* Update README filesGregory Nutt2015-02-052-0/+59
|
* Networking: Changes need to build ICMPv6 'router' configuration on STM32 ↵Gregory Nutt2015-02-054-5/+15
| | | | with network debug enabled
* Update ChangeLogGregory Nutt2015-02-051-0/+4
|
* Update READMEGregory Nutt2015-02-051-0/+50
|
* STM32: Add an IPv6 configuration for the STM32F4-Discovery board (witht he ↵Gregory Nutt2015-02-055-1/+1536
| | | | STM32-DISCO_BB base board). Verify that the STM32 Ethernet driver works with IPv6.
* Fix an error in IPv6 netmask caused by a bad range in the Kconfig fileGregory Nutt2015-02-053-3/+3
|
* Add IPv6 support to network driver skeleton and to SAMA5D4 Ethernet driver ↵Gregory Nutt2015-02-052-102/+271
| | | | (which, unfortunately is still missing address filtering logi)
* Fix errors in range of IPv6 netmask range in Kconfig filesGregory Nutt2015-02-053-26/+26
|
* Refresh configurationGregory Nutt2015-02-051-20/+105
|
* Update ChangeLogGregory Nutt2015-02-051-0/+4
|
* ICMPv6: Add logic to behave like a router (if so configured): NuttX will ↵Gregory Nutt2015-02-054-0/+57
| | | | not send the router advertisement message in response to any router solicitation messages.
* Forgot to add this file before a previous commitGregory Nutt2015-02-051-0/+254
|
* Update ChangeLogGregory Nutt2015-02-051-0/+2
|
* ICMPv6: Add option to send Router Advertisement Messages.Gregory Nutt2015-02-053-0/+105
|
* IPv6: Add a netmaks for the local link addressGregory Nutt2015-02-053-7/+17
|
* Minor logic simplificationGregory Nutt2015-02-041-3/+1
|
* ICMPv6 Auto-configuration: If no router reponds to the Router Solicitation, ↵Gregory Nutt2015-02-044-26/+48
| | | | claim the link local address by sending the Neighbor Advertisement and return success
* ICMPv6: Separate out Neighbor Advertise message so that we can reuse itGregory Nutt2015-02-044-88/+222
|
* Remove unnecessary, inappropriate inclusion of ARP head file in IPv6 codeGregory Nutt2015-02-041-1/+0
|
* Networking: Break out Ethernet definitions into a separate file; add IPv6 ↵Gregory Nutt2015-02-048-53/+222
| | | | multicast addresses as common globals, Ethernet drivers need to filter link-local, all nodes Ethernet address
* Minor update to Kconfig file selectionsGregory Nutt2015-02-041-2/+2
|
* Missed a part of the last changeGregory Nutt2015-02-041-0/+16
|
* Update ChangeLogGregory Nutt2015-02-041-1/+3
|
* Re-arrange condition logic from the last change to avoid having ↵Gregory Nutt2015-02-044-13/+52
| | | | STM32-specific conditional logic outside of the STM32 sandbox.
* STM32: Add driver for STM32L162XX AES peripheral. Signed-off-by: Juha ↵Gregory Nutt2015-02-047-2/+527
| | | | Niskanen <juha.niskanen@haltian.com>
* Forgot to add a file from a previous commitGregory Nutt2015-02-031-0/+421
|
* ICMPv6: Fix some multi-cast addressesGregory Nutt2015-02-031-18/+8
|
* Minor updates to comments, debug messages, documentationGregory Nutt2015-02-032-4/+12
|
* ICMPv6: Some initial bugfix from first tests of the ICMPv6 ↵Gregory Nutt2015-02-035-10/+35
| | | | auto-configuration logic. so far so good but a lot more testing is needed
* Update ChangeLogGregory Nutt2015-02-031-0/+5
|
* ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It ↵Gregory Nutt2015-02-0311-109/+141
| | | | is not yet functional
* Update ChangeLogGregory Nutt2015-02-031-0/+5
|
* EFM: Remove a misbehaving assertion. From Pierre-noel BoutevilleGregory Nutt2015-02-031-27/+36
| | | | Also remove spaces before and after paretheses to conform to coding standard.
* Fixes a problem with one of the font files. From Pierre-noel BoutevilleGregory Nutt2015-02-032-6/+10
|
* Update ChangeLogGregory Nutt2015-02-031-1/+5
|
* Networking: Add support for sending ICMPv6 Router Solicitation and ↵Gregory Nutt2015-02-0311-182/+1065
| | | | receiving Router advertisement. This is a part of the ICMPv6 auto-configuration logic is still still not complete
* Remove and extra endif from the KconfigGregory Nutt2015-02-031-2/+0
|