artiq/artiq/firmware/bootloader
Sebastien Bourdeauducq 5362f92b39 bootloader: disable minimum stack space check in linker script
* The value varies greatly whether netboot is enabled or not.
* There is no simple solution to detect has_ethmac in the linker script and set the value accordingly.
* The space check is an imperfect solution that will be superseded by stack pointer limits.
* Left commented out so we can re-enable it manually during development if stack corruption is suspected.
2019-11-01 10:25:14 +08:00
..
Cargo.toml firmware: move i2c to libboard_misoc, enable IPv6 in bootloader, share network settings 2019-10-21 12:58:52 +08:00
Makefile firmware: globally enable LTO. 2018-08-12 19:17:45 +00:00
bootloader.ld bootloader: disable minimum stack space check in linker script 2019-11-01 10:25:14 +08:00
build.rs firmware: implement the new bootloader. 2017-12-28 13:18:51 +00:00
main.rs bootloader: fix !has_ethmac 2019-11-01 10:19:08 +08:00