9
0
Fork 0
Commit Graph

335 Commits

Author SHA1 Message Date
Gregory Nutt db3ba2bf09 Fix some minor typos in the uClibc++ install script 2015-02-21 15:54:11 -06:00
Gregory Nutt 472ff7738e Update the never-used RTL8187 driver foro IPv6 support 2015-01-20 07:06:40 -06:00
Gregory Nutt 830ad33801 Too much in removal patch 2015-01-14 11:18:31 -06:00
Gregory Nutt 57a57ef626 Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs.
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.
2015-01-14 09:54:51 -06:00
Gregory Nutt abc7c03e2e new should not through an exception if exceptions are disabled. new is now the same as new[]. Recommended by averyanovin 2015-01-12 07:15:09 -06:00
Gregory Nutt 0d2cae91ab Preparing for NuttX-7.6 Release 2014-11-26 10:06:43 -06:00
Gregory Nutt c6150de3fc Update README 2014-11-19 15:44:21 -06:00
Gregory Nutt b6112c5ca3 Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTU 2014-11-16 09:22:38 -06:00
Gregory Nutt 97062c3c71 Extend misc/tools/.gitignore to ignore kruft left deom kconfig-frontends builds. From Sebastien Lorquet 2014-11-12 07:42:00 -06:00
Gregory Nutt c036323bdb Remove stm32f100rc_generic board configuration 2014-11-10 07:48:48 -06:00
Gregory Nutt 54a39c8037 Fix all yahoo links. From Magnus Templing 2014-10-30 09:39:23 -06:00
Gregory Nutt 78ee7731d4 Remove the 16z board support from the main source tree. It is still avaialable in the misc/Obsoleted directory 2014-09-05 07:59:55 -06:00
Gregory Nutt 3858b64bc4 Remove the 16z board support from the main source tree. It is still avaialable in the misc/Obsoleted directory 2014-09-05 07:59:31 -06:00
Gregory Nutt 9691af43e7 Updated ChangeLog 2014-09-01 16:55:32 -06:00
Gregory Nutt a9f3da8d99 Add misc/Obsoleted/ChangeLog and misc/Obsoleted/Patches/Remove-8051-2014-9-1.patch 2014-09-01 16:21:29 -06:00
Gregory Nutt 9ee5cfaffa Obsolete support for the 8051 family. Trying to maintain compatibility with this family is too much effort and there has never really been a successful NuttX impplementation on these parts 2014-09-01 12:27:17 -06:00
Gregory Nutt e4f3869dae Update ChangeLog 2014-08-31 17:07:38 -06:00
Gregory Nutt aa61bf9998 Enable Kconfig tools in buildroot configuration 2014-08-28 18:40:33 -06:00
Gregory Nutt 4c36b97235 wdog.h does not contain any application interface, only internal OS 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. 2014-08-21 11:16:55 -06:00
Gregory Nutt fbcb900cc1 Correct release notes, updat changelog, fix some conditional compilation 2014-08-15 06:56:42 -06:00
Gregory Nutt d2cd73bb1a Minor changes for OpenSUSE 13.1 build; update a couple of configurations in include kconfig-frontends build 2014-08-14 10:38:09 -06:00
Gregory Nutt 5414407367 Fix some recurring typos: postion->position, *atino->*ation 2014-07-08 13:12:36 -06:00
Gregory Nutt 6c6c41ff79 Fix some cloned errors in SAM GPIO interrupt setup 2014-07-07 15:54:37 -06:00
Gregory Nutt 2c65ea8325 NET: Standardize naming of all protocal header lengths 2014-07-05 13:04:48 -06:00
Gregory Nutt 3285efc508 NET: emoved all includes of uip.h; added includes of ip.h wherever needed. 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. 2014-07-04 19:13:08 -06:00
Gregory Nutt 2a65a65270 NET: in-progress change... don't use 2014-07-04 16:38:51 -06:00
Gregory Nutt eb46f67f79 NET: More renaming 2014-07-04 15:40:49 -06:00
Gregory Nutt 7668388eb7 NET: Rename XYZ_uiptxpoll to just XYZ_txpoll 2014-07-01 18:41:08 -06:00
Gregory Nutt 45dcf21108 NET: Some minor clean-up 2014-06-30 19:43:30 -06:00
Gregory Nutt 8ae1ef7455 Rename uip_poll->devif_poll and uip_timer->devif_timer 2014-06-30 18:40:41 -06:00
Gregory Nutt c10a6f9414 Rename uip_input to devif_input 2014-06-30 18:11:17 -06:00
Gregory Nutt 79ca2de3b2 Update RTL driver in misc/drivers 2014-06-28 19:01:37 -06:00
Gregory Nutt a061de18de Update to RTL8197 driver from Alan Carvalho de Assis 2014-06-11 06:54:18 -06:00
Gregory Nutt b50dd15eed RTL8187: Fix include path for arp.h 2014-06-10 08:29:17 -06:00
Gregory Nutt 6643969ba4 Config/build changes to better support the RTL8187 2014-06-09 09:11:04 -06:00
Gregory Nutt df4aeab705 TAB conversion, Windows line ending conversions 2014-04-13 18:00:45 -06:00
Gregory Nutt 72a9bdf3ac Removing more trailing whitespace 2014-04-13 17:54:59 -06:00
Gregory Nutt 1a552bd8cd Restore trainling whitespace in .patch and .diff files wehre required 2014-04-13 17:35:29 -06:00
Gregory Nutt 2a815aa470 Restore trainling whitespace in .patch and .diff files wehre required 2014-04-13 17:12:02 -06:00
Gregory Nutt 2c955b314f Typo fixes to ChangeLogs and ReleaseNotes 2014-03-15 13:18:53 -06:00
Gregory Nutt 9f5ea3d120 Prep for NuttX 7.1 release 2014-03-15 10:05:18 -06:00
Gregory Nutt 2d6a29f1fc Update README to refer to buildroot for kconfig-frontends builds 2014-03-08 09:19:53 -06:00
Gregory Nutt f819f2e303 README updates 2014-03-07 15:41:17 -06:00
Gregory Nutt 25ab534a0e Update README. Here is another way to work around a kconfig-frontends build problem 2014-03-07 14:18:39 -06:00
Gregory Nutt 31bdf0f21a May need to create toolchain build directory 2014-03-07 14:17:10 -06:00
Gregory Nutt 3c1ac20ddb Add support for the kconfig-frontends tools 2014-03-07 11:46:19 -06:00
Gregory Nutt d1b3443e76 Behavior is a little different on Linux. Need to include BFD config.h before any system files(?) 2014-02-28 05:39:00 -06:00
Gregory Nutt 3b329f8f32 cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y 2014-02-28 10:03:03 -06:00
Gregory Nutt b9fd031631 Binutils 2.4 wants us to include config.h before bfd.h 2014-02-27 21:28:34 -06:00
Gregory Nutt 71aed89255 Add a Cortex-M3 4.8.2 EABI configuration 2014-02-27 17:25:14 -06:00