Kevin Thomas
1392a31221
Delete drivers/0x01_uart_asm_arm directory
2026-03-28 19:45:51 -04:00
Kevin Thomas
707a9fd01e
Remove Assembler Drivers section from README
...
Removed section about Assembler Drivers and its details.
2026-03-28 19:45:01 -04:00
Kevin Thomas
f114f7b04f
Update links for UART and Blinky examples
2026-03-28 19:44:00 -04:00
Kevin Thomas
76b10e740e
Correct capitalization of 'Assembler' in README
2026-03-28 19:09:42 -04:00
Kevin Thomas
c611fcbc83
Add testing instructions to README
...
Added a section on testing with a command to run integration tests.
2026-03-28 19:05:19 -04:00
Kevin Thomas
a4bbfece18
Update README.md
2026-03-28 19:02:23 -04:00
Kevin Thomas
a74b231755
Update tutorial date and lesson number
2026-03-28 08:36:17 -04:00
Kevin Thomas
ecbce65ae3
Update README driver tables
2026-03-27 11:22:28 -04:00
Kevin Thomas
67013421c3
Add new driver implementations and workspace updates
2026-03-27 11:19:24 -04:00
Kevin Thomas
7ca0d0f78d
Update tutorial date and lesson number
2026-03-27 07:35:05 -04:00
Kevin Thomas
d5703370ad
Update tutorial date and lesson number
2026-03-26 09:29:46 -04:00
Kevin Thomas
cca3fe4cff
Add 0x09_dht11_rust: DHT11 temperature/humidity sensor driver
2026-03-25 21:21:35 -04:00
Kevin Thomas
0b207fd8b4
Add // comments to all use statements in driver .rs files
...
- Add // comments above top-level use imports in uart.rs, blink.rs, button.rs
- Add // comments above test module use imports (use super::*, Infallible,
ErrorType) in all 8 driver .rs files
- All 8 drivers build, all 75 tests pass
2026-03-25 18:54:19 -04:00
Kevin Thomas
450f84ef75
Fix duplicate //! headers in board.rs, update @brief, add // comments to lib.rs pub mod
...
- Remove duplicate //! @file/@brief/@author/@date blocks from all 8 board.rs
- Update original @brief to consistent 'Board-level HAL helpers for the XXX driver'
- Add // comment above pub mod in all 7 lib.rs files
- All 8 drivers build, all 75 tests pass
2026-03-25 18:45:41 -04:00
Kevin Thomas
3fc502854a
Add inline // comments to all main.rs and board.rs boilerplate across 0x01-0x08 Rust drivers
...
- Add // comments to mod declarations, use imports, static items, and
PICOTOOL_ENTRIES in all 8 main.rs files matching rp-hal template style
- Add //! file headers to all 8 board.rs files
- Add // comments to all board.rs use imports and HAL alias
- All 8 drivers build successfully, all 75 tests pass
2026-03-25 18:34:20 -04:00
Kevin Thomas
db25706ae7
refactor(drivers): add board.rs module, slim main.rs, fix docstrings across all 8 Rust drivers
...
- Add board.rs to all 8 drivers: constants, type aliases, init functions,
and HAL-specific helpers with full docstrings and pub(crate) visibility
- Slim main.rs to boilerplate + main() only, zero helper functions
- Fix i2c.rs: add file header, full docstrings on all functions
- Fix lcd1602.rs: add file header, full docstrings on all functions
- Fix lib.rs headers for 0x07 and 0x08
- All 8 drivers build and all 75 tests pass
2026-03-25 18:10:00 -04:00
Kevin Thomas
c68e158f16
feat: add 0x08_lcd1602_rust driver with 14 unit tests
2026-03-25 17:31:05 -04:00
Kevin Thomas
b0299bf95e
feat: add 0x07_i2c_rust driver with 12 unit tests
2026-03-25 17:16:51 -04:00
Kevin Thomas
bfb6f5541e
feat: add 0x06_adc_rust driver with 9 unit tests
2026-03-25 12:25:09 -04:00
Kevin Thomas
05ae72d0a1
feat: add 0x05_servo_rust driver with 13 unit tests
2026-03-25 12:04:01 -04:00
Kevin Thomas
d7d30f8732
docs: add build and test instructions for Rust drivers
2026-03-25 11:53:25 -04:00
Kevin Thomas
9748b6848c
feat: add 0x04_pwm_rust driver with 11 unit tests
2026-03-25 11:50:06 -04:00
Kevin Thomas
12da31297e
feat: add 0x03_button_rust driver with 8 unit tests
2026-03-25 11:37:45 -04:00
Kevin Thomas
e5f6bb7f15
feat: add unit tests for blink driver with mock pin
2026-03-25 11:25:13 -04:00
Kevin Thomas
7ec979461f
Update tutorial date and lesson number
2026-03-25 08:53:52 -04:00
Kevin Thomas
2f9abc5a42
fix: allow dead_code on blink module (on/off match C API)
2026-03-24 18:21:46 -04:00
Kevin Thomas
4bb165375f
feat: add 0x02_blink_rust driver
2026-03-24 17:54:27 -04:00
Kevin Thomas
0fb00852a9
Update README: rename Additional Resources to Assembler Drivers table
2026-03-23 13:16:01 -04:00
Kevin Thomas
5d2767c42d
Add 0x01_uart_rust driver and update README
2026-03-23 13:11:16 -04:00
Kevin Thomas
c55465a6aa
Fixed drivers
2026-03-23 11:20:32 -04:00
Kevin Thomas
b4b5beed12
Updated Drivers
2026-03-23 09:33:04 -04:00
Kevin Thomas
e202271325
Update tutorial date and lesson details
2026-03-23 08:33:57 -04:00
Kevin Thomas
4d81ce9099
Drivers
2026-03-22 20:43:38 -04:00
Kevin Thomas
334f511256
Drivers
2026-03-22 20:39:16 -04:00
Kevin Thomas
f9726e07b3
Change tutorial date and lesson from 136 to 137
...
Updated tutorial date and lesson information.
2026-03-22 09:02:48 -04:00
Kevin Thomas
f1f9026e4e
Add RP2350 Button Driver sections to README
2026-03-21 22:22:36 -04:00
Kevin Thomas
708122abf9
Update tutorial date and lesson information
2026-03-21 11:48:06 -04:00
Kevin Thomas
267083019a
Update tutorial date and lesson information
2026-03-20 08:15:58 -04:00
Kevin Thomas
1457a4bb8e
Refactor E and S
2026-03-19 15:01:07 -04:00
Kevin Thomas
60506f99bd
Update tutorial date and lesson details
2026-03-19 08:57:06 -04:00
Kevin Thomas
41672e8816
Update tutorial date and lesson information
2026-03-18 09:30:05 -04:00
Kevin Thomas
d2d003a4b4
Update resource links and formatting in README
2026-03-17 09:10:08 -04:00
Kevin Thomas
32200c766b
Update README with RP2350 driver resources
...
Added additional resources for RP2350 drivers in ARM and RISC-V.
2026-03-17 09:08:23 -04:00
Kevin Thomas
01066e5feb
Revise tutorial date and lesson content
...
Updated tutorial date and lesson details in README.
2026-03-17 09:02:58 -04:00
Kevin Thomas
cdb4984995
Update tutorial date and lesson details
2026-03-16 09:13:55 -04:00
Kevin Thomas
5ffddd28e1
Fix link text duplication in README.md
2026-03-15 12:19:07 -04:00
Kevin Thomas
8f2f5bba12
Revise tutorial date and lesson content
...
Updated tutorial date and lesson details.
2026-03-15 11:24:49 -04:00
Kevin Thomas
612c0b5f3a
Overhall w/ slides
2026-03-15 10:40:20 -04:00
Kevin Thomas
ece5664050
Add files via upload
2026-03-14 11:31:59 -04:00
Kevin Thomas
691b0e6082
Revise tutorial date and lesson details
...
Updated tutorial date and lesson information.
2026-03-14 11:19:24 -04:00