-
See code below:
```
void
am_hal_triple_read(uint32_t u32TimerAddr, uint32_t ui32Data[])
{
__asm (
" push {R1, R4}\n"
" mrs R4, PRIMASK\n"
" cpsid i\n"
" nop\n"
" l…
-
```
fast_sin() uses a modified version of the algorithm by Nicolas Capens, but
the original version performs better !
I ran 10000000 iterations, and found:
fast_sin: 2.44414s
original: 0.939018s
Gen…
-
```
fast_sin() uses a modified version of the algorithm by Nicolas Capens, but
the original version performs better !
I ran 10000000 iterations, and found:
fast_sin: 2.44414s
original: 0.939018s
Gen…
-
it seems that the elevator plugin wont load but i have an error message from the console
```
05.01 12:41:28 [Server] Server thread/INFO Enabling Elevators v3.3.4
05.01 12:41:28 [Server] Server th…
-
To continue with https://github.com/adoptium/temurin-build/issues/2813#issuecomment-1231731166
add new functions https://github.com/adoptium/temurin-build/blob/master/cyclonedx-lib/src/temurin/sbom/…
zdtsw updated
2 years ago
-
### Describe the bug
For megaboom v6, I upped the clock frequency to 833 MHz and the resulting clock tree appears to be unbalanced (see the branch of the tree on the far right in the viewer) and with…
-
If a ship sinks in an area that has no blocks below it, when it gets to the last level it causes the server to send these errors instead of handeling the event gracefully:
[15:16:07] [Server thread/W…
-
Im getting an error when using gChat on the latest Waterfall version.
```bash
[21:22:38] [main/WARN]: Error enabling plugin gChat
java.lang.NoClassDefFoundError: net/md_5/bungee/log/ConciseFormatt…
-
### 是否已尝试最新的版本
- [X] 我已更新 TrChat 至最新的版本, 并且同样复现该问题.
### 是否已查阅 Wiki
- [X] 我已查阅 Wiki 对于该问题的相关内容, 并确定该问题是存在的.
### 如果使用跨服功能, 是否在代理端上安装了TrChat或使用redis转发?
- [X] 我已在代理端上安装了TrChat或使用redis转发
### 详细描述
安装…
-
### Summary
Tried to integrate `community.general.opkg` for the first time in our ansible stack. We have some embedded devices that uses `opkg` for package management. My task is very trivial.
`…