Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default protected
  • nuttx-7.20
  • nuttx-7.19
  • nuttx-7.18
  • nuttx-7.17
  • nuttx-7.16
  • nuttx-7.15
  • nuttx-7.14
  • nuttx-7.13
  • nuttx-7.12
  • nuttx-7.11
  • nuttx-5.19
  • nuttx-6.0
  • nuttx-6.1
  • nuttx-6.10
  • nuttx-6.11
  • nuttx-6.2
  • nuttx-6.3
  • nuttx-6.4
  • nuttx-6.5
  • nuttx-6.6
21 results
Created with Raphaël 2.2.025Jul2423212019181716151413121110987654130Jun272423222120171614131211109876532131May30252322211918121110965324Apr22201714643130Mar28262524222117161411124Feb2322212019151498652131Jan302928272322212019181714138654131Dec30151413121175230Nov29282726252423222118171312109532113Oct1210987632130Sep29252423111087532131Aug3027262423212018171413121110987431Jul3029282726252423242322211714131211109865432129Jun282621201816129765Prep for 7.17 releaseUpdate ChangeLogMerged in paulpatience/nuttx-apps/libcanard (pull request #55)apps/canutils/libcanard: Update versionMove include/nuttx/regex.h to include/nuttx/lib/regex.hMove include/nuttx/configdata.h to include/nuttx/mtd/configdata.h(1) Make.defs set the include path in CFLAGS, but not in CXXFLAGS, (2) canutils/libuavcan/Makefile should not use explication / delimiters. It should not use -I. I should use DELIM: command not found and nuttx/tools/incdir.shVersion b28bf6... of apps/canutils/libcanard must not be patched due to moving can.hramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers.pwm.h moved from include/nuttx/ to include/nuttx/drivers.can.h moved from include/nuttx/ to include/nuttx/drivers.Driver related prototypes moved out of include/nuttx/fs/fs.h and into new include/drivers/drivers.hThings that use mkfifo() and pipe() depend on CONFIG_PIPESapps/examples/pty_test: If CONFIG_SERIAL_TERMIOS is not selected, then don't call tcgetattr or tcsetattr.Eliminate some warningsMerged in ziggurat29/apps (pull request #54)minor; media app is intended to take either a command line argument, or a compiled-in default value from config. However, the default is ignored, leading to confusing error messages.Merged nuttx/apps into masterFix comment stringapps/examples/pty_test: Use of POLL must be optional. There are still a few character drivers that do not support it.apps/examples/pty_test: Add termios calls to convert LF to CR-LF on writesFix a couple of cosmetic alignment issuesExtensions to examples/pty_testPTY: Fix a few errors from early testingapps/examples/pty_test: PTY test programNSH: Eliminate a warning about discarding constWhen Priority Inheritance is enabled, the format of /proc/<PID>/status changes to show both the current priority and the thread’s base priority. This messes up the format of cmd_ps.Update ChangeLogESP8266 Kconfig: Select ARCH_HAVE_NET when NETUTILS_ESP8266 is selected. This allows, among other things, support for network debug output.Merged nuttx/apps into masterNSH library: Don't show stack usage is CONFIG_STACK_COLORATION is not enabled.apps/netutils/cJSON: Eliminate some warningsMerged nuttx/apps into masterUse fixed point math for cmd_ps removing dependency on floating point libs.uIP webserver: Fix a data declaration in a header file.Merge branch 'appinc'Add apps/include to include path in top-level Make.defs file. Remove multiple definitions of INCDIR opt.This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"Fix a typo a a preceding change.Recent enhancements to cmd_ps trips a floating point exception if LIBC_FLOATINGPOINT is not defined (at least on Cortex M4 w/ hardfloat). I’m using a buildroot gcc configured to support Cortex-M4F and the hard float ABI, target files are compiles with: -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard. I’m not sure the best way to address this, but the attached patch file is the first that comes to mind. Note, I added the float qualifier ‘F’ after a few constants to prevent the compiler from promoting the multiplication and division to double (expensive on M4F) then demoting to single float for the store. (sorry, it’s one of my many pet peeves ;)
Loading