- Jun 15, 2017
-
-
Anthony Merlino authored
wireless/ieee802154: Fixes issue with wrong information being sent in a rejected association response frame Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
wireless/ieee802154: Fixes issue with wrong information being sent in a rejected association response frame
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Anthony Merlino authored
wireless/ieee802154: Lots of fixes, cleanup, new functionality. Functional Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
configs/.gitignore: Make sure that any .gdbinit, .project, or .cproject files are ignore so that they are less likely to be included in a patch or PR.
-
Anthony Merlino authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Update tools/configure.c to same functionality as configure.sh. Add an array of optional file names. Currently, .gdbinit is the only optional file but other things like IDE-specific project files might need to be copied as well.
-
Gregory Nutt authored
-
Hidetaka authored
Improve configure.sh behavior (proposal). Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Hidetaka Takano authored
- enable to call from top directory. - enable to designate direct path for config. - install .gdbinit if the target has.
-
Hidetaka authored
Fixed typo "CORTEXR5F" in arch/arm/Kconfig Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Hidetaka authored
Fixed ARMv7-M Toolchain definition for Cortex-M4. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Hidetaka Takano authored
- Cortex-M4 only have Single Precision FPU.
-
Hidetaka Takano authored
-
- Jun 14, 2017
-
-
Gregory Nutt authored
-
Leif Jakob authored
multiple fixes for stm32f1xx RTC clock Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Leif Jakob authored
- compile issues because of missing RTC_MAGIC #defines - missing functionality based on RTC_MAGIC in RTC based on stm32_rtcounter.c - IRQ setup from up_rtc_initialize was later reset in up_irqinitialize - write access to backup registers without enabling access to backup domain - possible races in set/cancel alarm tested with STM32F103C8 only device now wakes up from forced STANDBY mode by alarm
-
Leif Jakob authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
pthreads: Move pthread_barrier_init, pthread_barrier_destroy, and pthread_barrier_wait from sched/pthreads to libc/pthreads. This just coordinate other OS interface calls but are not a fundamental OS interfaces and, hence, do not belong within the OS.
-
Gregory Nutt authored
pthreads: Move pthread_cond_init and pthread_cond_destory from sched/pthreads to libc/pthreads. This just coordinate other OS interface calls but are not a fundamental OS interfaces and, hence, do not belong within the OS.
-
Gregory Nutt authored
pthreads: Move pthread_once from sched/pthreads to libc/pthreads. pthread_once just coordinates other OS interface calls but is not a fundamental OS interface and, hence, does not belong within the OS.
-
Gregory Nutt authored
pthreads: Move pthread_yield from sched/pthreads to libc/pthreads. it is a simple wrapper for sched_yield and does not belong within the OS.
-
Anthony Merlino authored
-
David Sidrane authored
Upstream kinetis Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
David Sidrane authored
Initalize SPI1 on connector J6. No real use, as of yet.
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
- Jun 13, 2017
-
-
Gregory Nutt authored
-
David Sidrane authored
testbuild:Added -x to fail build on errors for CI Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
David Sidrane authored
On CI we want to know ASAP of a failure. This adds the -x (exit on build failures) option to faclitate that behavior. Use ${MAKE} ${MAKE_FLAGS} for make invocation. When -x is provided change MAKE_FLAGS to --silent --no-print-directory and set -e Ignore exit status when using grep for checking for CONFIG_NXWM=y
-