[New-bugs-announce] [issue31904] Python should support VxWorks RTOS

Brian Kuhl report at bugs.python.org
Mon Oct 30 15:56:33 EDT 2017


New submission from Brian Kuhl <kuhlenough at gmail.com>:

With the trend to use REST APIs between the cloud and the IoT there is increasing interest in Python on embedded devices.  Cloud developer’s typical release a reference REST implementation of JSON and/or Python on Linux and leave it to the device developer to adapt it to their platform.   While many devices use eLinux, others with IP and/or hard real-time constraints need a commercial RTOS platform. 

Currently the automake configure explicitly prevents configuration of VxWorks as a build target.

I'll provide a pull request referencing this issue with the required changes.

----------
components: Cross-Build
messages: 305249
nosy: Alex.Willmer, Brian Kuhl
priority: normal
severity: normal
status: open
title: Python should support VxWorks RTOS
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31904>
_______________________________________


More information about the New-bugs-announce mailing list