A LoRa APRS node with KISS interface based on a Raspberry Pi Pico
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
marcel 12078447a2 SDK added 2 years ago
..
hardware_divider SDK added 2 years ago
hardware_gpio SDK added 2 years ago
hardware_sync SDK added 2 years ago
hardware_timer SDK added 2 years ago
hardware_uart SDK added 2 years ago
pico_bit_ops SDK added 2 years ago
pico_divider SDK added 2 years ago
pico_multicore SDK added 2 years ago
pico_platform SDK added 2 years ago
pico_printf SDK added 2 years ago
pico_stdio SDK added 2 years ago
pico_stdlib SDK added 2 years ago
CMakeLists.txt SDK added 2 years ago
README.md SDK added 2 years ago
boot_stage2.c SDK added 2 years ago

README.md

This is a basic set of replacement library implementations sufficient to get simple applications running on your computer (Raspberry Pi OS, Linux, macOS or Windows using Cygwin or Windows Subsystem for Linux). It is selected by PICO_PLATFORM=host in your CMake build

This can be extremely useful for testing and debugging higher level application code, or porting code which is not yet small enough to run on the RP2040 device itself.

This base level host library provides a minimal environment to compile programs, but is likely sufficient for programs that don't access hardware directly.

It is possible however to inject additional SDK library implementations/simulations to provide more complete functionality. For an example of this see the pico-host-sdl which uses the SDL2 library to add additional library support for pico_multicore, timers/alarms in pico-time and pico-audio/pico-scanvideo from pico-extras