summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Fix some minor typos in the uClibc++ install scriptGregory Nutt2015-02-211-3/+3
|
* Update the never-used RTL8187 driver foro IPv6 supportGregory Nutt2015-01-201-9/+63
|
* Too much in removal patchGregory Nutt2015-01-141-19/+0
|
* Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs.Gregory Nutt2015-01-1416-1/+3260
| | | | This is not the official configuration for the PX4 board and has led to confusion by NuttX users. The board configuration also requires some ongoing maintenance and customization to support ongoing PX4 testing and evaluation. It is best retained the PX4 repositories where it can be properly maintained and not in the upstream NuttX repository.
* new should not through an exception if exceptions are disabled. new is now ↵Gregory Nutt2015-01-122-38/+57
| | | | the same as new[]. Recommended by averyanovin
* Preparing for NuttX-7.6 ReleaseGregory Nutt2014-11-261-0/+1
|
* Update READMEGregory Nutt2014-11-191-0/+16
|
* Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTUGregory Nutt2014-11-161-4/+4
|
* Extend misc/tools/.gitignore to ignore kruft left deom kconfig-frontends ↵Gregory Nutt2014-11-121-0/+37
| | | | builds. From Sebastien Lorquet
* Remove stm32f100rc_generic board configurationGregory Nutt2014-11-1015-0/+2236
|
* Fix all yahoo links. From Magnus TemplingGregory Nutt2014-10-302-3/+3
|
* Remove the 16z board support from the main source tree. It is still ↵Gregory Nutt2014-09-051-0/+165
| | | | avaialable in the misc/Obsoleted directory
* Remove the 16z board support from the main source tree. It is still ↵Gregory Nutt2014-09-0518-2/+2872
| | | | avaialable in the misc/Obsoleted directory
* Updated ChangeLogGregory Nutt2014-09-011-1/+17
|
* Add misc/Obsoleted/ChangeLog and ↵Gregory Nutt2014-09-012-0/+6633
| | | | misc/Obsoleted/Patches/Remove-8051-2014-9-1.patch
* Obsolete support for the 8051 family. Trying to maintain compatibility with ↵Gregory Nutt2014-09-0141-0/+6119
| | | | this family is too much effort and there has never really been a successful NuttX impplementation on these parts
* Update ChangeLogGregory Nutt2014-08-311-1/+1
|
* Enable Kconfig tools in buildroot configurationGregory Nutt2014-08-281-0/+5
|
* wdog.h does not contain any application interface, only internal OS ↵Gregory Nutt2014-08-211-1/+1
| | | | interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
* Correct release notes, updat changelog, fix some conditional compilationGregory Nutt2014-08-151-0/+2
|
* 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
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-082-2/+2
|
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
|
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-1/+1
|
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-041-0/+2
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* NET: in-progress change... don't useGregory Nutt2014-07-041-1/+1
|
* NET: More renamingGregory Nutt2014-07-041-4/+4
|
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-5/+5
|
* NET: Some minor clean-upGregory Nutt2014-06-301-2/+2
|
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-3/+3
|
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
|
* Update RTL driver in misc/driversGregory Nutt2014-06-281-25/+25
|
* Update to RTL8197 driver from Alan Carvalho de AssisGregory Nutt2014-06-111-21/+21
|
* RTL8187: Fix include path for arp.hGregory Nutt2014-06-101-1/+1
|
* Config/build changes to better support the RTL8187Gregory Nutt2014-06-091-5/+5
|
* TAB conversion, Windows line ending conversionsGregory Nutt2014-04-132-649/+649
|
* Removing more trailing whitespaceGregory Nutt2014-04-1331-155/+155
|
* Restore trainling whitespace in .patch and .diff files wehre requiredGregory Nutt2014-04-136-28/+28
|
* Restore trainling whitespace in .patch and .diff files wehre requiredGregory Nutt2014-04-13123-2092/+2092
|
* Typo fixes to ChangeLogs and ReleaseNotesGregory Nutt2014-03-152-8/+9
|
* Prep for NuttX 7.1 releasenuttx-7.1Gregory Nutt2014-03-152-7/+15
|
* Update README to refer to buildroot for kconfig-frontends buildsGregory Nutt2014-03-081-1/+16
|
* README updatesGregory Nutt2014-03-072-2/+25
|
* Update README. Here is another way to work around a kconfig-frontends build ↵Gregory Nutt2014-03-071-2/+7
| | | | problem
* May need to create toolchain build directoryGregory Nutt2014-03-071-0/+1
|
* Add support for the kconfig-frontends toolsGregory Nutt2014-03-0742-3/+280
|
* Behavior is a little different on Linux. Need to include BFD config.h ↵Gregory Nutt2014-02-282-2/+4
| | | | before any system files(?)
* cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=yGregory Nutt2014-02-281-0/+2
|
* Binutils 2.4 wants us to include config.h before bfd.hGregory Nutt2014-02-275-2/+17
|
* Add a Cortex-M3 4.8.2 EABI configurationGregory Nutt2014-02-272-0/+134
|