| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to embedded-io 0.7 | Dario Nieuwenhuis | 2025-12-19 | 1 | -0/+4 |
| | | |||||
| * | mspm0: add MSPM0G518x support and new packages for others | i509VCB | 2025-12-14 | 5 | -10/+24 |
| | | | | | | | G518x is the first MSPM0 part with a USB, I2S and NPU peripheral. There is also a new TIMB peripheral (no PWM, so it is perfect for a time driver). Unfortunately it also introduces UNICOMM which is a shared peripheral which can be in UART/I2C/SPI modes. This means that the current UART and I2C drivers need some adjustment to work with the new UNICOMM parts (which is the future). | ||||
| * | mspm0-mathacl: exclude the module for non-supported chips | Siarhei B | 2025-11-21 | 1 | -0/+1 |
| | | |||||
| * | mspm0-mathacl: add non-generic phantomdata | Siarhei B | 2025-11-21 | 1 | -6/+4 |
| | | |||||
| * | mspm0-mathacl: another round of format | Siarhei B | 2025-11-16 | 1 | -0/+1 |
| | | |||||
| * | mspm0-mathacl: add phantomdata for module | Siarhei B | 2025-11-16 | 1 | -5/+11 |
| | | |||||
| * | mspm0-mathacl: switch to radians as input param for sincos operations | Siarhei B | 2025-11-16 | 1 | -9/+13 |
| | | |||||
| * | mspm0: apply formatting for new Mathacl & example | Siarhei B | 2025-11-16 | 1 | -4/+6 |
| | | |||||
| * | mspm0: add MATHACL module and following operations: sin,cos | Siarhei B | 2025-11-16 | 2 | -0/+245 |
| | | |||||
| * | mspm0: read_reset_cause() | Gordon Tyler | 2025-11-07 | 1 | -0/+111 |
| | | | | | | | This adds a read_reset_cause function that returns an enum value derived from the SYSCTL.RSTCAUSE register. Based on the work by @charlesbmi in #4732. | ||||
| * | mspm0-i2c-target: make calculate_clock_source pub(crate) for mspm0c | crispaudio | 2025-10-10 | 1 | -1/+1 |
| | | |||||
| * | mspm0-i2c-target: split i2c controller and i2c target configs | Iooon | 2025-10-10 | 2 | -18/+84 |
| | | |||||
| * | mspm0-i2c-target: fix spelling mistakes and revert From<ClockDiv> implementation | Iooon | 2025-10-10 | 2 | -17/+15 |
| | | |||||
| * | mspm0-i2c-target: add i2c target with example | crispaudio | 2025-10-10 | 3 | -15/+466 |
| | | |||||
| * | mspm0: add mspm0h321x support | i509VCB | 2025-10-08 | 2 | -8/+13 |
| | | | | | | | This also changes selection of GPIO interrupt type to be calculated by the buildscript. H321x is yet another exception with GPIOB being a physical interrupt rather than part of an interrupt group. H3215/6 are true 5V parts. I wonder if that is a first for an embassy hal | ||||
| * | Merge pull request #4735 from charlesbmi/mspm0-open-drain | i509VCB | 2025-10-07 | 1 | -1/+6 |
| |\ | | | | | | | [mspm0] fix open-drain config | ||||
| | * | Enable input-buffer and enable output drive for I/O pin | Charles Guan | 2025-10-07 | 1 | -1/+6 |
| | | | |||||
| * | | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 9 | -24/+21 |
| | | | |||||
| * | | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -4/+5 |
| |/ | |||||
| * | mspm0-adc: implement From for AnyAdcChannel | crispaudio | 2025-09-14 | 1 | -35/+29 |
| | | |||||
| * | mspm0-adc: remove dynamic vrsel and cleanup | crispaudio | 2025-09-09 | 1 | -10/+43 |
| | | |||||
| * | mspm0-adc: fix rustfmt imports | crispaudio | 2025-09-08 | 1 | -5/+5 |
| | | |||||
| * | mspm0-adc: add adc with examples | crispaudio | 2025-09-08 | 2 | -0/+484 |
| | | |||||
| * | mspm0: add mspm0c1105/6 | i509VCB | 2025-08-28 | 2 | -5/+11 |
| | | |||||
| * | msmp0-watchdog: reorder system initialization | Siarhei B | 2025-08-28 | 1 | -14/+14 |
| | | |||||
| * | mspm0-watchdog: remove template from watchdog struct | Siarhei B | 2025-08-28 | 1 | -16/+16 |
| | | |||||
| * | mspm0-watchdog: rename mod watchdog to wwdt | Siarhei B | 2025-08-28 | 2 | -3/+3 |
| | | |||||
| * | mspm0-watchdog: add main implementation | Siarhei B | 2025-08-27 | 2 | -0/+346 |
| | | |||||
| * | mspm0: actually enable GPIOA interrupt for l110x | i509VCB | 2025-08-14 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4435 from bespsm/mspm0-i2c | i509VCB | 2025-08-14 | 2 | -0/+1209 |
| |\ | | | | | | | MSPM0: Add I2C Controller (blocking & async) + examples for mspm0l1306, mspm0g3507 (tested MCUs) | ||||
| | * | mspm0-I2C: fix calculate_timer_period function & tests | Siarhei B | 2025-08-14 | 1 | -9/+9 |
| | | | |||||
| | * | mspm0-I2C: remove type time:Herz usage | Siarhei B | 2025-08-04 | 3 | -118/+14 |
| | | | |||||
| | * | mspm0-I2C: forward fifo size to i2c controller | Siarhei B | 2025-08-04 | 1 | -16/+29 |
| | | | |||||
| | * | mspm0-I2C: remove SYSOSC init, make ClockDiv::Into private | Siarhei B | 2025-08-04 | 2 | -7/+1 |
| | | | |||||
| | * | mspm0-I2C: automate source clock definition | Siarhei B | 2025-08-04 | 1 | -39/+81 |
| | | | | | | | | | | | | | | | - i2c-config: automatically defines clock source based on input I2C rate - i2c: proper config functions naming - i2c-examples: adapt to changed API - i2c: save initialization pf cctr register | ||||
| | * | mspm0-I2C: add type for I2C clock rates + fixed comments | Siarhei B | 2025-08-04 | 3 | -34/+137 |
| | | | |||||
| | * | mspm0: Add I2C Controller (blocking & async) | Siarhei B | 2025-08-04 | 2 | -0/+1161 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - lib: add i2c mod to lib - lib: add `bind_interrupts` mod for async workflow - lib: set SYSOSCBASE as system oscillator - config: add I2C SDA,SCA pin traits code generation - config: add clock source for the I2C - config: add clock divider for the I2C - config: add I2C BusSpeed configuration - I2C: add blocking API: blocking_read, blocking_write, blocking_write_read - I2C: add async API: async_write, async_read, async_write_read - I2C: add embedded-hal (v0.2) API for blocking & async impl. - I2C: add embedded-hal (v1.0) API for blocking & async impl. - I2C-tests: checks for timer_period & check_clock_rate fn's | ||||
| * | | Merge pull request #4427 from clubby789/unsafe-op | Dario Nieuwenhuis | 2025-07-23 | 1 | -4/+6 |
| |\ \ | | | | | | | | | | HAL: Use `unsafe` block in IRQ handler | ||||
| | * | | Use `unsafe` block in IRQ handlers | clubby789 | 2025-07-20 | 1 | -4/+6 |
| | |/ | |||||
| * / | mspm0: add buffered uart driver | i509VCB | 2025-07-22 | 2 | -41/+1164 |
| |/ | | | | And tests for G3507. | ||||
| * | Merge pull request #4338 from i509VCB/dma | i509VCB | 2025-07-07 | 3 | -19/+740 |
| |\ | | | | | | | mspm0: add dma driver | ||||
| | * | mspm0: add dma driver | i509VCB | 2025-07-06 | 3 | -19/+740 |
| | | | |||||
| * | | mspm0: Fix inverted GPIO logic | Kelsey Maes | 2025-06-27 | 1 | -6/+6 |
| |/ | |||||
| * | mspm0: generate interrupt group handlers | i509VCB | 2025-05-20 | 13 | -515/+18 |
| | | |||||
| * | mspm0: L110x has no group1 | i509VCB | 2025-05-20 | 1 | -2/+2 |
| | | |||||
| * | mspm0: add gpio handlers to l122x | i509VCB | 2025-05-20 | 1 | -2/+2 |
| | | |||||
| * | mspm0: fix build for int groups. | Dario Nieuwenhuis | 2025-05-19 | 7 | -1/+228 |
| | | |||||
| * | mspm0: generate feature per chip + package | i509VCB | 2025-05-13 | 3 | -8/+64 |
| | | |||||
| * | mspm0: add uart tests | i509VCB | 2025-04-06 | 1 | -3/+29 |
| | | | | | This also fixes a bug in the uart clock calculation where it could select an oversampling faster than what the hardware is providing. | ||||
| * | Merge pull request #4022 from i509VCB/mspm0-uart | i509VCB | 2025-04-03 | 4 | -0/+1169 |
| |\ | | | | | | | mspm0: blocking uart driver | ||||
