summaryrefslogtreecommitdiff
path: root/apps/interpreters/micropython
Commit message (Collapse)AuthorAgeFilesLines
* Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs.Gregory Nutt2015-01-141-3/+3
| | | | 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.
* Add comments to Micro Python MakefileGregory Nutt2015-01-141-2/+15
|
* Micro python: Remove typedef of wint_tGregory Nutt2015-01-131-1/+0
|
* Micro Python uses CROSS_COMPILE, not CROSSDEVGregory Nutt2015-01-131-0/+2
|
* Micro Python: Fix a typo in the port configuration fileGregory Nutt2015-01-121-1/+1
|
* Fix typo in makefileGregory Nutt2015-01-122-33/+33
|
* Micro Python: Flesh out make clean target; mp_int_t and mp_uint_t should be ↵Gregory Nutt2015-01-122-2/+5
| | | | pointer size
* Micro Python: Now compiles without errors (but lots of warnings)Gregory Nutt2015-01-111-1/+1
|
* Micro Python: Changes to pyexec.c to get it to compile. Still other ↵Gregory Nutt2015-01-112-9/+7
| | | | compilation issues
* Fix a typo in a commentGregory Nutt2015-01-111-1/+1
|
* A fiew Micro Python build fixes. There are still issuesGregory Nutt2015-01-114-6/+14
|
* Update .gitignoreGregory Nutt2015-01-111-0/+2
|
* Micro Python: Add logic to automatically download the Micro Python tarball ↵Gregory Nutt2015-01-112-17/+46
| | | | at download
* Port of Micro Python to NuttX. From Dave MarplesGregory Nutt2015-01-1110-0/+1519