arm
Here are 1,668 public repositories matching this topic...
-
Updated
Mar 4, 2020 - C++
-
Updated
Mar 4, 2020 - C
Issue Details
Readme points to docs at https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-service-endpoints, which show how to create firewall rules by creating a "Microsoft.ServiceBus/namespaces/networkruleset" resource. However the template
The following code compiles without problem:
func main() {
ch := make(chan bool)
js.Global().Call("setTimeout", js.FuncOf(func(this js.Value, args []js.Value) interface{} {
println("sending")
ch <- true
println("sent")
return nil
}), 2000)
println("waiting")
<- ch
println("done")
}
When executed in the browser, the following is outputted:
waiting
s
Overview
As suggested in #4623, Citra should support binding a hotkey to activate the frontend microphone implementation. Games that use the microphone tend to enable the mic while launching, even if the game is not going to read the data from the shared page till much later.
My personal design suggestions for implementors:
Support for this feature should fully stop any input stre
PaddlePaddle/Paddle使用git-flow分支模型,切换的issue:PaddlePaddle/Paddle#250 ,文档中亦有对PaddlePaddle分支规范的介绍。
PaddlePaddle的主版本库遵循git-flow分支规范。其中:
- master分支为稳定(stable branch)版本
There seems to be an issue with update_flags on some ARM instruction (at least for ADC and SBC). More precisely, Capstone reports update_flags as true when it should be false (according to ARM reference manual).
The following code snippet shows the issue:
from capstone import *
from capstone.arm import *
CODE = [
b"\x03\x00\xa1\xe0", # adcal r0, r1, r3
b"Currently, user should pass --save option to save porject dependencies in platformio.ini. Default behavior should by --save and provide new option --no-save.
i don't get why the size in the memorymap is 128bits when the address is 64bit. is there any 128bit architecture supported? hwaddr should be 128 too. to simplify everything should be ut64
typedef uint64_t hwaddr;
...
struct MemoryRegion {
...
Int128 size;
hwaddr addr;
...
``
-
Updated
Mar 4, 2020 - Python
The ADC driver for the nRF52 chip only supports single samples. The continuous sampling function needs to be implemented:
-
Updated
Mar 4, 2020
-
Updated
Mar 4, 2020 - C++
-
Updated
Mar 4, 2020 - Shell
-
Updated
Feb 21, 2020 - Python
debug/log flag?
Just a quick question, do you think we should add a flag to keystone that will log all assemble attempts and their results? This could help for detecting inconsistencies, however it might be out of the scope for the project.
Missing instructions
add a doc builder
Our documentation site is always lagging behind as updating the docs is a non-trivial task that has to be automated. Setting up the Travis job for building wouldn't be trivial (we probably won't fit into the time constraints), but we can use GitHub actions and host a documentation builder on one of our servers. We shall update both bap documentation and Primus Lisp docs.
As per rust-embedded/cross#302 (comment) someone should fix the use of typographic quotes in the markdown files to ensure compatibility with command line tools and editors.
CC @Dylan-DPC
Thanks for sharing the examples. They are very useful. But I have one question, for mtcnn
https://github.com/OAID/Tengine/blob/master/examples/mtcnn/mtcnn.cpp
line 295: if(*(confidence_data + 1) > conf_r_threshold_)
should it be conf_o_threshold_?
-
Updated
Mar 4, 2020 - C++
After running NC with NCP for more then a year with over 2 million files stored on it, I asked myself if the mysql/mariadb DB needs to be maintained?
I searched the internet and the simplest solution I found was using
sudo mysqlcheck -o --all-databases
This reduced the DB size from around 950MB to a little over 800MB and NC seems to be a little more responsive (but this could homeopat
-
Updated
Mar 3, 2020 - C++
-
Updated
Mar 3, 2020 - Shell
Improve this page
Add a description, image, and links to the arm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arm topic, visit your repo's landing page and select "manage topics."
Currently all we have in terms of documentation are the comments in the code and the README:
https://github.com/lemire/simdjson#navigating-the-parsed-document
We need an actual tutorial.
cc @davidglavas