nrf-softdevice VS CC65-Advanced-Optimizations

Compare nrf-softdevice vs CC65-Advanced-Optimizations and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nrf-softdevice CC65-Advanced-Optimizations
3 2
236 115
3.4% -
8.7 0.6
27 days ago about 1 year ago
Rust C
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nrf-softdevice

Posts with mentions or reviews of nrf-softdevice. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-12.

CC65-Advanced-Optimizations

Posts with mentions or reviews of CC65-Advanced-Optimizations. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-21.
  • Assembly programming on the Commodore 64
    1 project | /r/c64 | 11 May 2022
    I'd like to suggest trying C, using cc65. Assembly knowledge is useful, but working in C is much easier and fast enough most of the time. Here's a nice guide on how to write C code that runs fast on a C64: https://github.com/ilmenit/CC65-Advanced-Optimizations
  • Rust on the MOS 6502: Beyond Fibonacci
    8 projects | news.ycombinator.com | 21 Sep 2021
    The cool thing about LLVM-MOS specifically it that by using the zero page as virtual registers you sort-of get the same output with 'regular' code as opposed to this 'global variables' style of programming.

    I recall a tutorial for 'cc65 optimizations'[0] which basically destroys a well-structured C program in order to do all of these optimizations (like making everything global) and it was absolutely terrible, code-wise. Well, the end result was probably fine, but it's just a shame these 'optimizations' were needed.

    [0] I think it was this one: https://github.com/ilmenit/CC65-Advanced-Optimizations

What are some alternatives?

When comparing nrf-softdevice and CC65-Advanced-Optimizations you can also consider the following projects:

embassy - Modern embedded framework, using Rust and async.

llvm-mos-ferris-demo

microbit - A Rust crate for BBC micro:bit development

rust-mos - Empowering everyone to build reliable and efficient software.

nrf-hal - A Rust HAL for the nRF family of devices

atsamd - Target atsamd microcontrollers using Rust

riscv-rust-quickstart - A template for building Rust applications for HiFive1 boards

a800-rust-test

chirp8-engine