summaryrefslogtreecommitdiffstats
path: root/package/micropython/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* micropython: needs dynamic libraryThomas Petazzoni2015-10-041-2/+3
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/06f/06fc79dad3d4c0c5f997f4c2e4b52014727764ac/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* micropython: Disable for BlackfinChris Packham2015-09-241-0/+3
| | | | | | | | | | | | | | | There are two problems building micropython for Blackfin. The first is some printf format specifier warnings/errors that seem to be triggered only for that architecture/compiler. This could be worked around by specifying CFLAGS=-Wno-error=format. The second problem is that libffi doesn't provide the closure implementation on Blackfin. There is no known workaround for this issue. For now disable micropython on Blackfin. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* micropython: new packageChris Packham2015-09-171-0/+12
Micro Python is a lean and fast implementation of the Python 3 programming language that is optimised to run on a microcontroller. [Thomas: fix minor typo in Config.in noticed by Vicente.] Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud