esp-idf-hal/riscv-ulp/riscv_ulp_link_default.x
Ivan Markov 73181d3730
Ulp fsm peripheral (#37)
* ULP peripheral; ULP HAL code renamed

* Use an enum for the chip cores

* riscv-ulp-hal feature bugfixes

* Fix the CI for ULP as well
2022-01-19 21:35:44 +02:00

3 lines
56 B
Plaintext

PROVIDE(_ram_size = 4K);
INCLUDE riscv_ulp_link_base.x;