summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SAMA5 PHY: Add more debug instrumentation; Fix logic that would be used to ↵Gregory Nutt2014-08-175-13/+195
| | | | disable PHY interrupts
* KSZ80x1 PHY interrupts are active low and should trigger on the falling edgeGregory Nutt2014-08-173-45/+52
|
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ↵Gregory Nutt2014-08-179-14/+382
| | | | get PHY interrupts)
* Minor corrections during integration of link status monitorGregory Nutt2014-08-173-3/+4
|
* For all SAM Ethernet, need to enable management interface before reading PHY ↵Gregory Nutt2014-08-174-0/+99
| | | | regisers in IOCTL
* Update ChangeLogsGregory Nutt2014-08-172-0/+8
|
* Extend the NSH network initialization logic. There is now an option that ↵Gregory Nutt2014-08-174-10/+353
| | | | will create a network monitor thread that will monitor the state of the link. When the link goes down, the code will attempt to gracefully put the Ethernet driver in a down state; When the link comes back, the code will attempt to bring the network back up.
* CosmeticGregory Nutt2014-08-171-0/+1
|
* Add some helper macros to make the code a little more compacGregory Nutt2014-08-171-0/+6
|
* CosmeticGregory Nutt2014-08-171-2/+3
|
* SAM3/4 Ethernet: Clone ioctl support from the SAMA5Gregory Nutt2014-08-171-1/+91
|
* Use the device name assigned by the registration process, not our best guessGregory Nutt2014-08-164-39/+4
|
* More of the PHY event notification logic change: Fix some compile errors ↵Gregory Nutt2014-08-1617-88/+112
| | | | when full feature is enabled; Add some missing ioctol logic
* Update ChangeLogGregory Nutt2014-08-161-0/+10
|
* Implement all network ioctls, including the new ioctl to setup PHY event ↵Gregory Nutt2014-08-163-2/+304
| | | | notifications.
* Modified to support the change to the network ioctl signature changes. Also ↵Gregory Nutt2014-08-161-11/+30
| | | | add support for new ioctl to setup PHY event notifications.
* Finishes the ioctl definition to subscribe to PHY events. Revamp network ↵Gregory Nutt2014-08-166-80/+104
| | | | ioctl signature to support arguments other than struct mii_ioctl_data.
* Update ChangeLogGregory Nutt2014-08-161-1/+4
|
* Add support for an ioctl that can be used to notify an application when ↵Gregory Nutt2014-08-166-4/+568
| | | | there is a change in the network status signalled by a PHY interrupt
* Refresh configurationGregory Nutt2014-08-161-0/+11
|
* A little too much was deleted in a recent commitGregory Nutt2014-08-161-0/+2
|
* Move SLIP prototypes from net.h to new slip.hGregory Nutt2014-08-161-13/+39
|
* Update ChangeLogGregory Nutt2014-08-161-0/+5
|
* Clean missing function headersGregory Nutt2014-08-168-114/+907
|
* Move SLIP prototypes from net.h to new slip.hGregory Nutt2014-08-162-19/+90
|
* Update ChangeLogGregory Nutt2014-08-161-0/+5
|
* Convert existing board specific PHY interrupt interfaces to use newly ↵Gregory Nutt2014-08-169-79/+226
| | | | defined standard interface
* Standardize a PHY interrupt attachment interfaceGregory Nutt2014-08-161-3/+4
|
* Standardize a PHY interrupt attachment interfaceGregory Nutt2014-08-162-0/+61
|
* SAMA5 setenv.sh: Add another CodeSourcery install pathGregory Nutt2014-08-1614-7/+21
|
* Don't do 64-bit calculations if accuracy not achievable; Fix compile error ↵Gregory Nutt2014-08-151-34/+35
| | | | in high res RTC mode
* Update ChangeLogGregory Nutt2014-08-151-1/+5
|
* Remove libc/time/tzfile.h; content moved inside of libc/time/lib_localtime.cGregory Nutt2014-08-152-185/+139
|
* libc/time/lib_localtime.c is much closer to NuttX coding style. ↵Gregory Nutt2014-08-153-2319/+2267
| | | | libc/time/private.h removed; incorporated into lib_localtime.c
* Update ChangeLogGregory Nutt2014-08-151-0/+8
|
* When reading the system timer, don't read a struct timespec, convert it to a ↵Gregory Nutt2014-08-157-99/+198
| | | | fake tick count, then back to a timespec. Remove CLOCK_ACTIVETIME.. it is non-standard, unused, and gets in the way of changes like this
* Correct release notes, updat changelog, fix some conditional compilationGregory Nutt2014-08-153-4/+8
|
* Minor changes for OpenSUSE 13.1 build; update a couple of configurations in ↵nuttx-7.4Gregory Nutt2014-08-143-1/+16
| | | | include kconfig-frontends build
* Update remaining documents for the 7.4 releaseGregory Nutt2014-08-143-15/+38
|
* Update ChangeLogs and ReleaseNotes for 7.4 release (not complete)Gregory Nutt2014-08-142-2/+73
|
* Update ChangeLogs and ReleaseNotes for 7.4 release (not complete)Gregory Nutt2014-08-144-7/+371
|
* Sudoku needs a .gitignoreGregory Nutt2014-08-131-0/+11
|
* Updated commentsGregory Nutt2014-08-121-4/+14
|
* Fix warning caused by change in mktime prototypeGregory Nutt2014-08-121-8/+9
|
* Tickless Stuff: Back out the risky timer operations when the ready-to-run ↵Gregory Nutt2014-08-124-57/+32
| | | | list is modified. That is unsafe. An ugly workaround is just to keep an interval timer going all of the time with a minimum duration equal to the timeslice interval.
* Update README filesGregory Nutt2014-08-123-4/+10
|
* Fix conditional compilation errorGregory Nutt2014-08-121-16/+16
|
* Tickless: If using an ALARM, then really should report time of expirationGregory Nutt2014-08-124-14/+257
|
* Define interfaces to use an alarm instead of an interval timer with the ↵Gregory Nutt2014-08-123-9/+181
| | | | tickless option
* Update ChangeLogGregory Nutt2014-08-121-0/+3
|