vos/ambiq-hal-sys/ambiq-sparkfun-sdk/boards_sfe/common/examples
2022-10-23 23:45:43 -07:00
..
ble_freertos_tag initial commit 2022-10-23 23:45:43 -07:00
blinky initial commit 2022-10-23 23:45:43 -07:00
hello_world_uart initial commit 2022-10-23 23:45:43 -07:00
hello_world_uart_cpp initial commit 2022-10-23 23:45:43 -07:00
hm01b0_camera_uart initial commit 2022-10-23 23:45:43 -07:00
i2c initial commit 2022-10-23 23:45:43 -07:00
linker_tests initial commit 2022-10-23 23:45:43 -07:00
lis2dh12_accelerometer_uart initial commit 2022-10-23 23:45:43 -07:00
pdm_fft initial commit 2022-10-23 23:45:43 -07:00
spi initial commit 2022-10-23 23:45:43 -07:00
startup_tests initial commit 2022-10-23 23:45:43 -07:00
README.md initial commit 2022-10-23 23:45:43 -07:00

Common Examples README

The beauty of the Ambiq BSP system is that it can be used to create common example code. For example if we define the proper UART instance and TX/RX pads as part of the BSP then a single source file can be used to demonstrate UART functionality across all capable boards. To utilize this capability to the fullest the common examples source code should be isolated from specific boards. This reduces redundancy in maintenance.

This directory contains common source files that may be referred to by any of the boards included in this repo. For board-specific source code look beneath the respective board's directory.