Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-18 | Add FPGA bitstream upload command to cli-test. | Fredrik Thulin | |
This code needs more error checking etc. but together with the Python script 'filetransfer', a new bitstream may be loaded into the FPGA config memory like this: filetransfer --fpga /path/to/bitstream The bitstream is identified by 'file' e.g. like this: alpha_test_top.bit: Xilinx BIT data - from alpha_test_top.ncd;UserID=0xFFFFFFFF - for 7a200tfbg484 - built 2016/05/12(13:59:24) - data length 0xe0164 | |||
2016-05-18 | A little more robust file transfer | Fredrik Thulin | |
2016-05-18 | put some generic CLI code in mgmt-cli.c | Fredrik Thulin | |
2016-05-18 | Add reboot command. | Fredrik Thulin | |
2016-05-18 | Write in 4k-chunks, with acks for flow control. | Fredrik Thulin | |
2016-05-18 | build libcli | Paul Selkirk | |
2016-05-16 | Use baud rate 921600 instead of 115200. | Fredrik Thulin | |
Don't want to wait longer than necessary for firmware file transfers. | |||
2016-05-16 | Add code to talk with the external RTC chip. | Fredrik Thulin | |
2016-05-15 | add simple filetransfer poc | Fredrik Thulin | |
2016-05-14 | update FMC test for alpha | Fredrik Thulin | |
2016-05-13 | Add test program for libcli based CLI. | Fredrik Thulin | |
2016-05-13 | Implement support for the two UARTs on the alpha board. | Fredrik Thulin | |
2016-05-12 | Update LED pinouts, don't think the colors are right yet though. | Fredrik Thulin | |
2016-05-12 | Test both UARTs, and also test receiving data. | Fredrik Thulin | |
2016-04-24 | This time for sure - async receive, and everything that flows from that. | Paul Selkirk | |
2016-04-21 | threaded rpc server | Paul Selkirk | |
2016-04-14 | import mbed rtos library | Paul Selkirk | |
2016-04-11 | Reorganize Makefile and directory structure, because it's messy, and it's ↵ | Paul Selkirk | |
about to get messier. |