Forum Discussion
Altera_Forum
Honored Contributor
10 years agoDisable HAL UART drivers NIOS II.
Hi! I've got custom make file. I want to disable some HAL drivers and use my driver implementation. I've tried this command nios2-bsp hal $(BSP_FILE) $(SOPC_FILE) --cmd set_driver none uart ...
Altera_Forum
Honored Contributor
10 years agoThe altera software is assuming that if you don't need the driver you aren't using the device. You have your choice. Neither is portable, that's the way it is sometimes.