Activity for stm32samples

  • Edward Edward committed [8e591d] on Code

    remove flood in case of error

  • Edward Edward committed [024d25] on Code

    fixed USB

  • Edward Edward committed [455595] on Code

    added russian manual for USB-GPIO

  • Edward Edward committed [e2a20a] on Code

    SPI works, may say it's over

  • Edward Edward committed [c80f08] on Code

    add SPI, not working yet (also need to set SPOL/SPHA etc)

  • Edward Edward committed [165780] on Code

    I2C works

  • Edward Edward committed [03b050] on Code

    PWM works

  • Edward Edward committed [612624] on Code

    start adding PWM

  • Edward Edward committed [27eb72] on Code

    add "hex+text" input

  • Edward Edward committed [57a44f] on Code

    OK, USART works, maybe add HEX input?

  • Edward Edward committed [65c9ae] on Code

    USART almost working (but hangs on long messages)

  • Edward Edward committed [14f544] on Code

    cont

  • Edward Edward committed [b44fd9] on Code

    start with USART (now DEBUG-compile is unavialable)

  • Edward Edward committed [3802f7] on Code

    add ADC & ADC monitoring

  • Edward Edward committed [8e78a1] on Code

    GPIO tested; add monitoring. TODO: USB/SPI/I2C

  • Edward Edward committed [9713b1] on Code

    continue developing GPIO config; not tested yet

  • Edward Edward committed [d39682] on Code

    tried to parse string functions using `constexpr` in C++

  • Edward Edward committed [fb8b93] on Code

    usbcan_gpio: both USB interfaces works; start adding GPIO functions

  • Edward Edward committed [760bec] on Code

    starting CAN-GPIO, have a lot of errors

  • Edward Edward committed [25c2f0] on Code

    New USB-CDC

  • Edward Edward committed [b5a4a2] on Code

    USB CDC on STM32G0B1 works

  • Edward Edward committed [8f6a80] on Code

    USART1 @ STM32G0B1

  • Edward Edward committed [71d30d] on Code

    rename G0:G070

  • Edward Edward committed [1f4f11] on Code

    added `blink` for STM32G0B1, next -> add USART

  • Edward Edward committed [061fd8] on Code

    add SPI (not tested yet)

  • Edward Edward committed [6c21d9] on Code

    CAN works

  • Edward Edward committed [80c894] on Code

    add CAN, not tested yet

  • Edward Edward committed [68028f] on Code

    Seems like all U[S]ARTs works well. Tested on speeds up to 2Mbaud (as CH340 can).

  • Edward Edward committed [fb5703] on Code

    forgot to add

  • Edward Edward committed [73a0ee] on Code

    almost working U[S]ARTs

  • Edward Edward committed [3ff874] on Code

    partial work for interrupt-driven

  • Edward Edward committed [cd8151] on Code

    seems like U[S]ARTS OK, not tested yet

  • Edward Edward committed [26e74a] on Code

    start adding U[S]ART support (need DMA)

  • Edward Edward committed [148c25] on Code

    copy InterfaceBoard as 7CDCs template

  • Edward Edward committed [522e1e] on Code

    some USB fixes

  • Edward Edward committed [2fa218] on Code

    all interfaces works!

  • Edward Edward committed [e17058] on Code

    all descriptors read - OK, interfaces work - bad (only first two works - why? need to debug)

  • Edward Edward committed [3a903d] on Code

    add timeouts

  • Edward Emelianov committed [87683a] on Code

    fixed some bugs

  • Edward Emelianov committed [3697ad] on Code

    add nocheck flags

  • Edward Emelianov committed [9c0152] on Code

    fixed bug with wrong DIAG output tracking

  • Edward Edward committed [e00aac] on Code

    start

  • Edward Emelianov committed [dafb0a] on Code

    ODS BOM

  • Edward Edward committed [c2ac1b] on Code

    new kicad format

  • Edward Emelianov committed [59c6e0] on Code

    PCB, gerbers

  • Edward Emelianov committed [90f79d] on Code

    Almost finish PCB

  • Edward Emelianov committed [328cf4] on Code

    add schematics, start drawing PCB

  • Edward Emelianov committed [bd62eb] on Code

    fixed some minor bugs (NO_PARNO for sending values of all ESW, remove inverting ESP pins..)

  • Edward Edward committed [24ddc7] on Code

    add ADC/DAC and PWM

  • Edward Edward committed [17b4d7] on Code

    Add BME280 over SPI

  • Edward Edward committed [f99479] on Code

    fixed bug when sending data larger than buffer size

  • Edward Edward committed [c7f671] on Code

    SPI works

  • Edward Edward committed [6059c3] on Code

    start

  • Edward Edward committed [83b9fd] on Code

    OK; next stage: a pair of NTC, BME280, sensors' power management

  • Edward Edward committed [b082f4] on Code

    test USART with ringbuffer - OK; TODO: rewrite all proto for usage USB & USART

  • Edward Edward committed [96d0b3] on Code

    fixed header in help

  • Edward Edward committed [ca0b52] on Code

    Works for 5 sensors

  • Edward Edward committed [02c6bd] on Code

    cont

  • Edward Edward committed [2465cd] on Code

    start coding for multi-sensor variant: gather data of all sensors and process image[N] only by request

  • Edward Edward committed [c29508] on Code

    fixed address changing

  • Edward Edward committed [dc2897] on Code

    It works!

  • Edward Edward committed [9b0ee8] on Code

    continue

  • Edward Edward committed [f3c3bf] on Code

    start

  • Edward Edward committed [080be6] on Code

    OK, I2C read by DMA works

  • Edward Edward committed [934f4f] on Code

    start working with DMA

  • Edward Edward committed [3e701f] on Code

    continue writing

  • Edward Edward committed [ec8d56] on Code

    Start fixing code for real usage

  • Edward Edward committed [d790a1] on Code

    seems like I2C start works right, need some fixes for large data amount

  • Edward Edward committed [93e0b1] on Code

    Add MLXtest, 4.8ms for parsing image in standard range

  • Edward Edward committed [8be4f0] on Code

    add new concept USB-CDC template for STM32F303

  • Edward Edward committed [962d18] on Code

    add debug flag, remove one bug (echo to one interface in another's interrupt); still didn't found why there's a trash of output in input buffer of interface 0

  • Edward Edward committed [233eed] on Code

    add timeout for USB writting on CDC

  • Edward Emelianov committed [fca7e8] on Code

    add pdf

  • Edward Emelianov committed [f58d4d] on Code

    fixed bug with CRC for SSII

  • Edward Emelianov committed [7f44a6] on Code

    fix code for new PCB

  • Edward Emelianov committed [9c4d8c] on Code

    remove extra files

  • Edward Emelianov committed [fbf0a8] on Code

    add schematic and PCB

  • Edward Emelianov committed [8bb8f9] on Code

    forgot to add testDev in last commit

  • Edward Emelianov committed [6adf02] on Code

    fix readme

  • Edward Emelianov committed [f46185] on Code

    encoders works fine

  • Edward Emelianov committed [faeac9] on Code

    Working (but still dev-mode; need some more different configurators)

  • Edward Emelianov committed [c449cb] on Code

    fixed some problems with USB

  • Edward Emelianov committed [e5b3ed] on Code

    remove usart1 as it used common DMA with SPI2rx

  • Edward Emelianov committed [33497f] on Code

    SPI1/2 works

  • Edward Emelianov committed [c4529a] on Code

    preparing code base

  • Edward Emelianov committed [6701ac] on Code

    finish, add gerbers

  • Edward Emelianov committed [735577] on Code

    start PCB

  • Edward Emelianov committed [73f9d0] on Code

    class: -> comm

  • Edward Emelianov committed [40a228] on Code

    fix Canon managing to new USB (CDC ACM)

  • Edward Emelianov committed [f656b6] on Code

    commented thrash

  • Edward Emelianov committed [c06c89] on Code

    tested release compilation

  • Edward Emelianov committed [6eb066] on Code

    some fixes of old bugs

  • Edward Emelianov committed [a22776] on Code

    pragma once

  • Edward Emelianov committed [3859ae] on Code

    fixed esw text

  • Edward Edward committed [207ab5] on Code

    seems like all works @ F103

  • Edward Edward committed [fd05ff] on Code

    some fixes, now speed is big enough

  • Edward Edward committed [ea05df] on Code

    CDC

  • Edward Edward committed [2a88a7] on Code

    seems like it works, the rest is only CDC and composite; and then test on 072 and 303

  • Edward Edward committed [31261f] on Code

    PL2303 almost work

  • Edward Emelianov committed [f1927c] on Code

    fixed PCB, add pre-alpha code

1 >