flipflop
A lightweight serial bootloader for PIC16F1 devices.
-
add update process and version command
Rex McKinnon <[email protected]>
2024-04-27 04:36:41
-
Fixed bug in makefile.
Rex McKinnon <[email protected]>
2024-01-26 03:29:51
-
Updated to markdown README, added LICENSE.
Rex McKinnon <[email protected]>
2024-01-26 02:40:27
-
Small improvements and changes: - Increased command data buffer size to 2048 - Added more CLRWDT - Added comments - Added make targets for documentation (unused)
Rex McKinnon <[email protected]>
2024-01-26 02:36:18
-
Manually inlined some functions to save flash.
Rex McKinnon <[email protected]>
2024-01-26 02:11:23
-
Fixed a bug when writing single words. Updated write command timing diagram to reflect actual command being sent.
Rex McKinnon <[email protected]>
2022-10-19 17:00:08
-
Added some basic CRC code. 16 bit CRCs are now appended to read and write data blocks. Timing diagrams have been updated to reflect the changes.
Rex McKinnon <[email protected]>
2022-10-18 21:49:41
-
Fixed a few small bugs introduced when cleaning up to commit. Shortened the command diagrams.
Rex McKinnon <[email protected]>
2022-10-17 21:57:57
-
Added timing diagrams for commands.
Rex McKinnon <[email protected]>
2022-10-17 19:59:38
-
protocol v2: New protocol is being developed to speed up programming. This new protocol should minimize the commands needed to flash and verify a device.
Rex McKinnon <[email protected]>
2022-10-17 18:42:26
-
updated logo
Rex McKinnon <[email protected]>
2022-09-12 21:36:20
-
Added logo to README
Rex McKinnon <[email protected]>
2022-09-12 21:30:09
-
Two sync character now required to enter bootloader mode. This allows for easier syncing between the programmer and the bootloader.
Rex McKinnon <[email protected]>
2022-08-31 04:01:23
-
Better documented UART driver, added static baudrate option.
Rex McKinnon <[email protected]>
2022-08-31 02:35:43
-
Updated pin configuration for use with PowerPIC firmware.
Rex McKinnon <[email protected]>
2022-08-26 05:35:50
-
Added 1-wire UART support.
Rex McKinnon <[email protected]>
2022-08-25 01:34:04
-
Initial commit: 'Works on my machine'
Rex McKinnon <[email protected]>
2022-08-24 17:15:56