summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* apps/netutils/ppp: Make pppd PAP authentication optional. From Brennan AshtonGregory Nutt2015-04-146-14/+73
|
* Forgot to add a file in the last commitGregory Nutt2015-04-131-0/+38
|
* Remove all traces of the Galileo board. That port is not going to happen -- ↵Gregory Nutt2015-04-135-4/+17
| | | | I dont' even have the Galileo board anymore.
* Update ChangeLogGregory Nutt2015-04-131-2/+7
|
* Remove more NTP client references from pppd. From Brennan Ashton.Gregory Nutt2015-04-132-17/+0
|
* Remove ntpclient file in pppd dir. From Brennan Ashton.Gregory Nutt2015-04-131-207/+0
|
* Use common macro(s) for calculating link layer header length. From Brennan ↵Gregory Nutt2015-04-136-33/+50
| | | | Ashton.
* Update some commentsGregory Nutt2015-04-132-13/+20
|
* Update ChangeLogGregory Nutt2015-04-121-0/+2
|
* FAT: Fix misthink when CONFIG_ENDIAN_BIG=y. From Lwazi DubeGregory Nutt2015-04-121-61/+82
|
* Refresh configurationsGregory Nutt2015-04-123-209/+22
|
* Update comments in a Kconfig fileGregory Nutt2015-04-121-5/+8
|
* Update ChangeLogGregory Nutt2015-04-121-0/+8
|
* ix an error in time initialization when there is not RTC and the time is ↵Gregory Nutt2015-04-122-47/+23
| | | | initialized from a fixed configured value. The call to clock_calendar2utc() was returning the time in units of seconds. The initialization logic, however, was expecting to get time in units of days.
* Local time support is now EXPERIMENTALGregory Nutt2015-04-121-1/+10
|
* Add option to enable stackcheck per architectureGregory Nutt2015-04-122-1/+8
|
* Revert commit b80e8be652dfa52e97daa65aa3e550cf31cb2409Gregory Nutt2015-04-127-0/+170
|
* localtime: Default zoneinfo directory is /etc/zoneinfo instead of ↵Gregory Nutt2015-04-111-1/+1
| | | | /usr/local/etc/zoneinfo which results in a longer pathname than the default 32 characer MAX
* Update ChangeLogGregory Nutt2015-04-111-0/+2
|
* Localtime: Configuration name inconsiste: CONFIG_LIBC_TZ_DIR vs ↵Gregory Nutt2015-04-111-2/+2
| | | | CONFIG_LIBC_TZDIR
* Update ChangeLogGregory Nutt2015-04-111-0/+3
|
* Allow NSH date command with no RTC. This command is useful without an RTC ↵Gregory Nutt2015-04-1111-24/+30
| | | | too. Also, this permits testing on the simulator which never has an RTC
* Remove all traces of CONFIG_ARMV7M_STACKCHECKGregory Nutt2015-04-117-170/+0
|
* Update ChangeLogGregory Nutt2015-04-111-1/+4
|
* Add master support to modbus. From Darcy GongGregory Nutt2015-04-1114-65/+621
|
* Add Modbus RTU master logic. From Darcy GongGregory Nutt2015-04-113-0/+538
|
* Add Modbus master logic. From Darcy GongGregory Nutt2015-04-115-0/+1424
|
* STM32 changes from David SidraneGregory Nutt2015-04-118-2/+59
|
* Minor updates to README filesGregory Nutt2015-04-102-0/+10
|
* STM32 CAN: More places where FR instead FIR usedGregory Nutt2015-04-091-4/+4
|
* Fix several typos in commentsGregory Nutt2015-04-099-9/+9
|
* Update ChangeLogGregory Nutt2015-04-092-0/+3
|
* apps/examples/ostest: Add a test for the sigprocmask, sighold, and sigrelseGregory Nutt2015-04-097-2/+252
|
* Missing i found by David SidraneGregory Nutt2015-04-091-1/+1
|
* Refresh some configurationsGregory Nutt2015-04-093-248/+620
|
* Fix some issues introduced to Freedom-KL26Z build. Duplicate changes in ↵Gregory Nutt2015-04-096-255/+64
| | | | Freedom-KL25Z
* Fixes for clean build of zp214xpa/nsh configurationGregory Nutt2015-04-095-96/+378
|
* exampels/nxlines: Needs to include sys/boardctl.cGregory Nutt2015-04-091-0/+1
|
* boardctl(): Typo in ADC logicGregory Nutt2015-04-091-1/+1
|
* SIG_HOLD is not yet implementedGregory Nutt2015-04-091-5/+10
|
* Update ChangeLogGregory Nutt2015-04-091-0/+12
|
* Fix some changes that crept in recently:Gregory Nutt2015-04-091-1/+1
|
* Last changes to message queue prototypes did not make it into call gate logic.Gregory Nutt2015-04-091-3/+3
|
* Fixes to asinh(), atanh(), and sinh(): The 'basic' expansions all exhibited ↵Gregory Nutt2015-04-093-5/+49
| | | | bad cancellation errors near zero (<= 1E-10). This can be easily seen e.g. with x = 1E-30, the results are all zero though they should be extremely close to x. The cutoff values (1E-5, 1E-9) are chosen so that the next term in the Taylor series is negligible (for double). Functions could maybe be optimized to use only first term (x) and a smaller cutoff, just bigger than where the cancellation occurs.
* Update ChangeLogGregory Nutt2015-04-091-2/+2
|
* Add sigset()Gregory Nutt2015-04-094-20/+288
|
* Remove executable flag from more .c and .h filesGregory Nutt2015-04-0924-0/+0
|
* Remove executable flag from some C filesGregory Nutt2015-04-093-0/+0
|
* Update ChangeLogGregory Nutt2015-04-091-1/+4
|
* Add sighold(), sigrelse(), sigignore(), and sigpause().Gregory Nutt2015-04-097-3/+306
|