C library for the MSP430 series microcontrollers. This is the development version.
MSP430 Libc is a Free Software project whose goal is to provide a high quality C library for use with GCC on TI MSP430 microcontrollers. This is the development version.
MSP430 Libc is a Free Software project whose goal is to provide a high quality C library for use with GCC on TI MSP430 microcontrollers. This is the development version.
To install msp430-libc-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install msp430-libc-devel
To see what files were installed by msp430-libc-devel, run:
port contents msp430-libc-devel
To later upgrade msp430-libc-devel, run:
sudo port selfupdate && sudo port upgrade msp430-libc-devel
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.