Results 14 comments of Connor Griffith

The above was true for me too after doing the following. ``` sudo apt-get install npm sudo npm -g livedown ``` Appears that 'node' is in the nodejs-legacy package on...

Was playing with timers on issue #97 It's not pretty, but this gets TIM2 running and firing interrupt based on STM32CubeMX generated project. I'm trying to get a timing accurate...

So the key to the timers appears to be setting their frequency parameters accordingly, which can be done in initial *.repl or later. I had configured the MX cube demo...

Are you using one of the packaged Renode demos, or an ST demo (i.e. installed with their cube software). If you want to point me to the example you're running,...

Same for me with android-x86-9.0-r2.iso and android-x86_64-9.0-r2.iso with installed versions. Also, I was able to get the live version to fail if I enable/disabled bluetooth and capture/uncapture bluetooth dongles enough....

@PiotrZierhoffer Thanks for taking a look. I suspected I might be trampling on an important optimization with the timer change or breaking something. Hoping the test cases I added will...

Latest work here does a couple things. It enables some simple soft device execution as described [here](https://github.com/renode/renode/issues/5) Adding a basic ECB peripheral enables execution with CONFIG_BT_SMP. CONFIG_BT_PRIVACY also works. Work...

Cool, so it be ok if I rebase on latest master, drop the related commits from PR, and force push the PR branch? Or is another process preferred?

@mateusz-holenko As you can see, pushed changes up. Added a couple, the interrupt fix to RTC being the important one. Spot checked against 3 sims and all appeared to work...

Latest commits enhance radio model and enable simulation of RIOT/NimBLE peripheral w/ Zephyr central. The existing Zephyr central / peripheral functionality remains. Nordic softdevice peripheral with zephyr central seemed more...