PropWare icon indicating copy to clipboard operation
PropWare copied to clipboard

C++ objects and CMake build system for Parallax Propeller

Results 37 PropWare issues
Sort by recently updated
recently updated
newest added

It'd be great to have an object for the one-wire bus protocol

New Object Request

Creating a new `BlockStorage::Buffer` is way too difficult - currently, it takes _three_ lines of code. It's great, because it doesn't require any dynamic memory allocation! But... difficult. There needs...

enhancement

Oiberex1 was kind enough to provide a C driver for the RTC on the Propeller Professional Development Board and has given permission to use it in PropWare. [Forum thread](http://forums.parallax.com/discussion/162568/ppdb-rtc-c-code) [pddb-rtc.txt](https://github.com/DavidZemon/PropWare/files/18713/pddb-rtc.txt)

New Object Request

Block SPI read/write speed can be bumped significantly using the assembly provided in this thread: http://forums.parallax.com/discussion/comment/1388208/#Comment_1388208

enhancement

Spin object in obex: http://obex.parallax.com/object/498

New Object Request

Examples of devices requiring such communication: - [**SMB460**](http://www1.futureelectronics.com/doc/bosch/smb460.pdf): automotive g sensor for airbags - [**NCV7240**](http://www.onsemi.com/pub_link/Collateral/NCV7240-D.PDF): 8 Channel Low-Side Relay Driver - [**HEF4021**](http://www.nxp.com/documents/data_sheet/HEF4021B.pdf): SPI Keypad Scanner

enhancement

FatFS does not currently support changing the directory or opening relative (or absolute) paths. It currently only supports finding and opening a file in the current directory, which is limited...

enhancement

This would be completely impractical and utterly awesome. Open a file from a `PropWare::Filesystem` and edit it via a text editor running on the Propeller.

in progress
New Object Request

MCP2515 is a CAN bus controller. It'd be great if a new object could be created for interfacing with one of these chips.

enhancement
New Object Request