summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-05tools: Add clean.shxengineering
This allows to conveniently remove files which are not tracked in version control.
2024-06-05tools: Add build.sh to export PDF schematicsxengineering
2024-06-03pcb: Add outline to PCBxengineering
This makes the KiCad project a valid PCB as a minimal starting point.
2024-06-03pcb: Place MCU in PCB editorxengineering
2024-06-03pcb: Add STM32WL55JCIx microcontrollerxengineering
Based on UM2592 the development kit Nucleo WL55JC which is used for firmware development is based on the STM32WL55JCI7 microcontroller. Thus this MCU should be a good starting point for now.
2024-06-03pcb: Save *.kicad_pro file after first KiCad runxengineering
2024-06-03pcb: Create empty KiCad 8.0 projectxengineering
2024-06-03Add KiCad documentation link to READMExengineering
2024-04-14fw: Customize shell promptxengineering
The shell prompt was changed from the default 'uart:~$ ' to '[iot-contact] ' so that it is more visible which kind of firmware is running on the device.
2024-04-14fw: Add basic Zephyr application firmwarexengineering
This is enough to validate that the firmware is running by using the integrated Zephyr shell.
2024-04-14Add README.mdxengineering