Gregory Nutt
8105aa541d
Add math library defines for nan functions. From Brennan Ashton.
2015-01-26 19:03:38 -06:00
Gregory Nutt
8e79323694
Add math library support for trunc functions. From Brennan Ashton.
2015-01-26 19:00:35 -06:00
Gregory Nutt
1987004b72
Add math library support for copysign. From Brennan Ashton
2015-01-26 18:52:28 -06:00
Gregory Nutt
5f44b2d6f7
Networking: IPv4 and IPv6 work together. This fixes a bug necessary to accomplish that as well as cleaning up a couple of other issues
2015-01-23 16:40:18 -06:00
Gregory Nutt
5ef7594ebe
Update README file
2015-01-23 15:58:33 -06:00
Gregory Nutt
d6c8d11909
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
f91ba24cc3
Add comments to Micro Python Makefile
2015-01-14 09:17:51 -06:00
Gregory Nutt
04fce5face
Update README
2015-01-14 09:10:26 -06:00
Gregory Nutt
20301df84b
Update README
2015-01-13 16:24:56 -06:00
Gregory Nutt
917e94231c
Micro python: Remove typedef of wint_t
2015-01-13 16:19:35 -06:00
Gregory Nutt
a9eedb0054
Update README
2015-01-13 14:56:17 -06:00
Gregory Nutt
442099897c
Micro Python uses CROSS_COMPILE, not CROSSDEV
2015-01-13 14:11:58 -06:00
Gregory Nutt
dad81600ce
Micro Python: Fix a typo in the port configuration file
2015-01-12 08:27:25 -06:00
Gregory Nutt
f92a061ced
Fix typo in makefile
2015-01-12 08:02:45 -06:00
Gregory Nutt
333fb04cef
Micro Python: Flesh out make clean target; mp_int_t and mp_uint_t should be pointer size
2015-01-12 07:38:30 -06:00
Gregory Nutt
77f0020844
Update README
2015-01-12 07:15:24 -06:00
Gregory Nutt
445195afeb
Update README
2015-01-11 14:07:51 -06:00
Gregory Nutt
6d606d5ffa
Micro Python: Now compiles without errors (but lots of warnings)
2015-01-11 13:12:36 -06:00
Gregory Nutt
94d571fea6
Micro Python: Changes to pyexec.c to get it to compile. Still other compilation issues
2015-01-11 13:06:06 -06:00
Gregory Nutt
dd59fb775d
Fix a typo in a comment
2015-01-11 12:46:18 -06:00
Gregory Nutt
2297a7e36b
A fiew Micro Python build fixes. There are still issues
2015-01-11 12:33:14 -06:00
Gregory Nutt
c07914fa3c
Update .gitignore
2015-01-11 11:45:52 -06:00
Gregory Nutt
096f51ded0
Micro Python: Add logic to automatically download the Micro Python tarball at download
2015-01-11 10:49:20 -06:00
Gregory Nutt
63b265b640
Port of Micro Python to NuttX. From Dave Marples
2015-01-11 09:34:51 -06:00
Gregory Nutt
e825afe3eb
Fix a typo introduced with the cppcheck fixes
2014-11-25 15:43:38 -06:00
Gregory Nutt
846dd0e45d
Fixes for more cppcheck complaints. Mostly cosmetic
2014-11-25 15:14:28 -06:00
Gregory Nutt
6a756df3ed
Fix BAS configuration from last change; refresh STM32 F4 NSH configuration
2014-11-24 09:12:56 -06:00
Gregory Nutt
053162a7c5
BAS: Editor and shell commands are now configurable
2014-11-24 08:41:04 -06:00
Gregory Nutt
4db4ea2bbd
Rename all C files in apps/interpreters/bas to begin with bas_ in order to avoid future name collisions in libapps.a
2014-11-11 12:34:00 -06:00
Gregory Nutt
a76f057bc6
BAS: Home cursor after clearing screen
2014-11-11 09:07:16 -06:00
Gregory Nutt
2d8f159dd5
BAS: Add support for color command
2014-11-10 15:14:25 -06:00
Gregory Nutt
894c32d306
BAS: output a new line when terminating to separate the last BAS output from the NSH prompt
2014-11-09 17:14:15 -06:00
Gregory Nutt
58878c6ec9
BAS: Accept either BS or DEL as the backspace charactger
2014-11-09 08:21:39 -06:00
Gregory Nutt
799de0c6b5
BAS: More name compatibility changes
2014-11-08 11:47:35 -06:00
Gregory Nutt
6e013e76fc
More global variable name changes for NuttX coding standards compatibility. Make sure that g_bas_end is initially false
2014-11-08 11:23:13 -06:00
Gregory Nutt
021de85bfe
BAS: Fix another case were allocated pointer not being nullified and, hence, crashing the next time referenced after restarting BAS. Also bring even more global varialbles and type names into NuttX coding standard
2014-11-08 09:08:20 -06:00
Gregory Nutt
0b955aeb3c
Need to nullify a pointer when BAS exits so that it is in the right state on restart. Also bring a few global variables into the NuttX naming convention
2014-11-08 08:40:12 -06:00
Gregory Nutt
f9a3267f56
Should include termios.h
2014-11-08 07:20:30 -06:00
Gregory Nutt
31d52eecda
Cosmetic
2014-11-08 07:19:29 -06:00
Gregory Nutt
9a93775b5f
token.l should use nuttx/config.h not config.h
2014-11-07 16:55:08 -06:00
Gregory Nutt
e0b6137de7
BAS: Rename examples/bas to examples/bastest. Hook into build and configuration system. Finish ROMFS logic
2014-11-07 15:03:03 -06:00
Gregory Nutt
d6155e75fb
BAS: Move test files from apps/interpreter/bas to apps/examples/bas
2014-11-07 14:02:53 -06:00
Gregory Nutt
eb5b5f6fbd
apps/interpreters/bas: Remove runbas.in
2014-11-07 13:01:35 -06:00
Gregory Nutt
d7ada043d4
BAS: Needs CONFIG_LIBC_FLOATINGPOINT
2014-11-07 11:16:14 -06:00
Gregory Nutt
25d3c0aaae
Fix backspace logic which was accidentally removed; Add some VT100 support
2014-11-07 09:06:00 -06:00
Gregory Nutt
ba4bb1c71b
BAS: Add logic to handle serial consoles that end lines with CR, LF, CR&LF, or CR|LF
2014-11-06 17:04:40 -06:00
Gregory Nutt
9301ed8991
BAS: Support configurable stacksize and priority. Default stacksize boosted to 4096
2014-11-06 16:57:17 -06:00
Gregory Nutt
ce1b820bc5
BAS: Fix a GCC specific error. Type of enums converted to int when passed to ... as variable argument
2014-11-06 14:39:07 -06:00
Gregory Nutt
1e36d824e3
Fix yet-another-typo in previous set of changes
2014-11-06 14:38:13 -06:00
Gregory Nutt
e0a59497d3
Fix typo in BAS Kconfig
2014-11-06 14:11:58 -06:00