Skip to content

Binary Search, Hanoi and a hash table poorly implemented in Cortex M3 assembly.

Notifications You must be signed in to change notification settings

keksklauer4/STM32_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi, these are some tests for my stm32f1 written in Cortex M3 assembly.

Note that

  1. I did not fully test all functionality,
  2. the hashtable does not allow for deletion (was not my goal),
  3. I took the linker script from another github project (see https://github.com/Fachher/simple-lpc1768-blinky-assembly),
  4. you honestly should not use this in a practical application since I only tested in qemu (see https://github.com/beckus/qemu_stm32) and due to limited functionality.

I am not responsible for anything you do with this code. Feel free to change whatever you want.

TODOs:

  • Change data structure to support deletion of elements (and adapt get, set and size function)
  • implement delete function
  • implement to_array function
  • write tests for all functionality

About

Binary Search, Hanoi and a hash table poorly implemented in Cortex M3 assembly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published