summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-1641-326/+803
* Update ChangeLogGregory Nutt2015-01-161-0/+6
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-1617-75/+113
* Networking: More detangling of IPv6 logic. Next steps will be more invasive...Gregory Nutt2015-01-168-133/+524
* Update ChangeLogGregory Nutt2015-01-151-0/+2
* Clean a few more IPv6 compilation issues; Add implementation of net_ipv6_mask...Gregory Nutt2015-01-158-10/+146
* Update ChangeLogGregory Nutt2015-01-151-0/+5
* Networking: Seperate tcp_input() and udp_input() into seprate functions tcp_i...Gregory Nutt2015-01-1518-200/+438
* Networking: More IPv6 detanglementGregory Nutt2015-01-154-27/+48
* Networking: Misck IPv6 detanglementGregory Nutt2015-01-1528-292/+480
* Update ChangeLogGregory Nutt2015-01-151-2/+2
* Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2015-01-157-48/+395
* Update changelogGregory Nutt2015-01-151-0/+2
* Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2015-01-1514-127/+766
* Update ChangeLogGregory Nutt2015-01-151-0/+6
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-1527-144/+387
* Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet dr...Gregory Nutt2015-01-1515-16/+51
* Networking: A few more IPv6-related fixesGregory Nutt2015-01-145-32/+58
* Update ChangeLogGregory Nutt2015-01-141-1/+8
* Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper rena...Gregory Nutt2015-01-1425-105/+1326
* Update ChangeLogGregory Nutt2015-01-141-0/+6
* Networking: Remove all logic conditioned upon IPv6 from the net/icmp/directoryGregory Nutt2015-01-143-137/+3
* Networking: Make a home for ICMPv6Gregory Nutt2015-01-147-6/+76
* Networking: Add support for IPv6 ioctlsGregory Nutt2015-01-144-148/+283
* Too much in removal patchGregory Nutt2015-01-141-19/+0
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt2015-01-1483-1/+104
* Update ChangeLogGregory Nutt2015-01-141-3/+10
* Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs.Gregory Nutt2015-01-1419-24/+96
* Add comments to Micro Python MakefileGregory Nutt2015-01-141-2/+15
* Update READMEGregory Nutt2015-01-142-0/+27
* Tiva Timer: Revert the previous change. Thre is a better way to handler time...Gregory Nutt2015-01-146-176/+215
* Tiva Timer: Remove a big chunk of unnecessary logicGregory Nutt2015-01-131-183/+6
* Update READMEGregory Nutt2015-01-131-0/+7
* Micro python: Remove typedef of wint_tGregory Nutt2015-01-131-1/+0
* Update READMEGregory Nutt2015-01-131-0/+39
* Update ChangeLogGregory Nutt2015-01-131-1/+4
* Tiva Timer: Timer test must attach a timer handler or the timer is stopped at...Gregory Nutt2015-01-133-23/+60
* Update READMEGregory Nutt2015-01-131-1/+6
* Micro Python uses CROSS_COMPILE, not CROSSDEVGregory Nutt2015-01-131-0/+2
* Update ChangeLogGregory Nutt2015-01-131-0/+2
* apps/exemples/timer: Add a trivial test of the timer driverGregory Nutt2015-01-138-3/+444
* Timer Timer: Timer driver now initializes without complaints. Need a test d...Gregory Nutt2015-01-133-31/+61
* DK-TM3C129X Timer: Add timer initialization logic to the board bring-upGregory Nutt2015-01-137-4/+232
* Tiva Timer: Rename tiva_timerlow.c to tiva_timerlow32.c since it only suppor...Gregory Nutt2015-01-133-8/+3
* Tiva Timer: Completes implementation of the timer driver lower halfGregory Nutt2015-01-133-34/+202
* Tiva Timer: Allow timeout interrupts even if the reload value is zero. That...Gregory Nutt2015-01-132-15/+112
* Tiva Timer: Add conditional compilation to enable/disable each timer feature....Gregory Nutt2015-01-133-9/+231
* TM4C123G LaunchPad: Button support from Bradlye NoyesGregory Nutt2015-01-123-2/+177
* Tiva Timer: Rename tiva_timer.c to tiva_timerlib.cGregory Nutt2015-01-122-2/+2
* Tiva Timer: First cut at timer driver lower half (still incomplete)Gregory Nutt2015-01-124-34/+958