Chintalagiri Shashank

Results 36 comments of Chintalagiri Shashank

I've used 4.0+ for creating nesting folders. All the things I've tried seem to working. I think you can call this done. If a specific issue presents itself in the...

Similar to what I have done for #798, I've put together a minimal setup to workaround this issue and get baremetal support for the STM32H7RSxx, specifically the STM32H7S3L8 on the...

I've created a `nucleo_u083rc.json` using `nucleo_g071rb.json` as a template. ``` { "build": { "core": "stm32", "cpu": "cortex-m0plus", "extra_flags": "-DSTM32U0 -DSTM32U0xx -DSTM32U083xx", "f_cpu": "64000000L", "framework_extra_flags": { "arduino": "-D__CORTEX_SC=0" }, "mcu": "stm32u083rct6",...

A quick update: I have been using PlatformIO with no framework successfully on the STM32U0 as described above. I'll summarize the changes I've made here. Since I haven't tried with...

Note that there is atleast one API section which relies on Grafana version information to figure out whether the interfaces are supported. Example : https://github.com/panodata/grafana-client/blob/4bd145a78832a225ef83e304342f954ff6fba86c/grafana_client/elements/datasource.py#L177 Be aware that simply returning...

@schmiddim Most of the version checks I've noticed seem to be related to deprecation warnings, and not for progressive upgradation of the interface. The version checks can be made insensitive...

@amotl Allowing the user to set the version manually is probably fine. I do have these thoughts about it, though : 1. Setting the version manually should not be mandatory...

I think it can be merged. The change would not interfere with any currently working code. In addition, changes should be made in other files where version is required. It...

This is the observed behavior for me as well.

I would also like to see STM32H7RS support added to TinyUSB. I've just started trying out the H7S3L8 on its Nucleo. I might try out tinyusb on this chip in...