Well I've been bit lapse. This post is supposed to written in July. Another year, another Maker Faire. Yes! for this year it is nolonger "Mini Maker Faire", we've just upgraded to the full fledged "Maker Faire" event. As Singapore Maker Faire has grown 10 times compare to 3 year ago, I am not able to … Continue reading Maker Faire, Yearly Review, and Rant
Tag: Makefile
TrueSTUDIO STM32 project to GCC Makefile converter
Since I wrote the STM32CubeMX to Makefile converter, a lot of people have been helping to improve the project. Thanks! Meanwhile I also heard a lot of complaints about the quality of STM32Cube codes, for example, the thread here. Although I believe STM32Cube's quality will eventually improve, at the moment there are still applications for the good … Continue reading TrueSTUDIO STM32 project to GCC Makefile converter
STM32CubeMX GCC Makefile project
Writing peripheral initialization code is probably the most tedious work in embedded development. It always successfully stops me from starting a new project. I believe engineers at STMicroelectronics share the same pain. Therefore they created STM32Cube firmware and STM32CubeMX graphical configuration tool, which turns numerous key strokes and page flips into just a few mouse clicks. STM32CubeMX is free software, … Continue reading STM32CubeMX GCC Makefile project