Commit Graph

21 Commits

Author SHA1 Message Date
a0d807b55c fixed warnings 2024-10-15 14:59:55 +08:00
09b1288872 unused libs, fixup 2024-10-15 14:59:55 +08:00
916c72237b fixed bugs + missing methods 2024-10-15 14:59:55 +08:00
0d2bbed9a0 add fatfs 0.4 dep 2024-10-15 14:59:55 +08:00
fbf9dff15c remove core_io dependency from libconfig 2024-10-15 14:59:55 +08:00
fd46cb9c8b remove usage of BufReader 2024-10-15 14:59:55 +08:00
259c0fe842 change fatfs to master 2024-10-15 14:59:55 +08:00
e85263eff7 remove core_io from Cargo.toml 2024-10-15 14:59:55 +08:00
e51af90ba4 update version 2024-10-15 14:59:55 +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