Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / jameswalmsley/bitthunder issues and pull requests
#59 - Add CodeQL Workflow for Code Security Analysis
Pull Request -
State: open - Opened by b4yuan about 1 year ago
- 1 comment
#58 - [FS] Fixed incorrect understanding of the precedence of C operators
Pull Request -
State: open - Opened by szsam over 1 year ago
#57 - Function bt_system_init does not return a value
Issue -
State: open - Opened by szsam over 1 year ago
#56 - Call BT_DetachHandle with fewer arguments than the number of declared parameters
Issue -
State: open - Opened by szsam over 1 year ago
#55 - [FS] Fixed uninitialized local variable.
Pull Request -
State: open - Opened by szsam over 1 year ago
#54 - OSX Build
Issue -
State: open - Opened by mcmenaminadrian over 4 years ago
#53 - Move BitThunder to Meson build system
Pull Request -
State: open - Opened by jameswalmsley almost 6 years ago
#52 - error: 'bt_kernel_params' has no member named 'init_group'
Issue -
State: open - Opened by adithyaeraju over 6 years ago
#51 - Interrupts on bitthunder
Issue -
State: open - Opened by robertrau over 6 years ago
#50 - Build issue
Issue -
State: closed - Opened by sachindia86 over 7 years ago
- 1 comment
#49 - Does Bitthunder work on RPi 3?
Issue -
State: open - Opened by JanKok over 7 years ago
- 3 comments
#48 - example of task
Issue -
State: open - Opened by pablomoreira almost 8 years ago
#47 - USB stack -Raspberrypi BitThunder
Issue -
State: open - Opened by yogeshbio almost 9 years ago
- 3 comments
#46 - How to compile on Windows using BTDK ???
Issue -
State: open - Opened by AmbiBox almost 9 years ago
- 1 comment
#45 - Ubuntu 15.04 build fail
Issue -
State: open - Opened by punitvara almost 9 years ago
- 1 comment
#44 - Fix typo for Kconfig BCM2835 RaspberryPi
Pull Request -
State: closed - Opened by NeroBurner about 9 years ago
#43 - Raspberry Pi undeclared 'BT_CONFIG_MACH_BCM2835_SYSCLOCK_FREQ'
Issue -
State: closed - Opened by NeroBurner about 9 years ago
- 9 comments
#42 - Fix error on Python3 systems
Pull Request -
State: closed - Opened by NeroBurner about 9 years ago
#41 - Quickstart for bitthunder and the pi
Issue -
State: closed - Opened by ririw over 9 years ago
- 4 comments
#40 - Trouble building BitThunder
Issue -
State: closed - Opened by sallman over 9 years ago
- 1 comment
#40 - Trouble building BitThunder
Issue -
State: closed - Opened by sallman over 9 years ago
- 1 comment
#39 - Make Issue about multiple derifition
Issue -
State: closed - Opened by KeunwooPark about 10 years ago
- 1 comment
#38 - [POSIX] Provide POSIX syscall layer
Pull Request -
State: closed - Opened by jameswalmsley about 10 years ago
- 1 comment
#37 - Compile error when kernel image was compiled
Issue -
State: closed - Opened by jtkim-lab over 10 years ago
- 4 comments
#36 - Website - Remove dead pages from jekyll template
Issue -
State: open - Opened by jameswalmsley over 10 years ago
#35 - [STANDALONE] Allow standalone to exec an init program.
Issue -
State: open - Opened by jameswalmsley over 10 years ago
#34 - [RASPBERRYPI] Easy build for RPi MUST work and be maintained.
Issue -
State: open - Opened by jameswalmsley over 10 years ago
- 5 comments
#33 - [README] Update to get started very quickly.
Pull Request -
State: closed - Opened by jameswalmsley over 10 years ago
#32 - [BUILD] Standalone kernel with weak main() symbol. Remove BSPs from kernel repo.
Pull Request -
State: closed - Opened by jameswalmsley over 10 years ago
- 2 comments
#31 - [QEI] Use correct error codes and documentation in header.
Issue -
State: open - Opened by jameswalmsley over 10 years ago
#30 - [PWM] Use correct error codes, documentation in headers.
Issue -
State: open - Opened by jameswalmsley over 10 years ago
#29 - [DAC] Update to use correct error codes and documentation in headers.
Issue -
State: open - Opened by jameswalmsley over 10 years ago
#28 - [CAN] Updated to use error codes, and documentation in headers.
Issue -
State: open - Opened by jameswalmsley over 10 years ago
#27 - [ERROR] Error codes need to be defined properly.
Issue -
State: open - Opened by jameswalmsley over 10 years ago
Labels: enhancement
#26 - [ADC] Documentation needs moving to headers, and use correct error codes.
Issue -
State: open - Opened by jameswalmsley over 10 years ago
#25 - [SDCARD] Remove use of BT_LIST (last remaining use in sdcard manager).
Issue -
State: open - Opened by jameswalmsley over 10 years ago
#24 - [BUILD] Easy build from scratch.
Issue -
State: closed - Opened by jameswalmsley over 10 years ago
- 2 comments
Labels: duplicate
#23 - [TIME] Add syscalls for gettimeofday and settimeofday
Pull Request -
State: closed - Opened by jameswalmsley over 10 years ago
#22 - [MM] Add support for split memory regions.
Issue -
State: open - Opened by jameswalmsley over 10 years ago
Labels: enhancement
#21 - [PROCESS] Implement BT_DestroyProcess()
Issue -
State: open - Opened by jameswalmsley over 10 years ago
#20 - [HANDLE] Implement Attach/DetachHandle() api's completely.
Issue -
State: open - Opened by jameswalmsley over 10 years ago
#19 - [NET] Modify internal API to use bt namespace, with a header for kernel mode linking.
Issue -
State: open - Opened by jameswalmsley over 10 years ago
#18 - [KERNEL] Tighten integration with FreeRTOS
Issue -
State: open - Opened by jameswalmsley over 10 years ago
Labels: enhancement
#17 - [EXPORTS] PULLME : Feature/wl.exports
Pull Request -
State: closed - Opened by jameswalmsley over 10 years ago
#16 - [EXPORTS] Complete API exports.
Pull Request -
State: closed - Opened by jameswalmsley over 10 years ago
- 3 comments
Labels: enhancement
#15 - [KERNEL] Signals
Issue -
State: open - Opened by jameswalmsley over 10 years ago
Labels: enhancement, POSIX, SYSCALL
#14 - [KERNEL] Upgrade to FreeRTOS v8.0.1+
Pull Request -
State: closed - Opened by jameswalmsley over 10 years ago
- 3 comments
Labels: enhancement
#13 - [POSIX] [SYSCALL] getpid
Issue -
State: closed - Opened by jameswalmsley over 10 years ago
- 2 comments
Labels: enhancement, POSIX, SYSCALL
#12 - [CONSOLE] Console / UART manager
Issue -
State: open - Opened by jameswalmsley over 10 years ago
Labels: enhancement
#11 - [SYSLOG] Update and extend the SYSLOG to support buffering and logging to files.
Issue -
State: open - Opened by jameswalmsley over 10 years ago
- 1 comment
#10 - [TIME] Add a proper time sub-system with sync with /dev/rtc0
Pull Request -
State: closed - Opened by jameswalmsley over 10 years ago
- 1 comment
#9 - [POSIX] [SYSCALL] write
Issue -
State: open - Opened by jameswalmsley over 10 years ago
Labels: enhancement, POSIX, SYSCALL, Filesystem
#8 - [POSIX] [SYSCALL] read
Issue -
State: open - Opened by jameswalmsley over 10 years ago
Labels: enhancement, POSIX, SYSCALL, Filesystem
#7 - [POSIX] [SYSCALL] open
Issue -
State: open - Opened by jameswalmsley over 10 years ago
Labels: enhancement, POSIX, SYSCALL, Filesystem
#6 - [POSIX] [SYSCALL] execve
Pull Request -
State: open - Opened by jameswalmsley over 10 years ago
Labels: enhancement, POSIX, SYSCALL
#5 - [USB] Add a USB sub-system to BitThunder
Issue -
State: open - Opened by jameswalmsley over 10 years ago
Labels: enhancement
#4 - [BUILD] Added check for kconfig-mconf from kconfig-frontends
Pull Request -
State: closed - Opened by cliffordwolf over 10 years ago
- 2 comments
#3 - [FS] Physical Journaling support for FullFAT
Issue -
State: open - Opened by jameswalmsley almost 11 years ago
#2 - Unable to build Bitthunder
Issue -
State: closed - Opened by morger about 11 years ago
- 3 comments
#1 - How to get kconfig-mconf?
Issue -
State: open - Opened by mikes-spindance over 11 years ago
- 8 comments