Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | stmhal/can: Allow to get existing CAN obj if constructed without args. | Henrik Sölver | 2016-05-08 |
| | | | | | | | Initialisation of CAN objects should now behave as other peripheral objects. Fixes issue #2001. | ||
* | stmhal/can: Fix a bug in filter handling. | Henrik Sölver | 2015-11-02 |
| | | | | Reported here: http://forum.micropython.org/viewtopic.php?f=2&t=845 | ||
* | tests: Add tests to create valid and invalid UART, I2C, SPI, CAN busses. | Damien George | 2015-05-28 |
| | |||
* | stmhal: Add support for sending and receiving CAN RTR messages. | Henrik | 2015-04-18 |
| | |||
* | stmhal: Allow sending CAN messages with timeout=0. | Damien George | 2015-04-16 |
| | | | | Thanks to Henrik Sölver for this patch. | ||
* | stmhal: Add support for CAN rx callbacks. | Henrik Sölver | 2015-02-15 |
| | |||
* | Adding CAN filter management | Henrik Sölver | 2014-11-26 |
| | |||
* | stmhal: Improve CAN print function. | Damien George | 2014-10-30 |
| | |||
* | tests: Added and adapted CAN tests for extended messages | Henrik Sölver | 2014-10-30 |
| | |||
* | tests: Add simple CAN test. | Damien George | 2014-10-02 |