| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-04 | stm: Add comments for storage read from cache. | Damien George | |
| 2014-01-04 | Fix issue #62: Cache loses data | stevie67 | |
| Use the storage cache not only for writing but also for reading. This avoids reading stale data and thus data loss. | |||
| 2013-12-21 | Change object representation from 1 big union to individual structs. | Damien | |
| A big change. Micro Python objects are allocated as individual structs with the first element being a pointer to the type information (which is itself an object). This scheme follows CPython. Much more flexible, not necessarily slower, uses same heap memory, and can allocate objects statically. Also change name prefix, from py_ to mp_ (mp for Micro Python). | |||
| 2013-12-20 | stm: add pyb.sd_test; flash cache flushed only via MSD. | Damien | |
| 2013-12-17 | stm: flush storage cache immediately; improve user interface. | Damien | |
| 2013-12-11 | stm: add timer to storage cache so it can be flushed. | Damien | |
| 2013-10-23 | Implement simple servo control using PWM. | Damien | |
| 2013-10-19 | Fix IRQ priority issue to give working USB; and some cleanup. | Damien | |
| 2013-10-19 | Working SysTick, code factoring, some boot-up code. | Damien | |
| 2013-10-18 | Partially implement proper flash storage. | Damien | |
