- May 08, 2017
-
-
Juha Niskanen authored
Add platform files for nucleo-l452re and nucleo-l496zg Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Juha Niskanen authored
-
Juha Niskanen authored
-
- May 06, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
wireless/wapi: wpa_driver_wext_associate() now accepts a configuration parameter that can be used to specify the wireless properties. nshlib: NSH now has configuration options to select the wireless properties. It builds the configuration structure and passes this to wpa_driver_wext_associate() so that it will setwork the network as configured.
-
Gregory Nutt authored
Move wireless/wext into wireless/wapi/src. Update some naming for better follow the NuttX coding style.
-
- May 02, 2017
-
-
Simon Piriou authored
-
Gregory Nutt authored
-
Gregory Nutt authored
netutils/dhcpc: Make the network device name a configuration option. Was hardcoded to eth0 but may, instead, need to be wlan0
-
- Apr 29, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 26, 2017
-
-
Ian McAfee authored
I need to look at the registers that are at or around 0xe000ef90. Using mw and xd, I see that nsh does not support pointers greater than 0x7fffffff. A quick look at the source shows that the pointers for those two commands are set with calls to strtol() rather than strtoul(). Changing the two pointer-setting instances to strtoul() fixes the problem, at least for my architecture/config.
-
Gregory Nutt authored
-
Juha Niskanen authored
-
- Apr 25, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 21, 2017
-
-
Gregory Nutt authored
-
- Apr 20, 2017
-
-
Gregory Nutt authored
-
- Apr 19, 2017
-
-
Masayuki Ishikawa authored
NSH library: Fix open flags in nsh_codeccmd.c Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Masayuki Ishikawa authored
Jira: PDFW15IS-2824 Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
-
Masayuki Ishikawa authored
-
- Apr 18, 2017
-
-
Gregory Nutt authored
-
- Apr 14, 2017
-
-
Masayuki Ishikawa authored
-
- Apr 12, 2017
-
-
Gregory Nutt authored
-
Juha Niskanen authored
-
- Apr 11, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 10, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
wireless/wapi: Remove functionality that depends on the Linux procfs: This includes only 1) listing of available interfaces and 2) listing of all routes.
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/wireless/wapi: Fix problems in build support. Fix some initial compile isses (still does not compile).
-
Gregory Nutt authored
-
Gregory Nutt authored
wireless/wapi: Quick port of Wapi wireless services. No build support yet. This also depends on features not supported by NuttX. This is a work in progress.
-
Gregory Nutt authored
pthreads: Backed most of last pthread changes. Found the 'real' root poblem. A one like error in pthread_mutex.c.
-
Gregory Nutt authored
-
Gregory Nutt authored
examples/ostest: pthread clean-up test must call pthread_consistent, not pthread_mutex_unlock() on cancellation if robust mutexes are enabled.
-
Juha Niskanen authored
-
- Apr 09, 2017
-
-
Gregory Nutt authored
-