Commit Graph

22 Commits

Author SHA1 Message Date
579ae79ea3 add debug (remove later) 2024-10-09 16:53:45 +08:00
c77e165cc8 fixed warnings 2024-10-07 15:26:16 +08:00
625719f36c unused libs, fixup 2024-10-07 15:05:53 +08:00
5fd84bf07b fixed bugs + missing methods 2024-10-07 14:59:00 +08:00
5a7abb6534 add fatfs 0.4 dep 2024-10-04 17:19:23 +08:00
b5479825bd remove core_io dependency from libconfig 2024-10-04 15:23:12 +08:00
bc8b5bb362 remove usage of BufReader 2024-10-04 13:31:04 +08:00
662d583c11 change fatfs to master 2024-10-04 13:03:47 +08:00
6855f4d40d remove core_io from Cargo.toml 2024-10-04 12:52:40 +08:00
6a678b6135 update version 2024-10-04 11:40:47 +08:00
6a45a0dfd0 ebaz4205 support
Co-authored-by: newell <newell.jensen@gmail.com>
Co-committed-by: newell <newell.jensen@gmail.com>
2024-09-30 14:08:58 +08:00
56c27e98e4 config: add "fat_lfn" feature 2022-04-07 15:44:07 +08:00
f496da4f3e config: create config dir if not present 2022-04-06 16:17:35 +08:00
43e0440911 Kasli-SoC: Get MAC address from EEPROM (#90)
Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
2022-03-07 18:01:44 +08:00
500472b2a8 add feature target_kasli_soc to libsupport_zynq, libconfig, experiments, szl, default.nix 2020-11-19 19:41:38 +01:00
07f161d9d8 libconfig: fix ipv6 address configuration key 2020-11-18 10:47:48 +08:00
0714162113 rename target_cora_z7_10 to target_coraz7 globally 2020-11-13 17:56:47 +01:00
d623913535 libconfig: fixed szl build.
to_lowercase would handle unicode which causes a huge increase in rodata
size, we have to use to_ascii_lowercase.
2020-11-04 20:47:40 +08:00
0efc7a616f libconfig: implemented config write
Config write and config remove are now implemented.
Config keys are now treated case insensitively, which is consistence to
the filesystem behavior.
BOOT.BIN can be replaced by setting the config key "boot".
2020-10-30 16:11:18 +08:00
22833ef0c6 libconfig/sd_reader: added FAT16_LBA ID 2020-10-17 13:37:18 +08:00
80d12d5780 libconfig: make default IP/MAC depend on board 2020-10-14 12:53:32 +08:00
7360984efb add libconfig, libcoreio, szl from artiq-zynq a277e89b3ad; update dependencies 2020-09-09 17:56:50 +08:00